Releases: sofastack/sofa-rpc-boot-projects
v5.4.7 Released.
1. Abstract
It is a bug fix version. We encourage everyone use 5.4.x to upgrade. For the details and all changes, please browse our issue and pr for 5.4.7.
2. Compatibility Note
- There are no incompatible APIs.
3. New Feature
4. Enhancement
- PR 97 - Exclude commons-logging dependency @QilongZhang
- PR 95 - Add infra-sofa-boot-starter @QilongZhang
5. Bug Fix
- PR 98 - Support for configuration of multiple registries and annotation. (339) @leizhiyuan
6. Deprecated
- There are no deprecated feature
7. Dependency
- rpc-sofa-boot-starter would not depend on spring-boot-web-starter indirectly.
v5.4.6 Released.
1. Abstract
It is a bug fix version. We encourage everyone use 5.4.x to upgrade. For the details and all changes, please browse our issue and pr for 5.4.6.
2. Compatibility Note
- There are no incompatible APIs.
3. New Feature
4. Enhancement
- PR 86 - Optimize registry config for extends. @leizhiyuan
- PR 90 - Add consumer reference limit config. @QilongZhang
- PR 93 - Upgrade sofa-rpc version to v5.4.6. @leizhiyuan
5. Bug Fix
6. Deprecated
- There are no deprecated feature
v5.4.5 Released.
1. Abstract
It is a bug fix version. We encourage everyone use 5.4.x to upgrade. For the details and all changes, please browse our issue and pr for 5.4.5.
2. Compatibility Note
- There are no incompatible APIs.
3. New Feature
4. Enhancement
5. Bug Fix
6. Deprecated
- There are no deprecated feature
v5.4.4 Released.
1. Abstract
It is a bug fix version. We encourage everyone use 5.4.x to upgrade. For the details and all changes, please browse our issue and pr for 5.4.4.
2. Compatibility Note
- PR 76 - Change rpc-ark-plugin dependency location.
3. New Feature
4. Enhancement
5. Bug Fix
6. Deprecated
- There are no deprecated feature
v5.4.3 Released.
1. Abstract
It is a bug fix version. We encourage everyone use 5.4.x to upgrade. For the details and all changes, please browse our issue and pr for 5.4.3.
2. Compatibility Note
- There are no incompatible APIs.
3. New Feature
4. Enhancement
- PR 73 - Support additional custom parameters of RpcBindingParam.
5. Bug Fix
- Issue 69 - sofaboot客户端不同版本使用api方式引用的问题
6. Deprecated
- There are no deprecated feature
v5.4.2 Released.
1. Abstract
It is a bug fix version. We encourage everyone use 5.4.x to upgrade. For the details and all changes, please browse our issue and pr for 5.4.2.
2. Compatibility Note
- There are no incompatible APIs.
3. New Feature
- #64 Allow user custom server config. @leizhiyuan
4. Enhancement
5. Bug Fix
- #60 Fix consumer init with provider server port. @JervyShi
- #58 Fix annotation usage. @leizhiyuan
6. Deprecated
- There are no deprecated feature
v5.4.0 Released.
1. Abstract
These releases contains bug-fixes, performance enhancements and new feature so we encourage everyone to upgrade. For the details and all changes, please browse our issue and pr for 5.4.0.
The most important changes are:
- Support HTTP/2
- Support service publish and reference by annotation
- Make health check component optional
- Support ip range and bind network interface
2. Compatibility Note
- There are no incompatible APIs.
3. New Feature
- #43 Support ip range and bind network interface. @leizhiyuan
- #44 Support service publish and reference by annotation @leizhiyuan
- #50 Support HTTP/2 Cleartext protocol @leizhiyuan
- #52 Add disable config of metrics-lookout. @NeGnail
- #53 Add the main function of starting zookeeper. @NeGnail
4. Enhancement
- #44 Make health check component optional @leizhiyuan
- #48 Add serialize-type parameter convertor. @leizhiyuan
5. Bug Fix
- #40 Fix jacoco test configuration. @leizhiyuan
6. Deprecated
- There are no deprecated feature
v5.3.2 released
1.发布说明介绍
本版本为BugFix 版本。
2.兼容性说明
与之前版本兼容。
3.新增功能
4.优化功能
- #16 代码更接近 Spring 风格, bolt 默认端口改为 12200。 @khotyn
- #20 增加 readiness check test 和 graceful shutdown test。@khotyn
- #27 增加多个功能的测试用例。 @NeGnail
- #28 sample工程将客户端和服务端拆开。 @leizhiyuan
5.Bug修复
- #18 修复 global fitler bug。 @khotyn
- #31 修改 bolt 配置的命名,补充缺少的参数转换逻辑。 @leizhiyuan
- #33 修复多协议引用同一个服务时启动陷入持续等待的问题。 @NeGnail
6.删除功能
无
v5.3.1 Released.
-
发布说明介绍
本版本为BugFix 版本。
-
兼容性说明
与之前版本兼容。
-
新增功能
无
-
优化功能
-
Bug修复
无
-
删除功能
无
v5.3.0 Released.
1.发布说明介绍
- 本版本新迭代版本。
2.兼容性说明
- 与之前版本兼容。
3.新增功能
- 增加对 rest ,dubbo 的兼容。
- 增加自定义线程池。
- 增加泛化调用。
- 增加自适应故障隔离。
- 增加对 Zookeeper 的支持。
4.优化功能
- 接入 SOFABoot 健康检查能力。
- 接入 SOFABoot 运行时对组件生命周期进行管控。
5.Bug修复
- 无。
6.删除功能
- 无。