Skip to content

Commit

Permalink
release version=3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Furer committed Mar 26, 2019
1 parent 22b8f77 commit 9b1e47c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
}
dependencies {
compile 'io.github.lognet:grpc-spring-boot-starter:3.2.0'
compile 'io.github.lognet:grpc-spring-boot-starter:3.2.1'
}
Expand Down Expand Up @@ -55,8 +55,8 @@ The release notes with compatibility matrix can be found link:ReleaseNotes.adoc[
port: 6565
----
[NOTE]
A random port can be defined by setting the port to `0`. The actual port being used can then be retrieved from the property `local.grpc.port`, or
using `@LocalRunningGrpcPort` annotation which will inject the running port (explicitly configured or randomly selected)
A random port can be defined by setting the port to `0`. +
The actual port being used can then be retrieved by using `@LocalRunningGrpcPort` annotation on `int` field which will inject the running port (explicitly configured or randomly selected)

* Optionally enable server reflection, see https://github.com/grpc/grpc-java/blob/master/documentation/server-reflection-tutorial.md)

Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== Version 3.2.1
* Closes #103 and #99
Property `local.grpc.port` was removed , please use `@LocalRunningGrpcPort` annotation on `int` field to get running port.
== Version 3.2.0
* gRPC version upgraded to 1.19.0

Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
version=3.2.1-SNAPSHOT
version=3.2.1
group=io.github.lognet
#group=org.lognet
description=Spring Boot starter for Google RPC.
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter

Expand Down

0 comments on commit 9b1e47c

Please sign in to comment.