Skip to content

Commit

Permalink
Release 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yidongnan committed Aug 17, 2020
1 parent f475478 commit a6ab22b
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 49 deletions.
14 changes: 7 additions & 7 deletions README-zh-CN.md
Expand Up @@ -37,7 +37,7 @@ QQ交流群:294712648

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

最新版本: `2.9.0.RELEASE`
最新版本: `2.10.0.RELEASE`

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

Expand All @@ -57,15 +57,15 @@ QQ交流群:294712648
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-spring-boot-starter</artifactId>
<version>2.9.0.RELEASE</version>
<version>2.10.0.RELEASE</version>
</dependency>
````

Gradle:

````gradle
dependencies {
compile 'net.devh:grpc-spring-boot-starter:2.9.0.RELEASE'
compile 'net.devh:grpc-spring-boot-starter:2.10.0.RELEASE'
}
````

Expand All @@ -77,15 +77,15 @@ dependencies {
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-server-spring-boot-starter</artifactId>
<version>2.9.0.RELEASE</version>
<version>2.10.0.RELEASE</version>
</dependency>
````

Gradle:

````gradle
dependencies {
compile 'net.devh:grpc-server-spring-boot-starter:2.9.0.RELEASE'
compile 'net.devh:grpc-server-spring-boot-starter:2.10.0.RELEASE'
}
````

Expand Down Expand Up @@ -117,15 +117,15 @@ public class GrpcServerService extends GreeterGrpc.GreeterImplBase {
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-client-spring-boot-starter</artifactId>
<version>2.9.0.RELEASE</version>
<version>2.10.0.RELEASE</version>
</dependency>
````

Gradle:

````gradle
dependencies {
compile 'net.devh:grpc-client-spring-boot-starter:2.9.0.RELEASE'
compile 'net.devh:grpc-client-spring-boot-starter:2.10.0.RELEASE'
}
````
在 grpc 客户端的的 stub 字段上添加 `@GrpcClient(serverName)` 注解。
Expand Down
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -52,7 +52,7 @@ README: [English](README.md) | [中文](README-zh-CN.md)

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

The latest version: ``2.9.0.RELEASE``
The latest version: ``2.10.0.RELEASE``

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

Expand All @@ -72,15 +72,15 @@ To add a dependency using Maven, use the following:
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-spring-boot-starter</artifactId>
<version>2.9.0.RELEASE</version>
<version>2.10.0.RELEASE</version>
</dependency>
````

To add a dependency using Gradle:

````gradle
dependencies {
implementation 'net.devh:grpc-spring-boot-starter:2.9.0.RELEASE'
implementation 'net.devh:grpc-spring-boot-starter:2.10.0.RELEASE'
}
````

Expand All @@ -92,15 +92,15 @@ To add a dependency using Maven, use the following:
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-server-spring-boot-starter</artifactId>
<version>2.9.0.RELEASE</version>
<version>2.10.0.RELEASE</version>
</dependency>
````

To add a dependency using Gradle:

````gradle
dependencies {
implementation 'net.devh:grpc-server-spring-boot-starter:2.9.0.RELEASE'
implementation 'net.devh:grpc-server-spring-boot-starter:2.10.0.RELEASE'
}
````

Expand Down Expand Up @@ -134,15 +134,15 @@ To add a dependency using Maven, use the following:
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-client-spring-boot-starter</artifactId>
<version>2.9.0.RELEASE</version>
<version>2.10.0.RELEASE</version>
</dependency>
````

To add a dependency using Gradle:

````gradle
dependencies {
compile 'net.devh:grpc-client-spring-boot-starter:2.9.0.RELEASE'
compile 'net.devh:grpc-client-spring-boot-starter:2.10.0.RELEASE'
}
````

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
}
ext {
projectVersion = '2.10.0-SNAPSHOT'
projectVersion = '2.10.0.RELEASE'

// https://github.com/grpc/grpc-java/releases
grpcVersion = '1.31.1'
Expand Down
32 changes: 16 additions & 16 deletions docs/en/versions.md
Expand Up @@ -48,22 +48,22 @@ Current version.
| Version | spring-boot | gRPC | Date |
|:-------:|:-----------:|:----:| ---: |
| 2.11.0* | 2.3.3 | 1.31.1 | TBA |
| 2.10.0* | 2.3.3 | 1.31.1 | Aug, 2020 |
| 2.9.0 | 2.3.1 | 1.30.0 | Jun, 2020 |
| 2.8.0 | 2.2.7 | 1.29.0 | Jun, 2020 |
| 2.7.0 | 2.2.4 | 1.27.1 | Feb, 2020 |
| 2.6.2 | 2.2.1 | 1.25.0 | Jan, 2020 |
| 2.6.1 | 2.2.1 | 1.25.0 | NOV, 2019 |
| 2.6.0 | 2.2.1 | 1.24.2 | NOV, 2019 |
| 2.5.1 | 2.1.6 | 1.22.2 | Aug, 2019 |
| 2.5.0 | 2.1.6 | 1.22.1 | Aug, 2019 |
| 2.4.0 | 2.1.5 | 1.20.0 | Jun, 2019 |
| 2.3.0 | 2.1.4 | 1.18.0 | Apr, 2019 |
| 2.2.1 | 2.0.7 | 1.17.1 | Jan, 2019 |
| 2.2.0 | 2.0.6 | 1.17.1 | Dec, 2018 |
| 2.1.0 | 2.0.? | 1.14.0 | Oct, 2018 |
| 2.0.1 | 2.0.? | 1.14.0 | Aug, 2018 |
| 2.0.0 | 2.0.? | 1.13.1 | Aug, 2018 |
| 2.10.0 | 2.3.3 | 1.31.1 | Aug, 2020 |
| 2.9.0 | 2.3.1 | 1.30.0 | Jun, 2020 |
| 2.8.0 | 2.2.7 | 1.29.0 | Jun, 2020 |
| 2.7.0 | 2.2.4 | 1.27.1 | Feb, 2020 |
| 2.6.2 | 2.2.1 | 1.25.0 | Jan, 2020 |
| 2.6.1 | 2.2.1 | 1.25.0 | NOV, 2019 |
| 2.6.0 | 2.2.1 | 1.24.2 | NOV, 2019 |
| 2.5.1 | 2.1.6 | 1.22.2 | Aug, 2019 |
| 2.5.0 | 2.1.6 | 1.22.1 | Aug, 2019 |
| 2.4.0 | 2.1.5 | 1.20.0 | Jun, 2019 |
| 2.3.0 | 2.1.4 | 1.18.0 | Apr, 2019 |
| 2.2.1 | 2.0.7 | 1.17.1 | Jan, 2019 |
| 2.2.0 | 2.0.6 | 1.17.1 | Dec, 2018 |
| 2.1.0 | 2.0.? | 1.14.0 | Oct, 2018 |
| 2.0.1 | 2.0.? | 1.14.0 | Aug, 2018 |
| 2.0.0 | 2.0.? | 1.13.1 | Aug, 2018 |

(* Future versions)

Expand Down
37 changes: 19 additions & 18 deletions docs/zh-CN/versions.md
Expand Up @@ -36,24 +36,25 @@

当前版本。

| 版本 | spring-boot | gRPC | 日期 |
|:-------:|:-----------:|:------:| --------:|
| 2.10.0*| 2.3.0 | 1.29.0 | 待定 |
| 2.9.0 | 2.3.0 | 1.29.0 | 2020年06月 |
| 2.8.0 | 2.2.7 | 1.29.0 | 2020年06月 |
| 2.7.0 | 2.2.4 | 1.27.1 | 2020年02月 |
| 2.6.2 | 2.2.1 | 1.25.0 | 2020年01月 |
| 2.6.1 | 2.2.1 | 1.25.0 | 2019年11月 |
| 2.6.0 | 2.2.1 | 1.24.2 | 2019年11月 |
| 2.5.1 | 2.1.6 | 1.22.2 | 2019年08月 |
| 2.5.0 | 2.1.6 | 1.22.1 | 2019年08月 |
| 2.4.0 | 2.1.5 | 1.20.0 | 2019年06月 |
| 2.3.0 | 2.1.4 | 1.18.0 | 2019年04月 |
| 2.2.1 | 2.0.7 | 1.17.1 | 2019年01月 |
| 2.2.0 | 2.0.6 | 1.17.1 | 2018年12月 |
| 2.1.0 | 2.0.? | 1.14.0 | 2018年10月 |
| 2.0.1 | 2.0.? | 1.14.0 | 2018年08月 |
| 2.0.0 | 2.0.? | 1.13.1 | 2018年08月 |
| 版本 | spring-boot | gRPC | 日期 |
|:---------:|:-----------:|:------:| ----------:|
| 2.11.0* | 2.3.3 | 1.31.1 | 待定 |
| 2.10.0 | 2.3.3 | 1.31.1 | 2020年08月 |
| 2.9.0 | 2.3.0 | 1.30.0 | 2020年06月 |
| 2.8.0 | 2.2.7 | 1.29.0 | 2020年06月 |
| 2.7.0 | 2.2.4 | 1.27.1 | 2020年02月 |
| 2.6.2 | 2.2.1 | 1.25.0 | 2020年01月 |
| 2.6.1 | 2.2.1 | 1.25.0 | 2019年11月 |
| 2.6.0 | 2.2.1 | 1.24.2 | 2019年11月 |
| 2.5.1 | 2.1.6 | 1.22.2 | 2019年08月 |
| 2.5.0 | 2.1.6 | 1.22.1 | 2019年08月 |
| 2.4.0 | 2.1.5 | 1.20.0 | 2019年06月 |
| 2.3.0 | 2.1.4 | 1.18.0 | 2019年04月 |
| 2.2.1 | 2.0.7 | 1.17.1 | 2019年01月 |
| 2.2.0 | 2.0.6 | 1.17.1 | 2018年12月 |
| 2.1.0 | 2.0.? | 1.14.0 | 2018年10月 |
| 2.0.1 | 2.0.? | 1.14.0 | 2018年08月 |
| 2.0.0 | 2.0.? | 1.13.1 | 2018年08月 |

(* 代表未来的版本)

Expand Down

0 comments on commit a6ab22b

Please sign in to comment.