Skip to content

Commit 92f8ee6

Browse files
authored
Merge pull request #616 from yidongnan/release/2.13.1
Prepare release 2.13.1
2 parents fcdc5af + e30e983 commit 92f8ee6

File tree

5 files changed

+23
-20
lines changed

5 files changed

+23
-20
lines changed

README-zh-CN.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ QQ交流群:294712648
3737

3838
2.x.x.RELEASE 支持 Spring Boot 2.1.x/2.2.x 和 Spring Cloud Greenwich / Hoxton。
3939

40-
最新版本: `2.13.0.RELEASE`
40+
最新版本: `2.13.1.RELEASE`
4141

4242
( `2.4.0.RELEASE` 用于 Spring Boot 2.0.x & Spring Cloud Finchy).
4343

@@ -57,15 +57,15 @@ QQ交流群:294712648
5757
<dependency>
5858
<groupId>net.devh</groupId>
5959
<artifactId>grpc-spring-boot-starter</artifactId>
60-
<version>2.13.0.RELEASE</version>
60+
<version>2.13.1.RELEASE</version>
6161
</dependency>
6262
````
6363

6464
Gradle:
6565

6666
````gradle
6767
dependencies {
68-
compile 'net.devh:grpc-spring-boot-starter:2.13.0.RELEASE'
68+
compile 'net.devh:grpc-spring-boot-starter:2.13.1.RELEASE'
6969
}
7070
````
7171

