Skip to content

Commit 4bf2678

Browse files
author
Alexander Furer
committed
next dev version
1 parent 37fb260 commit 4bf2678

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ grpc:
111111
----
112112
<1> `Duration` type properties can be configured with string value format described https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/convert/DurationStyle.java[here].
113113
<2> `DataSize` type properties can be configured with string value described https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/unit/DataSize.html#parse-java.lang.CharSequence-[here]
114-
<3> Exposed on external network IP with custom port.
114+
<3> Exposed on external network IP with custom port. +
115115
`SocketAddress` type properties string value format:
116116
* `host:port` (if `port` value is less than 1, uses random value)
117117
* `host:` (uses default grpc port, `6565` )

ReleaseNotes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== Version 4.2.1
22

3-
* Configure bind address (fixes https://github.com/LogNet/grpc-spring-boot-starter/issues/82[82])
3+
* Configure bind address and other netty settings (fixes https://github.com/LogNet/grpc-spring-boot-starter/issues/82[82])
44
* When overriding default GRPC security configuration, `@Secured` annotation is enabled by default.
55
66
#### Breaking changes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ grpcVersion=1.33.0
22
springBootVersion=2.3.4.RELEASE
33
springCloudVersion=Hoxton.SR6
44

5-
version=4.2.1
5+
version=4.2.2-SNAPSHOT
66
group=io.github.lognet
77
description=Spring Boot starter for Google RPC.
88
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter

0 commit comments

Comments
 (0)