Skip to content

Commit

Permalink
begin 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yidongnan committed Sep 28, 2023
1 parent 12264f7 commit 68c786a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
}
ext {
projectVersion = '2.15.0.RELEASE'
projectVersion = '3.0.0-SNAPSHOT'

// https://github.com/grpc/grpc-java/releases
grpcVersion = '1.58.0'
Expand Down
22 changes: 15 additions & 7 deletions docs/en/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This page shows the additional information about our Versioning Policy and lifec

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

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

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

Current version.

| Version | spring-boot | spring-cloud | gRPC | Date |
|:-------:|:-----------:|:------------:|:------:|----------:|
| 3.0.0\* | 3.1.4 | 2022.0.4 | 1.58.0 | Nov, 2023 |

(\* Future versions)

> The listed dependency versions here are only used during the build process and may be replaced.
> grpc-spring-boot-starter is usually also compatible with newer or older versions than the listed ones.
> If you encounter an incompatibility with a newer version, please let us know so we can update this project!
### Version 2.x

| Version | spring-boot | spring-cloud | gRPC | Date |
|:-------:|:-----------:| :----------: |:------:|----------:|
| 2.15.0 | 2.7.14 | 2021.0.8 | 1.58.0 | Sep, 2023 |
Expand All @@ -71,12 +85,6 @@ Current version.
| 2.0.1 | 2.0.? | ? | 1.14.0 | Aug, 2018 |
| 2.0.0 | 2.0.? | ? | 1.13.1 | Aug, 2018 |

(\* Future versions)

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

End of life - No more updates planned.
Expand Down
18 changes: 13 additions & 5 deletions docs/zh-CN/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- [版本策略](#版本策略)
- [版本列表](#版本列表)
- [3.x 版本](#3.x 版本)
- [2.x 版本](#2.x 版本)
- [1.x 版本](#1.x 版本)
- [升级依赖关系](#升级依赖关系)
Expand All @@ -19,6 +20,7 @@

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

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

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

当前版本。

| 版本 | spring-boot | spring-cloud | gRPC | 日期 |
|:------:|:-----------:|:------------:|:------:|---------:|
| 3.0.0* | 3.1.4 | 2022.0.4 | 1.58.0 | 2023年9月 |

(\* 未来的版本)

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

| 版本 | spring-boot | spring-cloud | gRPC | 日期 |
|:------:|:-----------:|:------------:|:------:|---------:|
| 2.15.0 | 2.7.14 | 2021.0.8 | 1.58.0 | 2023年9月 |
Expand All @@ -62,10 +74,6 @@
| 2.0.1 | 2.0.? | ? | 1.14.0 | 2018年8月 |
| 2.0.0 | 2.0.? | ? | 1.13.1 | 2018年8月 |

(\* 未来的版本)

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

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

0 comments on commit 68c786a

Please sign in to comment.