Releases: open-toast/protokt
0.12.1
Fix bug introduced in 0.12.0's protobuf-gradle-plugin upgrade that prevented resolution of protokt's compile-time dependencies for custom options that need to resolve Java Class objects.
0.12.0
Update the protobuf-gradle-plugin. Changes the generated sources directory.
0.11.6
Same as 0.11.0.
0.11.0
- Choose FileDescriptor object names simply (#185)
- Add schema descriptors to services for reflection (#184)
Breaking change: File descriptor object names have changed. Runtime APIs have stayed the same.
Full Changelog: 0.10.2...0.11.0
0.10.2
Full Changelog: 0.10.1...0.10.2
0.10.1
Full Changelog: 0.10.0...0.10.1
0.10.0
What's Changed
Enables usage alongside protobuf-gradle-plugin 0.9.0 and later. Build script ABI has changed implicitly during this upgrade.
This release upgrades the protokt runtime's Kotlin dependency to 1.5.32.
Full Changelog: 0.9.0...0.10.0
0.9.0
What's Changed
-
Generate code compatible with Kotlin 1.7 (#170)
-
Breaking change: Generate code compatible with grpc-kotlin generated clients (#171). This is a breaking change only for generated gRPC bindings. Message compatibility is preserved.
Full Changelog: 0.8.1...0.9.0
0.8.1
- add converter for google common date type (#166)
Full Changelog: 0.8.0...0.8.1
0.8.0
What's Changed
- fix long deprecation messages (#152)
- Clean up serialization generation (#153)
- Bump animal-sniffer (#156)
- Check in Kotlin API signatures (#157)
- Protobuf 3.19.4 (#158)
- upgrade some libs (#161)
- use kotlinx collections (#162)
- Protobuf 3.20.0 (#160)
- Forbid inappropriate uses of non_null (#163)
Full Changelog: 0.7.5...0.8.0