Skip to content

v1.8.0

Latest

Choose a tag to compare

@chenzhiguo chenzhiguo released this 04 Aug 11:57
· 276 commits to main since this release
c35abe4

What's Changed

  1. Added support for Spring Cloud 2025
  2. Added support for Nacos 3.0
  3. Added support for Kafka 4.0
  4. Refactored the registration module to enhance multi-registration and multi-subscription support
  5. Added support for active-standby cluster failover of Zookeeper in multi-active scenarios
  6. 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.
  7. Added dependency service warm-up support when migrating traditional Spring Boot applications to microservices
  8. Added support for XMLPath and JavaPath to extract exception error codes for exception determination in circuit breaking and retry mechanisms
  9. Added support for virtual threads in Tomcat
  10. Added support for JWT authentication
  11. Added support for automatic decryption of Spring configurations
  12. Enhanced Dubbo framework compatibility and support
  13. Improved message routing in multi-active scenarios
  14. 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.
  15. Fixed Eureka service discovery issue
  16. Fixed miscellaneous issues

Full Changelog: v1.7.0...v1.8.0