What's Changed
- Added support for Spring Cloud 2025
- Added support for Nacos 3.0
- Added support for Kafka 4.0
- Refactored the registration module to enhance multi-registration and multi-subscription support
- Added support for active-standby cluster failover of Zookeeper in multi-active scenarios
- Added support for database protection and active-standby cluster switching in multi-active scenarios, currently supporting active-standby cluster switching for Druid, HikariCP, MongoDB, Rocketmq, Jedis, and Lettuce.
- Added dependency service warm-up support when migrating traditional Spring Boot applications to microservices
- Added support for XMLPath and JavaPath to extract exception error codes for exception determination in circuit breaking and retry mechanisms
- Added support for virtual threads in Tomcat
- Added support for JWT authentication
- Added support for automatic decryption of Spring configurations
- Enhanced Dubbo framework compatibility and support
- Improved message routing in multi-active scenarios
- Improved the graceful shutdown process by rejecting new requests, deregistering instances first, and waiting for existing requests to complete before shutting down the thread pool, with a default timeout of 10 seconds.
- Fixed Eureka service discovery issue
- Fixed miscellaneous issues
Full Changelog: v1.7.0...v1.8.0