File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ repositories {
3838
3939}
4040dependencies {
41- compile 'io.github.lognet:grpc-spring-boot-starter:4.4.5 '
41+ compile 'io.github.lognet:grpc-spring-boot-starter:4.4.6 '
4242}
4343
4444
Original file line number Diff line number Diff line change 1+ # Version 4.4.6
2+
3+ ## :star : New Features
4+
5+ - Support Springs ` @Ordered ` Annotation on GRpcServerRunner [ #126 ] ( https://github.com/LogNet/grpc-spring-boot-starter/issues/126 )
6+
7+ ## :notebook_with_decorative_cover : Documentation
8+
9+ - Document ` @Transactional ` usage [ #195 ] ( https://github.com/LogNet/grpc-spring-boot-starter/issues/195 )
10+
11+ ## :hammer : Dependency Upgrades
12+
13+ - Bump gRPC to 1.37.0 and spring-boot to 2.4.5 [ #202 ] ( https://github.com/LogNet/grpc-spring-boot-starter/issues/202 )
14+
15+
116# Version 4.4.5
217
318## :star : New Features
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ grpcVersion=1.37.0
22springBootVersion =2.4.5
33springCloudVersion =2020.0.2
44
5- version =4.4.6-SNAPSHOT
5+ version =4.4.6
66group =io.github.lognet
77description =Spring Boot starter for Google RPC.
88gitHubUrl =https\://github.com/LogNet/grpc-spring-boot-starter
You can’t perform that action at this time.
0 commit comments