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 2da3148 commit 8d6cb09Copy full SHA for 8d6cb09
README.adoc
@@ -27,7 +27,7 @@ repositories {
27
28
}
29
dependencies {
30
- compile 'io.github.lognet:grpc-spring-boot-starter:3.5.4'
+ compile 'io.github.lognet:grpc-spring-boot-starter:3.5.5'
31
32
33
ReleaseNotes.adoc
@@ -1,3 +1,7 @@
1
+== Version 3.5.5
2
+* gRPC version upgraded to 1.30.0
3
+* Consul health check support for GRPC service (credits to https://github.com/evk1986[@evk1986])
4
+
5
== Version 3.5.4
6
* gRPC version upgraded to 1.29.0
7
gradle.properties
@@ -1,4 +1,4 @@
-version=3.5.5-SNAPSHOT
+version=3.5.5
group=io.github.lognet
description=Spring Boot starter for Google RPC.
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter
0 commit comments