Skip to content

Commit a6ab22b

Browse files
committed
Release 2.10.0
1 parent f475478 commit a6ab22b

File tree

5 files changed

+50
-49
lines changed

5 files changed

+50
-49
lines changed

README-zh-CN.md

+7-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.9.0.RELEASE`
40+
最新版本: `2.10.0.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.9.0.RELEASE</version>
60+
<version>2.10.0.RELEASE</version>
6161
</dependency>
6262
````
6363

6464
Gradle:
6565

6666
````gradle
6767
dependencies {
68-
compile 'net.devh:grpc-spring-boot-starter:2.9.0.RELEASE'
68+
compile 'net.devh:grpc-spring-boot-starter:2.10.0.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.9.0.RELEASE</version>
80+
<version>2.10.0.RELEASE</version>
8181
</dependency>
8282
````
8383

8484
Gradle:
8585

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

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

124124
Gradle:
125125

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

README.md

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

5353
2.x.x.RELEASE supports Spring Boot 2.1.x/2.2.x & Spring Cloud Greenwich/Hoxton.
5454

55-
The latest version: ``2.9.0.RELEASE``
55+
The latest version: ``2.10.0.RELEASE``
5656

5757
(Use `2.4.0.RELEASE` for Spring Boot 2.0.x & Spring Cloud Finchley).
5858

@@ -72,15 +72,15 @@ To add a dependency using Maven, use the following:
7272
<dependency>
7373
<groupId>net.devh</groupId>
7474
<artifactId>grpc-spring-boot-starter</artifactId>
75-
<version>2.9.0.RELEASE</version>
75+
<version>2.10.0.RELEASE</version>
7676
</dependency>
7777
````
7878

7979
To add a dependency using Gradle:
8080

8181
````gradle
8282
dependencies {
83-
implementation 'net.devh:grpc-spring-boot-starter:2.9.0.RELEASE'
83+
implementation 'net.devh:grpc-spring-boot-starter:2.10.0.RELEASE'
8484
}
8585
````
8686

@@ -92,15 +92,15 @@ To add a dependency using Maven, use the following:
9292
<dependency>
9393
<groupId>net.devh</groupId>
9494
<artifactId>grpc-server-spring-boot-starter</artifactId>
95-
<version>2.9.0.RELEASE</version>
95+
<version>2.10.0.RELEASE</version>
9696
</dependency>
9797
````
9898

9999
To add a dependency using Gradle:
100100

101101
````gradle
102102
dependencies {
103-
implementation 'net.devh:grpc-server-spring-boot-starter:2.9.0.RELEASE'
103+
implementation 'net.devh:grpc-server-spring-boot-starter:2.10.0.RELEASE'
104104
}
105105
````
106106

@@ -134,15 +134,15 @@ To add a dependency using Maven, use the following:
134134
<dependency>
135135
<groupId>net.devh</groupId>
136136
<artifactId>grpc-client-spring-boot-starter</artifactId>
137-
<version>2.9.0.RELEASE</version>
137+
<version>2.10.0.RELEASE</version>
138138
</dependency>
139139
````
140140

141141
To add a dependency using Gradle:
142142

143143
````gradle
144144
dependencies {
145-
compile 'net.devh:grpc-client-spring-boot-starter:2.9.0.RELEASE'
145+
compile 'net.devh:grpc-client-spring-boot-starter:2.10.0.RELEASE'
146146
}
147147
````
148148

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010
}
1111
ext {
12-
projectVersion = '2.10.0-SNAPSHOT'
12+
projectVersion = '2.10.0.RELEASE'
1313

1414
// https://github.com/grpc/grpc-java/releases
1515
grpcVersion = '1.31.1'

docs/en/versions.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@ Current version.
4848
| Version | spring-boot | gRPC | Date |
4949
|:-------:|:-----------:|:----:| ---: |
5050
| 2.11.0* | 2.3.3 | 1.31.1 | TBA |
51-
| 2.10.0* | 2.3.3 | 1.31.1 | Aug, 2020 |
52-
| 2.9.0 | 2.3.1 | 1.30.0 | Jun, 2020 |
53-
| 2.8.0 | 2.2.7 | 1.29.0 | Jun, 2020 |
54-
| 2.7.0 | 2.2.4 | 1.27.1 | Feb, 2020 |
55-
| 2.6.2 | 2.2.1 | 1.25.0 | Jan, 2020 |
56-
| 2.6.1 | 2.2.1 | 1.25.0 | NOV, 2019 |
57-
| 2.6.0 | 2.2.1 | 1.24.2 | NOV, 2019 |
58-
| 2.5.1 | 2.1.6 | 1.22.2 | Aug, 2019 |
59-
| 2.5.0 | 2.1.6 | 1.22.1 | Aug, 2019 |
60-
| 2.4.0 | 2.1.5 | 1.20.0 | Jun, 2019 |
61-
| 2.3.0 | 2.1.4 | 1.18.0 | Apr, 2019 |
62-
| 2.2.1 | 2.0.7 | 1.17.1 | Jan, 2019 |
63-
| 2.2.0 | 2.0.6 | 1.17.1 | Dec, 2018 |
64-
| 2.1.0 | 2.0.? | 1.14.0 | Oct, 2018 |
65-
| 2.0.1 | 2.0.? | 1.14.0 | Aug, 2018 |
66-
| 2.0.0 | 2.0.? | 1.13.1 | Aug, 2018 |
51+
| 2.10.0 | 2.3.3 | 1.31.1 | Aug, 2020 |
52+
| 2.9.0 | 2.3.1 | 1.30.0 | Jun, 2020 |
53+
| 2.8.0 | 2.2.7 | 1.29.0 | Jun, 2020 |
54+
| 2.7.0 | 2.2.4 | 1.27.1 | Feb, 2020 |
55+
| 2.6.2 | 2.2.1 | 1.25.0 | Jan, 2020 |
56+
| 2.6.1 | 2.2.1 | 1.25.0 | NOV, 2019 |
57+
| 2.6.0 | 2.2.1 | 1.24.2 | NOV, 2019 |
58+
| 2.5.1 | 2.1.6 | 1.22.2 | Aug, 2019 |
59+
| 2.5.0 | 2.1.6 | 1.22.1 | Aug, 2019 |
60+
| 2.4.0 | 2.1.5 | 1.20.0 | Jun, 2019 |
61+
| 2.3.0 | 2.1.4 | 1.18.0 | Apr, 2019 |
62+
| 2.2.1 | 2.0.7 | 1.17.1 | Jan, 2019 |
63+
| 2.2.0 | 2.0.6 | 1.17.1 | Dec, 2018 |
64+
| 2.1.0 | 2.0.? | 1.14.0 | Oct, 2018 |
65+
| 2.0.1 | 2.0.? | 1.14.0 | Aug, 2018 |
66+
| 2.0.0 | 2.0.? | 1.13.1 | Aug, 2018 |
6767

6868
(* Future versions)
6969

docs/zh-CN/versions.md

+19-18
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,25 @@
3636

3737
当前版本。
3838

39-
| 版本 | spring-boot | gRPC | 日期 |
40-
|:-------:|:-----------:|:------:| --------:|
41-
| 2.10.0*| 2.3.0 | 1.29.0 | 待定 |
42-
| 2.9.0 | 2.3.0 | 1.29.0 | 2020年06月 |
43-
| 2.8.0 | 2.2.7 | 1.29.0 | 2020年06月 |
44-
| 2.7.0 | 2.2.4 | 1.27.1 | 2020年02月 |
45-
| 2.6.2 | 2.2.1 | 1.25.0 | 2020年01月 |
46-
| 2.6.1 | 2.2.1 | 1.25.0 | 2019年11月 |
47-
| 2.6.0 | 2.2.1 | 1.24.2 | 2019年11月 |
48-
| 2.5.1 | 2.1.6 | 1.22.2 | 2019年08月 |
49-
| 2.5.0 | 2.1.6 | 1.22.1 | 2019年08月 |
50-
| 2.4.0 | 2.1.5 | 1.20.0 | 2019年06月 |
51-
| 2.3.0 | 2.1.4 | 1.18.0 | 2019年04月 |
52-
| 2.2.1 | 2.0.7 | 1.17.1 | 2019年01月 |
53-
| 2.2.0 | 2.0.6 | 1.17.1 | 2018年12月 |
54-
| 2.1.0 | 2.0.? | 1.14.0 | 2018年10月 |
55-
| 2.0.1 | 2.0.? | 1.14.0 | 2018年08月 |
56-
| 2.0.0 | 2.0.? | 1.13.1 | 2018年08月 |
39+
| 版本 | spring-boot | gRPC | 日期 |
40+
|:---------:|:-----------:|:------:| ----------:|
41+
| 2.11.0* | 2.3.3 | 1.31.1 | 待定 |
42+
| 2.10.0 | 2.3.3 | 1.31.1 | 2020年08月 |
43+
| 2.9.0 | 2.3.0 | 1.30.0 | 2020年06月 |
44+
| 2.8.0 | 2.2.7 | 1.29.0 | 2020年06月 |
45+
| 2.7.0 | 2.2.4 | 1.27.1 | 2020年02月 |
46+
| 2.6.2 | 2.2.1 | 1.25.0 | 2020年01月 |
47+
| 2.6.1 | 2.2.1 | 1.25.0 | 2019年11月 |
48+
| 2.6.0 | 2.2.1 | 1.24.2 | 2019年11月 |
49+
| 2.5.1 | 2.1.6 | 1.22.2 | 2019年08月 |
50+
| 2.5.0 | 2.1.6 | 1.22.1 | 2019年08月 |
51+
| 2.4.0 | 2.1.5 | 1.20.0 | 2019年06月 |
52+
| 2.3.0 | 2.1.4 | 1.18.0 | 2019年04月 |
53+
| 2.2.1 | 2.0.7 | 1.17.1 | 2019年01月 |
54+
| 2.2.0 | 2.0.6 | 1.17.1 | 2018年12月 |
55+
| 2.1.0 | 2.0.? | 1.14.0 | 2018年10月 |
56+
| 2.0.1 | 2.0.? | 1.14.0 | 2018年08月 |
57+
| 2.0.0 | 2.0.? | 1.13.1 | 2018年08月 |
5758

5859
(* 代表未来的版本)
5960

0 commit comments

Comments
 (0)