Skip to content

v1.3.0

Compare
Choose a tag to compare
@jamesward jamesward released this 27 May 20:29
· 130 commits to master since this release

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

New Contributors

Full Changelog: v1.2.1...v1.3.0