Skip to content

Commit 68c786a

Browse files
committed
begin 3.0.0
1 parent 12264f7 commit 68c786a

File tree

3 files changed

+29
-13
lines changed

3 files changed

+29
-13
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
}
1010
ext {
11-
projectVersion = '2.15.0.RELEASE'
11+
projectVersion = '3.0.0-SNAPSHOT'
1212

1313
// https://github.com/grpc/grpc-java/releases
1414
grpcVersion = '1.58.0'

docs/en/versions.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This page shows the additional information about our Versioning Policy and lifec
88

99
- [Versioning Policy](#versioning-policy)
1010
- [Version Table](#version-table)
11+
- [Version 3.x](#version-3x)
1112
- [Version 2.x](#version-2x)
1213
- [Version 1.x](#version-1x)
1314
- [Upgrading Dependencies](#upgrading-dependencies)
@@ -19,6 +20,7 @@ The major version of this project defines which spring-boot version we are compa
1920

2021
- 1.x.x versions are EOL and won't receive any updates
2122
- 2.x.x is the current version and will be updated if there are spring-boot or gRPC releases.
23+
- 3.x.x is the current version and will be updated if there are spring-boot or gRPC releases.
2224

2325
The minor version defines the feature version of this project. Every time we bump spring-boot's or gRPC's version,
2426
we will also increment our feature version. The same applies if we add/change major features.
@@ -41,10 +43,22 @@ Please report any issues to our [repo](https://github.com/yidongnan/grpc-spring-
4143
> [documented](https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty) by gRPC.
4244
> (grpc-netty-shaded avoids these issues by keeping these versions in sync.)
4345
44-
### Version 2.x
46+
### Version 3.x
4547

4648
Current version.
4749

50+
| Version | spring-boot | spring-cloud | gRPC | Date |
51+
|:-------:|:-----------:|:------------:|:------:|----------:|
52+
| 3.0.0\* | 3.1.4 | 2022.0.4 | 1.58.0 | Nov, 2023 |
53+
54+
(\* Future versions)
55+
56+
> The listed dependency versions here are only used during the build process and may be replaced.
57+
> grpc-spring-boot-starter is usually also compatible with newer or older versions than the listed ones.
58+
> If you encounter an incompatibility with a newer version, please let us know so we can update this project!
59+
60+
### Version 2.x
61+
4862
| Version | spring-boot | spring-cloud | gRPC | Date |
4963
|:-------:|:-----------:| :----------: |:------:|----------:|
5064
| 2.15.0 | 2.7.14 | 2021.0.8 | 1.58.0 | Sep, 2023 |
@@ -71,12 +85,6 @@ Current version.
7185
| 2.0.1 | 2.0.? | ? | 1.14.0 | Aug, 2018 |
7286
| 2.0.0 | 2.0.? | ? | 1.13.1 | Aug, 2018 |
7387

74-
(\* Future versions)
75-
76-
> The listed dependency versions here are only used during the build process and may be replaced.
77-
> grpc-spring-boot-starter is usually also compatible with newer or older versions than the listed ones.
78-
> If you encounter an incompatibility with a newer version, please let us know so we can update this project!
79-
8088
### Version 1.x
8189

8290
End of life - No more updates planned.

docs/zh-CN/versions.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
- [版本策略](#版本策略)
1010
- [版本列表](#版本列表)
11+
- [3.x 版本](#3.x 版本)
1112
- [2.x 版本](#2.x 版本)
1213
- [1.x 版本](#1.x 版本)
1314
- [升级依赖关系](#升级依赖关系)
@@ -19,6 +20,7 @@
1920

2021
- 1.x.x 版本为 EOL,不会再收到任何更新。
2122
- 2.x.x 是当前的维护版本,如果有 spring-boot 或者 gRPC 版本,将进行更新。
23+
- 3.x.x 是当前的维护版本,如果有 spring-boot 或者 gRPC 版本,将进行更新。
2224

2325
次版本定义了此项目的功能版本。 每次我们更改 spring boot 或 gRPC 版本时,我们也会增加我们的功能版本。 如果我们增加/改变主要特征,也是如此。 在大多数情况下,你不会通过升级获得任何不兼容之处,但因为gRPC 就像它的 API 一样, 这个问题不能被排除在外。 我们试图尽量减少这种影响,但不能排除这种影响。 如果您不使用高级功能,您通常不会收到通知。
2426

@@ -32,10 +34,20 @@
3234
>
3335
> 如果您正在使用 non-shaded netty(和相关的库),请 **严格** 保持这些版本跟 gRPC [文档](https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty) 一致。 (grpc-netty-shaded 通过保持这些版本同步来避免这些问题。)
3436
35-
### 2.x 版本
37+
### 3.x 版本
3638

3739
当前版本。
3840

41+
| 版本 | spring-boot | spring-cloud | gRPC | 日期 |
42+
|:------:|:-----------:|:------------:|:------:|---------:|
43+
| 3.0.0* | 3.1.4 | 2022.0.4 | 1.58.0 | 2023年9月 |
44+
45+
(\* 未来的版本)
46+
47+
> 这里列出的依赖版本仅在构建过程中使用,可能被替换。 grpc-spring-boot-starter 通常也与较新的版本或较旧的版本兼容。 如果您遇到了与新版本不兼容的问题,请告诉我们,这样我们就可以更新这个项目!
48+
49+
### 2.x 版本
50+
3951
| 版本 | spring-boot | spring-cloud | gRPC | 日期 |
4052
|:------:|:-----------:|:------------:|:------:|---------:|
4153
| 2.15.0 | 2.7.14 | 2021.0.8 | 1.58.0 | 2023年9月 |
@@ -62,10 +74,6 @@
6274
| 2.0.1 | 2.0.? | ? | 1.14.0 | 2018年8月 |
6375
| 2.0.0 | 2.0.? | ? | 1.13.1 | 2018年8月 |
6476

65-
(\* 未来的版本)
66-
67-
> 这里列出的依赖版本仅在构建过程中使用,可能被替换。 grpc-spring-boot-starter 通常也与较新的版本或较旧的版本兼容。 如果您遇到了与新版本不兼容的问题,请告诉我们,这样我们就可以更新这个项目!
68-
6977
### 1.x 版本
7078

7179
生命终结——没有计划的更新。

0 commit comments

Comments
 (0)