Releases: connectrpc/connect-kotlin
Releases · connectrpc/connect-kotlin
v0.1.4
What's Changed
Other changes
- Fix release/close as final release step by @buildbreaker in #25
- Fix plugin release action by @buildbreaker in #27
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Streaming
send()returns akotlin.Resultallowing users to inspect if the send request contained any failures like serialization errors or main thread request errors. - Host URL resiliency with how the client is configured.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Adding
generateCallbackMethodsto the Connect-Kotlin generator to generate unary callback signatures (#9) - Adding
generateCoroutineMethodsto the Connect-Kotlin generator (default is true) to generate unary coroutine signatures (#9). - Fixes edge case generation with
java_multiple_filesconfigured (#6).
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
This is the first public release of connect-kotlin, a lightweight Kotlin library for idiomatic gRPC & Connect RPCs. See the blog post and connect.build for details and documentation.
Full Changelog: https://github.com/bufbuild/connect-kotlin/commits/v0.1.1