Tencent/spring-cloud-tencent
 Watch   
 Star   
 Fork   
2026-02-12 16:57:19
spring-cloud-tencent

2.1.1.0-2023.0.6 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.1.1.0-2023.0.6
  • Spring Cloud: 2023.0.6
  • Spring Boot: 3.3.13
  • Spring Framework: 6.1.21

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.1.0.0-2023.0.6...2.1.1.0-2023.0.6

Features / Enhancements

  • Config

    • refactor:optimize config locate. #1741
  • Context

    • refactor:optimize auto configuration. #1739
  • Discovery

    • feat: add new key for java agent nacos discovery. #1769
  • Metadata

    • feat:support async metadata transfer. #1743
    • feat: support TagUtils, ContextToHeaderInterceptor in TSF(2024). #1754
    • refactor:optimize metadata context operation. #1773
  • Plugins

    • feat: support kafka lane. #1791
    • feat: server span support preferIpv6 in tsf. #1790
  • Router

    • refactor: optimize performance. #1782
    • feat: support traffic warmup lane router #1785
    • fix: fix lane router property name. #1789

Fixes

  • fix: tsf gateway config support tsf-data-access. #1745
  • fix: fix multiple bugs in tsf. #1746
  • fix: fix get gateway config in tsf ipv6. #1747
  • fix: fix nacos service discovery. #1751
  • fix:fix NPE when rate-limiting with null value. #1764
  • fix: get source service name from upstream application meta in getServerPreSpanAttributes & set custom tag in current server span in tsf. #1767
  • feat:support body store switch. #1771
  • fix:Replace with String inside @ConditionalOnClass to fix #1749. #1750
  • fix: send unit header in tsf gw. #1758
  • fix: beautify ServicesEagerLoadSmartLifecycle logging. #1774
  • fix: fix parsing ConfigurationProperties value with RefreshScope. #1780
  • fix: fix NacosDiscoveryRegistryAutoConfiguration and PolarisAuthAutoConfiguration still initiation when polaris disabled. #1783
  • fix:fix cb rule no update bug. #1786
  • fix: fix NPE when application context is null #1787

Dependencies

  • feat: upgrade springdoc to 2.8.13 #1738

Contributors

Thanks to the contributors who participated in this release!

@fuyuwei01 @SkyeBeFreeman @shedfreewu @KIRA-Zee

How to upgrade

This version is compatible version from the previous corresponding version, so just upgrade spring-cloud-tencent-dependencies version to it. If you need to change the Spring Cloud version, please refer to the documentation Release Note to modify other related dependent versions synchronously.

2026-02-12 16:19:55
spring-cloud-tencent

2.1.1.0-2024.0.3 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.1.1.0-2024.0.3
  • Spring Cloud: 2024.0.3
  • Spring Boot: 3.4.12
  • Spring Framework: 6.2.15

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.1.0.3-2024.0.2...2.1.1.0-2024.0.3

Features / Enhancements

  • Config

    • refactor:optimize config locate. #1741
  • Context

    • refactor:optimize auto configuration. #1739
  • Discovery

    • feat: add new key for java agent nacos discovery. #1766
  • Metadata

    • feat:support async metadata transfer. #1743
    • feat: support TagUtils, ContextToHeaderInterceptor in TSF(2024). #1754
    • refactor:optimize metadata context operation. #1773
  • Plugins

    • feat: support kafka lane. #1792
    • feat: server span support preferIpv6 in tsf. #1790
  • Router

    • refactor: optimize performance. #1782
    • feat: support traffic warmup lane router #1785
    • fix: fix lane router property name. #1789

Fixes

  • fix:Replace with String inside @ConditionalOnClass to fix #1749. #1750
  • fix: send unit header in tsf gw. #1758
  • fix: beautify ServicesEagerLoadSmartLifecycle logging. #1774
  • fix: fix parsing ConfigurationProperties value with RefreshScope. #1780
  • fix: fix NacosDiscoveryRegistryAutoConfiguration and PolarisAuthAutoConfiguration still initiation when polaris disabled. #1783
  • fix:fix cb rule no update bug. #1786
  • fix: fix NPE when application context is null #1787

Dependencies

  • feat: upgrade springdoc to 2.8.13 #1738
  • deps:upgrade to spring boot 3.4.12. #1756

Contributors

Thanks to the contributors who participated in this release!

@fuyuwei01 @SkyeBeFreeman @shedfreewu @KIRA-Zee

How to upgrade

This version is compatible version from the previous corresponding version, so just upgrade spring-cloud-tencent-dependencies version to it. If you need to change the Spring Cloud version, please refer to the documentation Release Note to modify other related dependent versions synchronously.

2026-02-10 19:19:12
spring-cloud-tencent

