Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed Dec 30, 2024
1 parent bd085f2 commit b038d7b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 30 deletions.
29 changes: 14 additions & 15 deletions RELEASE-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@

## 1.6.0

1. 支持 Spring cloud 2024
2. 支持 Spring cloud grpuc 完整的出流量治理, 包括重试和熔断
3. 支持 Spring cloud 客户端获取到服务端的异常,便于重试和熔断
4. 缓存 Spring cloud gateway 的路由过滤器,提升性能
5. 完善扩展的条件匹配,支持聚合条件,简化了相关配置
6. 完善流控中的标签匹配逻辑
7. 性能优化
9. 上下文提供锁,便于拦截器使用
10. 修改配置,默认不启动多活、泳道和流控的治理,通过环境变量配置开启
11. 修复当在JAVA_TOOL_OPTIONS中配置Agent的时候,会影响Java运维工具使用的问题,支持配置过滤掉相关应用
12. 修复OpenJDK兼容问题
13. 修复和其它Agent冲突的问题,把Bootstrap打包在一起
14. 修复调用原始方法,也会触发OnExit/OnSuccess/OnError的拦截问题
15. 修复Sofarpc注入问题
16. 修复其它问题
1. 新增支持 Spring cloud 2024,当前已经支持Spring cloud Hoxton/2020/2021/2022/2023/2024
2. 新增支持 Spring cloud grpc 出流量的重试和熔断
3. 新增支持 Spring cloud 客户端获取到服务端的异常,便于重试和熔断
4. 完善扩展的条件匹配,支持自定义组合条件,简化了相关配置
5. 完善流控中的标签匹配逻辑
6. 性能优化
7. 提供上下文锁,便于拦截器使用
8. 修改配置,默认不启动多活、泳道和流控的治理,通过环境变量配置开启
9. 修复当在JAVA_TOOL_OPTIONS中配置Agent的时候,会影响Java运维工具使用的问题,支持配置过滤掉相关应用
10. 修复OpenJDK兼容问题
11. 修复和其它Agent冲突的问题,把Bootstrap打包在一起
12. 修复调用原始方法,也会触发OnExit/OnSuccess/OnError的拦截问题
13. 修复Sofarpc注入问题
14. 修复其它问题

## 1.5.2

Expand Down
29 changes: 14 additions & 15 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@

## 1.6.0

1. Support for Spring Cloud 2024
2. Full outbound traffic management support for Spring Cloud gRPC, including retries and circuit breakers
3. Support for Spring Cloud clients to receive service-side exceptions, facilitating retries and circuit breakers
4. Cache Spring Cloud Gateway route filters to improve performance
5. Enhanced conditional matching extension, supporting aggregated conditions and simplifying related configurations
6. Improved label matching logic in flow control
7. Performance optimization
9. Provide lock for context, facilitating interceptor usage
10. Modified configuration, by default not starting multi-active, swimlane, and flow control governance, enabled through environment variable configuration
11. Fixed the issue that configuring Agent in JAVA_TOOL_OPTIONS would affect the use of Java operational tools, supporting configuration to filter out related applications
12. Fixed OpenJDK compatibility issues
13. Fixed issues with conflicts with other Agents, packaging Bootstrap together
14. Fixed the issue that calling the original method would also trigger OnExit/OnSuccess/OnError interceptors
15. Fixed Sofarpc injection problem
16. Fixed other issues
1. Added support for Spring Cloud 2024, now supports Spring Cloud Hoxton, 2020, 2021, 2022, 2023, and 2024
2. Added support for retry and circuit breaking for outbound traffic of Spring Cloud gRPC.
3. Added support for Spring Cloud clients to retrieve exceptions from the server, facilitating retry and circuit breaking.
4. Improved extension condition matching, supporting custom combination conditions, and simplified related configurations
5. Improved label matching logic in flow control
6. Performance optimization
7. Provide context lock to facilitate the use of interceptors
8. Modified configuration, by default not starting multi-active, swimlane, and flow control governance, enabled through environment variable configuration
9. Fixed the issue that configuring Agent in JAVA_TOOL_OPTIONS would affect the use of Java operational tools, supporting configuration to filter out related applications
10. Fixed OpenJDK compatibility issues
11. Fixed issues with conflicts with other Agents, packaging Bootstrap together
12. Fixed the issue that calling the original method would also trigger OnExit/OnSuccess/OnError interceptors
13. Fixed Sofarpc injection problem
14. Fixed other issues

## 1.5.2

Expand Down

0 comments on commit b038d7b

Please sign in to comment.