Skip to content

Commit

Permalink
Update version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed Dec 30, 2024
1 parent 32ef3cf commit bd085f2
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 2 deletions.
18 changes: 18 additions & 0 deletions RELEASE-zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# 发布历史

## 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.5.2

1. 策略定时更新的热修复
Expand Down
18 changes: 18 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release History

## 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.5.2

1. Hot fix for policy timed update
Expand Down
Binary file modified docs/image/weixin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion joylive-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</scm>

<properties>
<revision>1.6.0-SNAPSHOT</revision>
<revision>1.6.0</revision>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</scm>

<properties>
<revision>1.6.0-SNAPSHOT</revision>
<revision>1.6.0</revision>
<lombok.version>1.18.34</lombok.version>
<mockito-core.version>4.11.0</mockito-core.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
Expand Down

0 comments on commit bd085f2

Please sign in to comment.