Skip to content

Releases: connectrpc/connect-kotlin

v0.1.4

13 Mar 21:06
297627e

Choose a tag to compare

What's Changed

Other changes

Full Changelog: v0.1.3...v0.1.4

v0.1.3

10 Mar 17:17
69c77b6

Choose a tag to compare

What's Changed

  • Streaming send() returns a kotlin.Result allowing 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

27 Feb 23:40
1e28ec1

Choose a tag to compare

What's Changed

  • Adding generateCallbackMethods to the Connect-Kotlin generator to generate unary callback signatures (#9)
  • Adding generateCoroutineMethods to the Connect-Kotlin generator (default is true) to generate unary coroutine signatures (#9).
  • Fixes edge case generation with java_multiple_files configured (#6).

Full Changelog: v0.1.1...v0.1.2

v0.1.1

22 Feb 16:41

Choose a tag to compare

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