Skip to content

Commit

Permalink
release 4.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Furer committed Jul 1, 2021
1 parent 9eb80c1 commit 524ee61
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories {
}
dependencies {
compile 'io.github.lognet:grpc-spring-boot-starter:4.5.4'
compile 'io.github.lognet:grpc-spring-boot-starter:4.5.5'
}
Expand All @@ -48,10 +48,10 @@ By default, starter pulls `io.grpc:grpc-netty-shaded` as transitive dependency

[source,groovy]
----
compile ('io.github.lognet:grpc-spring-boot-starter:4.4.7') {
compile ('io.github.lognet:grpc-spring-boot-starter:4.5.5') {
exclude group: 'io.grpc', module: 'grpc-netty-shaded'
}
compile 'io.grpc:grpc-netty:1.37.0' // <1>
compile 'io.grpc:grpc-netty:1.39.0' // <1>
----
<1> Make sure to pull the version that matches the release.

Expand Down
12 changes: 12 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Starter Version | gRPC versions |Spring Boot version
| -------------------- |:-------------:|:------------------:|
| [4.5.5](#version-455)| 1.39.0 |2.5.0 |
| [4.5.4](#version-454)| 1.38.0 |2.5.0 |
| [4.5.3](#version-453)| 1.38.0 |2.5.0 |
| [4.5.2](#version-452)| 1.38.0 |2.5.0 |
Expand All @@ -23,6 +24,17 @@
| [4.0.0](#version-400)| 1.32.1 |2.3.3.RELEASE |
| [3.5.7](#version-357)| 1.31.1 |1.5.13.RELEASE |

# Version 4.5.5

## :beetle: Bug Fixes

- grpc-kotlin-stub version is not same grpc version [#224](https://github.com/LogNet/grpc-spring-boot-starter/issues/224)

## :hammer: Dependency Upgrades

- Upgrade grpc to 1.39.0 [#227](https://github.com/LogNet/grpc-spring-boot-starter/issues/227)


# Version 4.5.4

## :star: New Features
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gradleErrorPronePluginVersion=2.0.2
errorProneVersion=2.7.1
lombokVersion=1.18.20

version=4.5.5-SNAPSHOT
version=4.5.5
group=io.github.lognet
description=Spring Boot starter for Google RPC.
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter
Expand Down

0 comments on commit 524ee61

Please sign in to comment.