Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
RELEASE 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yidongnan committed Nov 11, 2019
1 parent 98a92d1 commit d7dce80
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 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.5.1.RELEASE`
最新版本: `2.6.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.5.1.RELEASE</version>
<version>2.6.0.RELEASE</version>
</dependency>
````

Gradle:

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

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

Gradle:

````gradle
dependencies {
compile 'net.devh:grpc-server-spring-boot-starter:2.5.1.RELEASE'
compile 'net.devh:grpc-server-spring-boot-starter:2.6.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.5.1.RELEASE</version>
<version>2.6.0.RELEASE</version>
</dependency>
````

Gradle:

````gradle
dependencies {
compile 'net.devh:grpc-client-spring-boot-starter:2.5.1.RELEASE'
compile 'net.devh:grpc-client-spring-boot-starter:2.6.0.RELEASE'
}
````
在 grpc 客户端的的 stub 字段上添加 `@GrpcClient(serverName)` 注解。
Expand Down
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -36,7 +36,7 @@ application

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

The latest version: ``2.5.1.RELEASE``
The latest version: ``2.6.0.RELEASE``

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

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

To add a dependency using Gradle:

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

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

To add a dependency using Gradle:

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

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

To add a dependency using Gradle:

````gradle
dependencies {
compile 'net.devh:grpc-client-spring-boot-starter:2.5.1.RELEASE'
compile 'net.devh:grpc-client-spring-boot-starter:2.6.0.RELEASE'
}
````
Annotate a field of your grpc client stub with `@GrpcClient(serverName)`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -11,7 +11,7 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
ext {
projectVersion = '2.6.0-SNAPSHOT'
projectVersion = '2.6.0.RELEASE'

grpcVersion = '1.24.2'
protobufVersion = '3.10.0'
Expand Down
2 changes: 1 addition & 1 deletion docs/en/versions.md
Expand Up @@ -47,7 +47,7 @@ Current version.

| Version | spring-boot | gRPC | Date |
|:-------:|:-----------:|:----:| ---: |
| 2.6.0 * | 2.2.1 | 1.24.2 | TBA |
| 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 |
Expand Down
6 changes: 3 additions & 3 deletions docs/zh-CN/versions.md
Expand Up @@ -38,9 +38,9 @@

| 版本 | spring-boot | gRPC | 日期 |
|:-------:|:-----------:|:------:| --------:|
| 2.6.0 * | 2.2.1 | 1.24.2 | 待定 |
| 2.5.1 | 2.1.6 | 1.22.2 | 2018年8月 |
| 2.5.0 | 2.1.6 | 1.22.1 | 2018年8月 |
| 2.6.0 | 2.2.1 | 1.24.2 | 2019年11月 |
| 2.5.1 | 2.1.6 | 1.22.2 | 2019年8月 |
| 2.5.0 | 2.1.6 | 1.22.1 | 2019年8月 |
| 2.4.0 | 2.1.5 | 1.20.0 | 2019年6月 |
| 2.3.0 | 2.1.4 | 1.18.0 | 2019年4月 |
| 2.2.1 | 2.0.7 | 1.17.1 | 2019年1月 |
Expand Down

0 comments on commit d7dce80

Please sign in to comment.