Releases: grpc/grpc-kotlin
Releases · grpc/grpc-kotlin
v0.2.0
v0.1.5
- 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
v0.1.3
v0.1.2
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 whenfalse
in some cases (#79) - Many bug fixes, test fixes, documentation and sample improvements, and code cleanup.