Skip to content

Commit ba10855

Browse files
author
Alexander Furer
committed
release 4.5.1
1 parent 7214e93 commit ba10855

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

README.adoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ Best viewed with image:https://www.octotree.io/_nuxt/img/03e72a3.svg["Octoree",w
2424

2525
Auto-configures and runs the embedded gRPC server with @GRpcService-enabled beans as part of spring-boot application. +
2626

27-
[IMPORTANT]
28-
Starting from release `4.0.0` the starter is compiled and tested against Spring Boot *2.X.X* only, +
29-
*1.5.X* Spring boot version support is dropped to allow tight Spring Boot Security framework integration.
30-
3127
== Setup
3228

3329
[source,groovy]
@@ -38,7 +34,7 @@ repositories {
3834
3935
}
4036
dependencies {
41-
compile 'io.github.lognet:grpc-spring-boot-starter:4.5.0'
37+
compile 'io.github.lognet:grpc-spring-boot-starter:4.5.1'
4238
}
4339
4440
@@ -71,10 +67,6 @@ configurations.all {
7167
}
7268
----
7369

74-
[IMPORTANT]
75-
Starting from release `3.0.0` the artifacts are published to *maven central*.
76-
Pay attention that `group` has changed from `org.lognet` to `io.github.lognet`.
77-
7870
[NOTE]
7971
The release notes with compatibility matrix can be found link:ReleaseNotes.md[here^]
8072

ReleaseNotes.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| Starter Version | gRPC versions |Spring Boot version
22
| -------------------- |:-------------:|:------------------:|
3+
| [4.5.1](#version-451)| 1.38.0 |2.5.0 |
34
| [4.5.0](#version-450)| 1.37.0 |2.4.5 |
45
| [4.4.7](#version-447)| 1.37.0 |2.4.5 |
56
| [4.4.6](#version-446)| 1.37.0 |2.4.5 |
@@ -22,6 +23,18 @@
2223

2324

2425

26+
# Version 4.5.1
27+
28+
## :beetle: Bug Fixes
29+
30+
- Bean collision when both netty and netty-shaded exist in classpath [#214](https://github.com/LogNet/grpc-spring-boot-starter/issues/214)
31+
- Application fails to start when no grpc services discovered [#210](https://github.com/LogNet/grpc-spring-boot-starter/issues/210)
32+
33+
## :hammer: Dependency Upgrades
34+
35+
- Upgrade Spring boot to 2.5.0 [#212](https://github.com/LogNet/grpc-spring-boot-starter/issues/212)
36+
- Upgrade grpc to 1.38.0 [#211](https://github.com/LogNet/grpc-spring-boot-starter/issues/211)
37+
2538
# Version 4.5.0
2639

2740
## :beetle: Bug Fixes

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ grpcVersion=1.38.0
22
springBootVersion=2.5.0
33
springCloudVersion=2020.0.3
44

5-
version=4.5.1-SNAPSHOT
5+
version=4.5.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)