Dubbo 各版本总结与升级建议
- Dominant language
- Java
- Stars
- 41.6k
- Forks
- 26.4k
- Avg merge
- 15h 13m
- Merged PRs (30d)
- 4
Description
Dubbo 社区目前主力维护的有 2.6.x 和 2.7.x 两大版本,其中,
* 2.6.x 主要以 bugfix 和少量 enhancements 为主,因此能完全保证稳定性
* 2.7.x 作为社区的主要开发版本,得到持续更新并增加了大量新 feature 和优化,同时也带来了一些稳定性挑战
为方便 Dubbo 用户升级,社区在以下表格对 Dubbo 的各个版本进行了总结,包括主要功能、稳定性和兼容性等,从多个方面评估每个版本,以期能帮助用户完成升级评估。
## 2.7.x 版本
| | 版本 | 重要功能 | 升级建议 |
| ---- | ------- | ------------------------------------------------------------ | ------------------------------- |
| 1 | 2.7.6 | 服务鉴权(beta);bugfix | **推荐生产使用** |
| 2 | 2.7.5 | 服务自省
HTTP/2(gRPC)
Protobuf
TLS
性能优化
https://github.com/apache/dubbo/releases/tag/dubbo-2.7.5 | 不建议大规模生产使用 |
| 3 | 2.7.4.1 | [bugfixes and enhancements of 2.7.3](https://github.com/apache/dubbo/releases/tag/dubbo-2.7.4.1) | **推荐生产使用** |
| 4 | 2.7.3 | [bigfixes of and enhancements of 2.7.2](https://github.com/apache/dubbo/releases/tag/dubbo-2.7.3) | **推荐生产使用** |
| 5 | 2.7.2 | [bigfixes of and enhancements of 2.7.1](https://github.com/apache/dubbo/releases/tag/dubbo-2.7.2) | 不建议大规模生产使用 |
| 6 | 2.7.1 | [bigfixes of and enhancements of 2.7.0](https://github.com/apache/dubbo/releases/tag/dubbo-2.7.1) | 不建议大规模生产使用 |
| 7 | 2.7.0 | 异步编程模型 - 消费端/提供端异步
服务治理规则增强
简化的注册模型
配置中心、元数据中心
package 重构
https://github.com/apache/dubbo/releases/tag/dubbo-2.7.0 | beta 版本,2.6.x 重构后首个版本 |
## 2.6.x 及之前版本
| | 版本 | 重要功能 | 升级建议 |
| ---- | ------------ | ----------------------- | -------------------------------------- |
| 1 | 2.6.x | bugfix | 建议持续升级最新版本,所有版本生产可用 |
| 2 | 2.5.x | 停止维护 | 建议升级最新 2.6.x 版本 |
| 3 | 2.4.x 及之前 | 停止维护 | 建议升级最新 2.6.x 版本 |
Contributor guide
Assessment
This issue has not been assessed yet.