2.1.1.0-2021.0.9 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.1.1.0-2021.0.9
  • Spring Cloud: 2021.0.9
  • Spring Boot: 2.7.18
  • Spring Framework: 5.3.39

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.1.0.3-2021.0.9...2.1.1.0-2021.0.9

Features / Enhancements

  • Config

    • refactor:optimize config locate. #1742
  • Context

    • refactor:optimize auto configuration. #1740
  • Discovery

    • feat: add new key for java agent nacos discovery. #1768
  • Metadata

    • feat:support async metadata transfer. #1744
    • feat: support TagUtils, ContextToHeaderInterceptor in TSF(2021). #1753
    • refactor:optimize metadata context operation. #1773
  • Plugins

    • feat: support kafka lane. #1765
    • fix: ApplicationContextAwareUtils may not be ready in postProcessAfterInitialization. #1779
    • fix: kafka lane support dynamic lane tag. #1784
    • feat: server span support preferIpv6 in tsf. #1790
  • Router

    • refactor: optimize performance. #1782
    • feat: support traffic warmup lane router #1785
    • fix: fix lane router property name. #1789

Fixes

  • fix:Replace with String inside @ConditionalOnClass to fix #1749. #1755
  • fix: send unit header in tsf gw. #1759
  • fix: beautify ServicesEagerLoadSmartLifecycle logging. #1774
  • fix: fix parsing ConfigurationProperties value with RefreshScope #1781
  • fix: fix NacosDiscoveryRegistryAutoConfiguration and PolarisAuthAutoConfiguration still initiation when polaris disabled. #1783
  • fix:fix cb rule no update bug. #1786
  • fix: fix NPE when application context is null #1787

Dependencies

  • feat: upgrade springdoc to 1.8.0 #1737

Docs

  • deps:upgrade GitHub Actions to v5. #1757

Contributors

Thanks to the contributors who participated in this release!

@fuyuwei01 @SkyeBeFreeman @shedfreewu @KIRA-Zee

How to upgrade

This version is compatible version from the previous corresponding version, so just upgrade spring-cloud-tencent-dependencies version to it. If you need to change the Spring Cloud version, please refer to the documentation Release Note to modify other related dependent versions synchronously.

2025-12-23 10:17:28
spring-cloud-tencent

2.1.0.3-2024.0.2 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.1.0.3-2024.0.2
  • Spring Cloud: 2024.0.2
  • Spring Boot: 3.4.8
  • Spring Framework: 6.2.9

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.1.0.2-2024.0.2...2.1.0.3-2024.0.2

Fixes

  • fix:fix NPE when rate-limiting with null value. #1764
  • fix: get source service name from upstream application meta in getServerPreSpanAttributes & set custom tag in current server span in tsf. #1767
  • feat:support body store switch. #1771
  • fix: beautify ServicesEagerLoadSmartLifecycle logging. #1774

Contributors

Thanks to the contributors who participated in this release!

@SkyeBeFreeman @shedfreewu @fuyuwei01

How to upgrade

This version is compatible version from the previous corresponding version, so just upgrade spring-cloud-tencent-dependencies version to it. If you need to change the Spring Cloud version, please refer to the documentation Release Note to modify other related dependent versions synchronously.

2025-12-23 10:14:56
spring-cloud-tencent

2.1.0.3-2021.0.9 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.1.0.3-2021.0.9
  • Spring Cloud: 2021.0.9
  • Spring Boot: 2.7.18
  • Spring Framework: 5.3.39

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.1.0.2-2021.0.9...2.1.0.3-2021.0.9

Fixes

  • fix:fix NPE when rate-limiting with null value. #1763
  • fix: get source service name from upstream application meta in getServerPreSpanAttributes & set custom tag in current server span in tsf. #1767
  • feat:support body store switch. #1771
  • fix: beautify ServicesEagerLoadSmartLifecycle logging. #1774

Contributors

Thanks to the contributors who participated in this release!

@SkyeBeFreeman @shedfreewu @fuyuwei01

How to upgrade

This version is compatible version from the previous corresponding version, so just upgrade spring-cloud-tencent-dependencies version to it. If you need to change the Spring Cloud version, please refer to the documentation Release Note to modify other related dependent versions synchronously.

2025-11-24 10:53:01
spring-cloud-tencent

2.1.0.2-2024.0.2 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.1.0.2-2024.0.2
  • Spring Cloud: 2024.0.2
  • Spring Boot: 3.4.8
  • Spring Framework: 6.2.9

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.1.0.1-2024.0.2...2.1.0.2-2024.0.2

Fixes

  • fix: fix nacos service discovery. #1751

Contributors

Thanks to the contributors who participated in this release!

@fuyuwei01

How to upgrade

This version is compatible version from the previous corresponding version, so just upgrade spring-cloud-tencent-dependencies version to it. If you need to change the Spring Cloud version, please refer to the documentation Release Note to modify other related dependent versions synchronously.

