We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab377a3 commit cef84deCopy full SHA for cef84de
README.adoc
@@ -19,7 +19,7 @@ repositories {
19
20
}
21
dependencies {
22
- compile('org.lognet:grpc-spring-boot-starter:2.1.1')
+ compile('org.lognet:grpc-spring-boot-starter:2.1.2')
23
24
----
25
ReleaseNotes.adoc
@@ -1,3 +1,6 @@
1
+== Version 2.1.2
2
+- Random gRPC server port support
3
+
4
== Version 2.1.1
5
- Fixed wrong interceptors ordering bug.
6
- gRPC version upgraded to 1.7.0
gradle.properties
@@ -1,4 +1,4 @@
-version=2.1.2-SNAPSHOT
+version=2.1.2
group=io.github.lognet
description=Spring Boot starter for Google RPC.
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter
0 commit comments