What's Changed
- Added support for Spring Cloud 2024. Currently, Spring Cloud Hoxton/2020/2021/2022/2023/2024 are supported.
- Added support for retry and circuit breaker for Spring Cloud gRPC outbound traffic. Currently, full support for gRPC unary mode governance is provided.
- Added support for Spring Cloud client to obtain server exceptions, facilitating retry and circuit breaker.
- Added support for Spring Cloud port routing.
- Added support for Spring Cloud integration with nacos configuration center, supporting dynamic modification of slf4j log levels and fields annotated with @value.
- Added support for Redis cluster-level rate limiting.
- Added support for W3C Baggage propagation.
- Added support for gradual recovery of circuit breaker traffic.
- Improved extension conditional matching, supporting custom combination conditions and simplifying related configurations.
- Improved label matching logic in flow control.
- Provided context lock to facilitate the use of interceptors.
- Modified configuration to not start multi-active, swimlane, and flow control governance by default. These can be enabled through environment variable configuration.
- 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.
- Fixed a series of issues and improved stability.
- Optimized performance and startup speed.
New Contributors
- @Axkea made their first contribution in #159
- @liyue2008 made their first contribution in #176
Full Changelog: v1.5.2...v1.6.0