Skip to content

Releases: open-toast/protokt

0.7.3

16 Nov 20:31
fd2e28a
Compare
Choose a tag to compare
  • Fix spaces in service generation (#147)
  • Add matrix jobs for Java 17 and Kotlin 1.6.0, and move runtime Kotlin dependency back to 1.4.x (#127)

Full Changelog: 0.7.2...0.7.3

0.7.2

16 Nov 19:59
0541003
Compare
Choose a tag to compare
  • Add conversion functions from bytes to slice and back (#146)
  • Clean up standard field message size (#145)

Full Changelog: 0.7.1...0.7.2

0.7.1

27 Oct 18:08
039544e
Compare
Choose a tag to compare
  • Use numbers instead of type names as map keys in FileDescriptorResolver (#144)

Full Changelog: 0.7.0...0.7.1

0.7.0

22 Oct 15:02
fb79386
Compare
Choose a tag to compare
  • Restore API compatibility checks (#142)
  • Reimplement code generation using KotlinPoet (#143)

Full Changelog: 0.6.7...0.7.0

0.6.7

18 Oct 15:19
2a505ec
Compare
Choose a tag to compare
  • Add extensions-lite (#141)

Full Changelog: 0.6.6...0.6.7

0.6.6

18 Oct 15:13
c8411d3
Compare
Choose a tag to compare
  • Bump common protos and exclude protobuf-java to avoid duplicate class issues (#131)
  • Reserve top level type names first (#134)
  • Add proto-google-common-protos-lite (#132)
  • Put back KtGeneratedMessage annotation (#136)
  • Upgrade some dependencies (#135)
  • Rework descriptors as extension properties (#137)
  • Fix MainTest, don't generate descriptors in common protos gRPC project (#140)

Full Changelog: 0.6.5...0.6.6

0.6.5

20 Sep 20:15
9f2b726
Compare
Choose a tag to compare
  • Upgrade ktlint (#128)
  • Clean up runtime API (#129)
  • Implement reflective access to descriptors (#105)

Full Changelog: 0.6.4...0.6.5

0.6.4

03 Aug 21:56
f55b521
Compare
Choose a tag to compare
  • Add gRPC examples for Java and Kotlin (#115)
  • Fix application of plugin in an Android project (#119)
  • Add Kotlin DSL extensions for dependencies with configuration closures (#122)
  • Various README cleanup (54aed78, #121)

0.6.3

17 Jul 18:28
af3210e
Compare
Choose a tag to compare
  • Protobuf 3.17.0 (#116)
  • Use sumOf instead of deprecated sumBy (#118)
  • Run CI as a matrix job for coverage of JDK versions and Kotlin versions.

0.6.2

20 May 20:43
2e5076c
Compare
Choose a tag to compare
  • Fix Gradle plugin on Java 8 (#112)
  • Verify extension module API compatibility (#113)