Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@chenzhiguo chenzhiguo released this 03 Mar 11:29
· 149 commits to main since this release
ad73b85

What's Changed

  1. Added support for Spring Cloud 2024. Currently, Spring Cloud Hoxton/2020/2021/2022/2023/2024 are supported.
  2. Added support for retry and circuit breaker for Spring Cloud gRPC outbound traffic. Currently, full support for gRPC unary mode governance is provided.
  3. Added support for Spring Cloud client to obtain server exceptions, facilitating retry and circuit breaker.
  4. Added support for Spring Cloud port routing.
  5. Added support for Spring Cloud integration with nacos configuration center, supporting dynamic modification of slf4j log levels and fields annotated with @value.
  6. Added support for Redis cluster-level rate limiting.
  7. Added support for W3C Baggage propagation.
  8. Added support for gradual recovery of circuit breaker traffic.
  9. Improved extension conditional matching, supporting custom combination conditions and simplifying related configurations.
  10. Improved label matching logic in flow control.
  11. Provided context lock to facilitate the use of interceptors.
  12. Modified configuration to not start multi-active, swimlane, and flow control governance by default. These can be enabled through environment variable configuration.
  13. Fixed an issue where configuring the Agent in JAVA_TOOL_OPTIONS would affect the use of Java operation and maintenance tools. Added support for configuring to filter out related applications.
  14. Fixed a series of issues and improved stability.
  15. Optimized performance and startup speed.

New Contributors

Full Changelog: v1.5.2...v1.6.0