v1.3.0
Breaking Change Alert!
JDK8 is now the baseline required version and if you are upgrading from a prior release of grpc-kotlin, you need to change the proto plugin artifact classifier jdk7
to jdk8
, ie:
id("grpckt") {
artifact = "io.grpc:protoc-gen-grpc-kotlin:1.3.0:jdk8@jar
}
What's Changed
- Pin Bazel version by @Kernald in #322
- Use proper Maven targets rather than legacy compat ones by @Kernald in #321
- bump versions by @jamesward in #325
- add server examples - fixes #317 by @jamesward in #319
- bump versions by @jamesward in #329
- send headers when failure is null by @sangyongchoi in #335
- Upgrade coroutines version to 1.6.1. by @lowasser in #327
- ready for 1.3.0 by @jamesward in #339
New Contributors
- @Kernald made their first contribution in #322
- @sangyongchoi made their first contribution in #335
Full Changelog: v1.2.1...v1.3.0