2025-11-24 10:45:12
spring-cloud-tencent

2.1.0.2-2021.0.9 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.1.0.2-2021.0.9
  • Spring Cloud: 2021.0.9
  • Spring Boot: 2.7.18
  • Spring Framework: 5.3.39

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.1.0.1-2021.0.9...2.1.0.2-2021.0.9

Fixes

  • fix: fix nacos service discovery. #1752

Contributors

Thanks to the contributors who participated in this release!

@fuyuwei01

How to upgrade

This version is compatible version from the previous corresponding version, so just upgrade spring-cloud-tencent-dependencies version to it. If you need to change the Spring Cloud version, please refer to the documentation Release Note to modify other related dependent versions synchronously.

2025-11-12 19:16:55
spring-cloud-tencent

2.1.0.1-2021.0.9 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.1.0.1-2021.0.9
  • Spring Cloud: 2021.0.9
  • Spring Boot: 2.7.18
  • Spring Framework: 5.3.39

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.1.0.0-2021.0.9...2.1.0.1-2021.0.9

Fixes

  • fix: tsf gateway config support tsf-data-access. #1745
  • fix: fix multiple bugs in tsf. #1746
  • fix: fix get gateway config in tsf ipv6. #1747

Contributors

Thanks to the contributors who participated in this release!

@shedfreewu

How to upgrade

This version is compatible version from the previous corresponding version, so just upgrade spring-cloud-tencent-dependencies version to it. If you need to change the Spring Cloud version, please refer to the documentation Release Note to modify other related dependent versions synchronously.

2025-11-12 15:10:05
spring-cloud-tencent

2.1.0.1-2024.0.2 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.1.0.1-2024.0.2
  • Spring Cloud: 2024.0.2
  • Spring Boot: 3.4.8
  • Spring Framework: 6.2.9

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.1.0.0-2024.0.2...2.1.0.1-2024.0.2

Fixes

  • fix: upgrade springdoc to 2.8.13. #1738
  • fix: tsf gateway config support tsf-data-access. #1745
  • fix: fix multiple bugs in tsf. #1746
  • fix: fix get gateway config in tsf ipv6. #1747

Contributors

Thanks to the contributors who participated in this release!

@shedfreewu @fuyuwei01

How to upgrade

This version is compatible version from the previous corresponding version, so just upgrade spring-cloud-tencent-dependencies version to it. If you need to change the Spring Cloud version, please refer to the documentation Release Note to modify other related dependent versions synchronously.

2025-10-28 16:42:00
spring-cloud-tencent

2.1.0.0-2024.0.2 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.1.0.0-2024.0.2
  • Spring Cloud: 2024.0.2
  • Spring Boot: 3.4.8
  • Spring Framework: 6.2.9

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.0.2.2-2024.0.1...2.1.0.0-2024.0.2

Features / Enhancements

  • Context

    • feat: support config event and monitor address list. #1675
  • Discovery

    • feat:support setting load balancing strategy per service. #1633
    • feat: support shortest response time lb and least connection lb #1637
    • fix: fix lb configuration on bootstrap step. #1673
    • fix: polaris.discovery.heartbeat.enabled not effective. #1680
    • feat: support service registry and discovery with Polaris and Nacos #1718
  • Metadata

    • feat:compatible metadata transfer with TSF SDK version 1.x. #1734
  • Plugins

    • feat: support tsf 2024 #1635
    • fix tsf-2024 #1664
    • feat:support traffic mirroring. #1647
    • feat:support fault injection. #1672
    • feat:support TSF certificate manager. #1715
    • feat: support tsf unit. #1681
  • Ratelimit

    • feat: support config ratelimit addresses and remote task interval #1679

Fixes

  • fix:fix PolarisContextProperties instantiated twice causing NPE. #1638
  • fix: fix ConfigChangeListener and unit test. #1657
  • fix: fix ConfigChangeListener ut bug. #1663

Docs / Project

  • fix: remove conflict dependencies management. #1669
  • refactor: optimize log. #1671
  • feat: support custom quickstart circuitbreak delay time. #1666
  • feat: add delay interface in tsf-example. #1668
  • feat:support 2024.0.2. #1674
  • feat:Modify the annotations #1678
  • docs:optimize tsf example. #1710
  • test:add junit tests to sct-common. #1726
  • test:add junit tests to sct-gw-plugin. #1729

Contributors

Thanks to the contributors who participated in this release!

@SkyeBeFreeman @shedfreewu @fuyuwei01 @Remedy30 @zihenzzz

How to upgrade

This version is compatible version from the previous corresponding version, so just upgrade spring-cloud-tencent-dependencies version to it. If you need to change the Spring Cloud version, please refer to the documentation Release Note to modify other related dependent versions synchronously.