Skip to content

Commit 37fb260

Browse files
author
Alexander Furer
committed
release 4.2.1
1 parent 841e68c commit 37fb260

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
3232
}
3333
dependencies {
34-
compile 'io.github.lognet:grpc-spring-boot-starter:4.2.0'
34+
compile 'io.github.lognet:grpc-spring-boot-starter:4.2.1'
3535
}
3636
3737

ReleaseNotes.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
== Version 4.2.1-SNAPSHOT
1+
== Version 4.2.1
22

3+
* Configure bind address (fixes https://github.com/LogNet/grpc-spring-boot-starter/issues/82[82])
34
* When overriding default GRPC security configuration, `@Secured` annotation is enabled by default.
45
5-
### Breaking changes
6+
#### Breaking changes
67

78
* The starter brings now `io.grpc:grpc-netty-shaded` instead of `io.grpc:grpc-netty` as transitive dependency (fixes https://github.com/LogNet/grpc-spring-boot-starter/issues/108[108]). +
89
This means that all classes from `io.grpc.netty` package should be imported from `io.grpc.netty.shaded.io.grpc.netty`

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-SNAPSHOT
5+
version=4.2.1
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)