Skip to content

Releases: grpc/grpc-kotlin

v0.2.0

17 Sep 17:53
fbafe07
Compare
Choose a tag to compare

Backwards-Compatibility Break

Switched to using jars for grpckt the protoc plugin (#173). Now protoc generation for kotlin classes is done with jdk7@jar (#179):

id("grpckt") {
    artifact = "io.grpc:protoc-gen-grpc-kotlin:0.2.0:jdk7@jar"
}

v0.1.5

14 Aug 21:22
b6b5061
Compare
Choose a tag to compare
  • feature: add interceptor-based API to inject CoroutineContexts (#143)
  • fix: lock ServerCall in ServerCalls (#157)
  • fix: bazel artifacts for multiple service protos (#158)
  • chore: automate publishing to maven central in gradle (#145)
  • docs: use kts gradle build for examples (#120)
  • docs: add android example (#137)
  • docs: use canonical version of hello_world.proto (#135)

v0.1.4

24 Jun 18:25
2573cd4
Compare
Choose a tag to compare
  • feature: add Bazel support (#97)
  • fix: exclude grpc-protobuf in grpc-kotlin-stub-lite (#122)

v0.1.3

04 Jun 19:32
8f3c638
Compare
Choose a tag to compare
  • fix: ensure the fix for underscored names (#95) is included in the release (#106)

v0.1.2

20 May 18:13
c2535ed
Compare
Choose a tag to compare

0.1.2

  • feature: The grpc-kotlin-stub-lite package has been added for Android (#86)
  • fix:protoc-gen-grpc-kotlin now works on Windows (#96)
  • fix: underscores in rpc names (#95)
  • fix: java_multiple_files failed when false in some cases (#79)
  • Many bug fixes, test fixes, documentation and sample improvements, and code cleanup.