You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-cloud-tencent/CHANGELOG.md

20 lines
1.4 KiB

# Change Log
---
- [feat:support spring cloud 2024.](https://github.com/Tencent/spring-cloud-tencent/commit/fd35059fbb6548153591c3daee4684f3c6aff4b0)
- [fix: add gateway context config example.](https://github.com/Tencent/spring-cloud-tencent/pull/1584)
- [feat:support config empty protection.](https://github.com/Tencent/spring-cloud-tencent/pull/1587)
- [feat:remove useless plugin.](https://github.com/Tencent/spring-cloud-tencent/pull/1589)
- [feat:support dynamic multi-discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/1597)
- [feat:support ipv6.](https://github.com/Tencent/spring-cloud-tencent/pull/1599)
- [feat:support config all recover enabled.](https://github.com/Tencent/spring-cloud-tencent/pull/1606)
- [feat:support stat reporting path aggregation.](https://github.com/Tencent/spring-cloud-tencent/pull/1610)
- [feat:support instance detect.](https://github.com/Tencent/spring-cloud-tencent/pull/1620)
- [fix: fix loadbalancer metadata type.](https://github.com/Tencent/spring-cloud-tencent/pull/1622)
- [feat:support polaris server nearby backup LB.](https://github.com/Tencent/spring-cloud-tencent/pull/1631)
- fix:fix PolarisContextProperties instantiated twice causing NPE.
- fix:fix ipv6 instance not found bug.
- fix:fix tsf lossless not working bug.
- fix:fix RestTemplate trace attribute loss bug.
- fix:fix polaris_namespace is null when using TSF.