@@ -77,15 +77,15 @@ dependencies {
7777
<dependency>
7878
<groupId>net.devh</groupId>
7979
<artifactId>grpc-server-spring-boot-starter</artifactId>
80-
<version>2.13.0.RELEASE</version>
80+
<version>2.13.1.RELEASE</version>
8181
</dependency>
8282
````
8383

8484
Gradle:
8585

8686
````gradle
8787
dependencies {
88-
compile 'net.devh:grpc-server-spring-boot-starter:2.13.0.RELEASE'
88+
compile 'net.devh:grpc-server-spring-boot-starter:2.13.1.RELEASE'
8989
}
9090
````
9191

@@ -117,17 +117,18 @@ public class GrpcServerService extends GreeterGrpc.GreeterImplBase {
117117
<dependency>
118118
<groupId>net.devh</groupId>
119119
<artifactId>grpc-client-spring-boot-starter</artifactId>
120-
<version>2.13.0.RELEASE</version>
120+
<version>2.13.1.RELEASE</version>
121121
</dependency>
122122
````
123123

124124
Gradle:
125125

126126
````gradle
127127
dependencies {
128-
compile 'net.devh:grpc-client-spring-boot-starter:2.13.0.RELEASE'
128+
compile 'net.devh:grpc-client-spring-boot-starter:2.13.1.RELEASE'
129129
}
130130
````
131+
131132
在 grpc 客户端的的 stub 字段上添加 `@GrpcClient(serverName)` 注解。
132133

133134
* 请不要将 @GrpcClient`@Autowireed``@Inject` 一起使用。

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ README: [English](README.md) | [中文](README-zh-CN.md)
5050

5151
## Versions
5252

53-
The latest version is `2.13.0.RELEASE` it was compiled with spring-boot `2.4.5` and spring-cloud `2020.0.2`
53+
The latest version is `2.13.1.RELEASE` it was compiled with spring-boot `2.5.8` and spring-cloud `2020.0.5`
5454
but it is also compatible with a large variety of other versions.
5555
An overview of all versions and their respective library versions can be found in our [documentation](https://yidongnan.github.io/grpc-spring-boot-starter/en/versions.html).
5656

@@ -66,15 +66,15 @@ To add a dependency using Maven, use the following:
6666
<dependency>
6767
<groupId>net.devh</groupId>
6868
<artifactId>grpc-spring-boot-starter</artifactId>
69-
<version>2.13.0.RELEASE</version>
69+
<version>2.13.1.RELEASE</version>
7070
</dependency>
7171
````
7272

7373
To add a dependency using Gradle:
7474

7575
````gradle
7676
dependencies {
77-
implementation 'net.devh:grpc-spring-boot-starter:2.13.0.RELEASE'
77+
implementation 'net.devh:grpc-spring-boot-starter:2.13.1.RELEASE'
7878
}
7979
````
8080

@@ -86,15 +86,15 @@ To add a dependency using Maven, use the following:
8686
<dependency>
8787
<groupId>net.devh</groupId>
8888
<artifactId>grpc-server-spring-boot-starter</artifactId>
89-
<version>2.13.0.RELEASE</version>
89+
<version>2.13.1.RELEASE</version>
9090
</dependency>
9191
````
9292

9393
To add a dependency using Gradle:
9494

9595
````gradle
9696
dependencies {
97-
implementation 'net.devh:grpc-server-spring-boot-starter:2.13.0.RELEASE'
97+
implementation 'net.devh:grpc-server-spring-boot-starter:2.13.1.RELEASE'
9898
}
9999
````
100100

@@ -128,15 +128,15 @@ To add a dependency using Maven, use the following:
128128
<dependency>
129129
<groupId>net.devh</groupId>
130130
<artifactId>grpc-client-spring-boot-starter</artifactId>
131-
<version>2.13.0.RELEASE</version>
131+
<version>2.13.1.RELEASE</version>
132132
</dependency>
133133
````
134134

135135
To add a dependency using Gradle:
136136

137137
````gradle
138138
dependencies {
139-
compile 'net.devh:grpc-client-spring-boot-starter:2.13.0.RELEASE'
139+
compile 'net.devh:grpc-client-spring-boot-starter:2.13.1.RELEASE'
140140
}
141141
````
142142

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ buildscript {
88
}
99
}
1010
ext {
11-
projectVersion = '2.13.0.RELEASE'
11+
projectVersion = '2.13.1.RELEASE'
1212

1313
// https://github.com/grpc/grpc-java/releases
14-
grpcVersion = '1.42.1'
14+
grpcVersion = '1.42.2'
1515

1616
// https://github.com/google/guava/releases
1717
guavaVersion = '31.0.1-jre'
1818
// https://github.com/protocolbuffers/protobuf/releases
19-
protobufVersion = '3.19.1'
19+
protobufVersion = '3.19.2'
2020
protobufGradlePluginVersion = '0.8.18'
2121

2222
// https://github.com/spring-projects/spring-boot/releases
23-
springBootVersion = '2.5.7'
23+
springBootVersion = '2.5.8'
2424
// https://github.com/spring-cloud/spring-cloud-release/releases
25-
springCloudVersion = '2020.0.4'
25+
springCloudVersion = '2020.0.5'
2626
// https://github.com/alibaba/spring-cloud-alibaba/releases
2727
springCloudAlibabaNacosVersion = '2021.1'
2828
// https://github.com/spring-projects/spring-security-oauth/releases

docs/en/versions.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Current version.
4747

4848
| Version | spring-boot | spring-cloud | gRPC | Date |
4949
|:-------:|:-----------:|:------------:|:----:| ---: |
50-
| 2.13.0* | 2.5.7 | 2020.0.4 | 1.42.1 | Nov, 2021 |
50+
| 2.13.1 | 2.5.8 | 2020.0.5 | 1.42.2 | Jan, 2022 |
51+
| 2.13.0 | 2.5.7 | 2020.0.4 | 1.42.1 | Nov, 2021 |
5152
| 2.12.0 | 2.4.5 | 2020.0.2 | 1.37.0 | Mai, 2021 |
5253
| 2.11.0 | 2.3.8 | Hoxton | 1.35.0 | Feb, 2021 |
5354
| 2.10.1 | 2.3.3 | Hoxton | 1.31.1 | Aug, 2020 |

docs/zh-CN/versions.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
| 版本 | spring-boot | spring-cloud | gRPC | 日期 |
4040
|:---------:|:-----------:|:-----------:|:------:| ----------:|
41+
| 2.13.1 | 2.5.8 | 2020.0.5 | 1.42.2 | 2022年01月 |
4142
| 2.13.0 | 2.5.7 | 2020.0.4 | 1.42.1 | 2021年11月 |
4243
| 2.12.0 | 2.4.5 | 2020.0.2 | 1.34.1 | 2021年05月 |
4344
| 2.11.0 | 2.3.8 | Hoxton | 1.31.1 | 2021年02月 |

0 commit comments

Comments
 (0)