Tencent/spring-cloud-tencent
 Watch   
 Star   
 Fork   
6 hours ago
spring-cloud-tencent

2.0.2.0-Hoxton.SR12 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.0.2.0-Hoxton.SR12
  • Spring Cloud: Hoxton.SR12
  • Spring Boot: 2.3.12.RELEASE
  • Spring Framework: 5.2.25.RELEASE

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.0.0.1-Hoxton.SR12...2.0.2.0-Hoxton.SR12

Features / Enhancements

  • Auth

    • feat:support auth. #1541
  • Circuit Breaker

    • feat:support zuul circuit breaker fallback response. #1522
    • feat:support circuit breaker metrics reporting. #1544
    • feat:support default instance circuit breaker rule. #1551
  • Config

    • feat:support smooth upgrade from tsf. #1542
    • feat: support config event. #1558
    • feat: support config empty protection. #1583
  • Context

    • feat:support polaris event. #1543
    • feat:use polaris-all for shading third-party dependencies. #1549
    • feat:support stat and event report with service discovery. #1560
    • feat:support polaris server nearby backup LB. #1628
  • Discovery

    • feat:support dynamic multi-discovery. #1594
    • feat:support ipv6. #1600
    • feat:support config all recover enabled. #1603
    • feat:support instance detect. #1618
  • Plugins

    • feat: support gateway context, feign eager-load support default value. #1545
    • fix count circuit breaker in gateway & return 404 when context api does not match. #1552
  • RpcEnhancement

    • feat:support stat reporting path aggregation. #1607

Fixes

  • fix: use getActiveRuleId method to fix javaagent ratelimit pb method not found error. #1575
  • fix: fix loadbalancer metadata type. #1623

Docs / Project

  • docs: simplify GitHub Actions. #1553
  • fix: add gateway context config example. #1561

Contributors

Thanks to the contributors who participated in this release!

@SkyeBeFreeman @fuyuwei01 @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-05-27 19:39:08
spring-cloud-tencent

2.0.1.0-2022.0.5

Dependency Version

  • Spring Cloud Tencent: 2.0.1.0-2022.0.5
  • Spring Cloud: 2022.0.5
  • Spring Boot: 3.1.12
  • Spring Framework: 6.0.22

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.0.0.0-2022.0.5...2.0.1.0-2022.0.5

Features / Enhancements

  • Circuit Breaker

    • feat: implement circuit breaker in enhance plugin, support listen config group, support refresh single config in refresh_context mode. #1500
    • feat:support circuit breaker metrics reporting. #1524
    • feat:support default instance circuit breaker rule. #1527
  • Config

    • fix: fix watch tsf config, fix bean refresh with RefreshScope and ConfigurationProperties #1530
    • feat: support config event #1534
  • Context

    • feat:support polaris event. #1523
    • feat:use polaris-all for shading third-party dependencies. #1526
    • feat:support stat and event report with service discovery. #1536
  • Plugins

    • feat: support gateway context, feign eager-load support default value. #1525
    • fix count circuit breaker in gateway & return 404 when context api does not match #1529
  • RpcEnhancement

    • fix: update EnhancedRequestContext toString method. #1548

Fixes

  • fix: use getActiveRuleId method to fix javaagent ratelimit pb method not found error. #1574

Docs / Project

  • docs:update JDK version configuration in GitHub Actions. #1528
  • docs:simplify GitHub Actions. #1531
  • docs: update GitHub Actions. #1555

Contributors

Thanks to the contributors who participated in this release!

@shedfreewu @SkyeBeFreeman @fuyuwei01 @peerless1024

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 Version Management to modify other related dependent versions synchronously.

2025-05-21 13:16:57
spring-cloud-tencent

2.0.0.2-Hoxton.SR12 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.0.0.2-Hoxton.SR12
  • Spring Cloud: Hoxton.SR12
  • Spring Boot: 2.3.12.RELEASE
  • Spring Framework: 5.2.25.RELEASE

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.0.0.1-Hoxton.SR12...2.0.0.2-Hoxton.SR12

Fixes

  • fix: use getActiveRuleId method to fix javaagent ratelimit pb method not found error #1567

Contributors

Thanks to the contributors who participated in this release!

@peerless1024

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 Version Management to modify other related dependent versions synchronously.

2025-05-21 13:14:20
spring-cloud-tencent

2.0.0.1-2022.0.5 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.0.0.1-2022.0.5
  • Spring Cloud: 2022.0.5
  • Spring Boot: 3.1.12
  • Spring Framework: 6.0.22

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.0.0.0-2022.0.5...2.0.0.1-2022.0.5

Fixes

  • fix: use getActiveRuleId method to fix javaagent ratelimit pb method not found error #1568

Contributors

Thanks to the contributors who participated in this release!

@peerless1024

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 Version Management to modify other related dependent versions synchronously.

2025-05-20 11:15:38
spring-cloud-tencent

2.0.1.0-2021.0.9 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.0.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.0.0.0-2021.0.9...2.0.1.0-2021.0.9

Features / Enhancements

  • Config

    • fix: fix watch tsf config, fix bean refresh with RefreshScope and ConfigurationProperties #1511
    • feat: support config event #1532
  • Circuit Breaker

    • feat: implement circuit breaker in enhance plugin, support listen config group, support refresh single config in refresh_context mode. #1490
    • feat:support circuit breaker metrics reporting. #1495
    • feat:support default instance circuit breaker rule. #1499
  • Context

    • feat:support polaris event. #1494
    • feat:use polaris-all for shading third-party dependencies. #1498
    • feat:support stat and event report with service discovery. #1533
  • Plugins

    • feat: support gateway context, feign eager-load support default value. #1496
    • fix count circuit breaker in gateway & return 404 when context api does not match #1508
  • RpcEnhancement

    • fix: update EnhancedRequestContext toString method. #1547

Fixes

  • fix: use getActiveRuleId method to fix javaagent ratelimit pb method not found error. #1572

Docs / Project

  • docs:update JDK version configuration in GitHub Actions. #1510
  • docs:simplify GitHub Actions. #1514
  • docs: update GitHub Actions. #1554

Contributors

Thanks to the contributors who participated in this release!

@shedfreewu @SkyeBeFreeman @fuyuwei01 @peerless1024

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 Version Management to modify other related dependent versions synchronously.

2025-05-20 11:14:55
spring-cloud-tencent

2.0.1.0-2023.0.3 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.0.1.0-2023.0.3
  • Spring Cloud: 2023.0.3
  • Spring Boot: 3.3.5
  • Spring Framework: 6.1.14

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/1.13.2-2023.0.0...2.0.1.0-2023.0.3

Features / Enhancements

  • Auth

    • feat:support auth. #1479
  • Circuit Breaker

    • feat:upgrade api circuit breaker. #1442
    • feat: implement circuit breaker in enhance plugin, support listen config group, support refresh single config in refresh_context mode. #1501
    • feat:support circuit breaker metrics reporting. #1503
    • feat:support default instance circuit breaker rule. #1506
  • Config

    • refactor:let the configuration SDK context stand alone. #1266
    • feat:support consul config. #1410
    • feat:support consul config data. #1417
    • fix: fix watch tsf config, fix bean refresh with RefreshScope and ConfigurationProperties #1512
    • feat: support config event #1535
  • Context

    • feat:support polaris event. #1502
    • feat:use polaris-all for shading third-party dependencies. #1505
    • feat:support stat and event report with service discovery. #1537
  • Contract

    • fix:fix app starting failed when user using custom OpenAPI bean. #1414
    • fix:fix contract reporting bug when using TSF. #1422
  • Discovery

    • feat:add zero protection. #1408
    • feat:add Tencent Cloud TSF support. #1409
    • feat:support consul service update task. #1413
    • fix: move ConditionalOnTsfEnabled to spring-cloud-tencent-commons #1415
    • refactor:update registry status. #1484
  • Metadata

    • fix:fix caller disposable metadata handle when using tracing. #1483
  • Plugins

    • feat: support lossless online/offline #1254
    • fix: fix the lossless provider override in multiple registries scenario #1263
    • fix: fix lossless deregister failed when no health-check configured #1279
    • fix:fix no registry when lossless is disabled. #1312
    • feat: add trace report support #1411
    • fix: fix test case unstable issues #1412
    • feat: support tsf trace demo & remove client span attributes #1419
    • feat: support lossless config from console & support warmup #1445
    • feat:add admin http handler. #1450
    • feat:upgrade trace plugin. #1480
    • feat:support smooth upgrade from tsf. #1482
    • fix:fix caller disposable metadata handle when using tracing. #1478
    • feat: support gateway context, feign eager-load support default value. #1504
    • fix count circuit breaker in gateway & return 404 when context api does not match #1509
  • Ratelimit

    • feat:support concurrency rate limit. #1454
  • Router

    • feat: support lane router #1256
    • feat: add polaris router lane examples #1270
    • fix:fix nearby router properties loading bug. #1272
    • fix: gramma issues for lane router example & optimize the gateway dependency #1274
    • feat:support TSF router. #1420
    • feat:upgrade nearby router and add namespace nearby router. #1421
    • feat:support polaris route for gateway mvc #1493
  • RpcEnhancement

    • fix: update EnhancedRequestContext toString method. #1546

Fixes

  • fix: fix RouterLabelRestTemplateInterceptor add response headers exception with httpclient5 #1239
  • fix:add warn log to ApplicationContextAwareUtils. #1297
  • fix the ratelimit bug for 2023 #1316
  • fix: memory cost too many when using wildcard feign calls #1416
  • fix: fix TSF context bootstrap configuration #1424
  • fix: fix PolarisCircuitBreakerConfiguration not clear when gateway invoke by wildcard apis #1426
  • fix:fix actuator name warning from #1428. #1431
  • fix: fix javaagent ratelimit pb method not found error #1569

Docs / Project

  • feat:upgrade jackson version. #1262
  • feat:upgrade jacoco version. #1310
  • fix:update spring boot version. #1333
  • feat: add spring cloud gateway mvc example #1367
  • feat:upgrade spring cloud 2023 version. #1451
  • docs:update JDK version configuration in GitHub Actions. #1507
  • docs:simplify GitHub Actions. #1513
  • docs: update GitHub Actions. #1556

Contributors

Thanks to the contributors who participated in this release!

@SkyeBeFreeman @gzoldou @shedfreewu @andrewshan @fredrikliu @luguoji @fuyuwei01 @peerless1024

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 Version Management to modify other related dependent versions synchronously.

2025-03-30 12:31:15
spring-cloud-tencent

2.0.0.1-Hoxton.SR12 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.0.0.1-Hoxton.SR12
  • Spring Cloud: Hoxton.SR12
  • Spring Boot: 2.3.12.RELEASE
  • Spring Framework: 5.2.25.RELEASE

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/2.0.0.0-Hoxton.SR12...2.0.0.1-Hoxton.SR12

Fixes

  • fix:fix zuul delay circuit breaker. #1519
  • fix: fix watch tsf config, fix bean refresh with RefreshScope and ConfigurationProperties #1520

Docs / Project

  • docs:update circuit breaker examples. #1521

Contributors

Thanks to the contributors who participated in this release!

@SkyeBeFreeman @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 Version Management to modify other related dependent versions synchronously.

2025-03-07 11:51:07
spring-cloud-tencent

2.0.1.0-2021.0.9-RC2

Dependency Version

  • Spring Cloud Tencent: 2.0.1.0-2021.0.9-RC2
  • 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.0.1.0-2021.0.9-RC1...2.0.1.0-2021.0.9-RC2

Features / Enhancements

  • Config

    • fix: fix watch tsf config, fix bean refresh with RefreshScope and ConfigurationProperties #1511
  • Circuit Breaker

    • feat: implement circuit breaker in enhance plugin, support listen config group, support refresh single config in refresh_context mode. #1490
    • feat:support circuit breaker metrics reporting. #1495
    • feat:support default instance circuit breaker rule. #1499
  • Context

    • feat:support polaris event. #1494
    • feat:use polaris-all for shading third-party dependencies. #1498
  • Plugins

    • feat: support gateway context, feign eager-load support default value. #1496
    • fix count circuit breaker in gateway & return 404 when context api does not match #1508

Docs / Project

  • docs:update JDK version configuration in GitHub Actions. #1510
  • docs:simplify GitHub Actions. #1514

Contributors

Thanks to the contributors who participated in this release!

@shedfreewu @SkyeBeFreeman

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 Version Management to modify other related dependent versions synchronously.

2025-01-24 13:19:24
spring-cloud-tencent

2.0.1.0-2021.0.9-RC1

Dependency Version

  • Spring Cloud Tencent: 2.0.1.0-2021.0.9-RC1
  • 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.0.0.0-2021.0.9...2.0.1.0-2021.0.9-RC1

Features / Enhancements

  • Circuit Breaker
    • feat: implement circuit breaker in enhance plugin, support listen config group, support refresh single config in refresh_context mode. #1490

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 Version Management to modify other related dependent versions synchronously.

2024-12-18 17:12:11
spring-cloud-tencent

2.0.0.0-Hoxton.SR12 (stable version)

Dependency Version

  • Spring Cloud Tencent: 2.0.0.0-Hoxton.SR12
  • Spring Cloud: Hoxton.SR12
  • Spring Boot: 2.3.12.RELEASE
  • Spring Framework: 5.2.25.RELEASE

Full Changelog

https://github.com/Tencent/spring-cloud-tencent/compare/1.13.4-Hoxton.SR12...2.0.0.0-Hoxton.SR12

Features / Enhancements

  • Discovery

    • feat:add zero protection. #1458
    • feat:add Tencent Cloud TSF support. #1458
  • Config

    • refactor:let the configuration SDK context stand alone. #1458
    • feat:support consul config. #1458
    • feat:support consul config data. #1458
  • Router

    • fix:fix nearby router properties loading bug. #1458
    • feat:support TSF router. #1458
    • feat:upgrade nearby router and add namespace nearby router. #1458
  • Ratelimit

    • feat:support concurrency rate limit. #1458
  • Circuit Breaker

    • feat:upgrade api circuit breaker. #1458
  • Contract

    • fix:fix app starting failed when user using custom OpenAPI bean. #1458
  • Plugins

    • feat: add trace report support #1467
    • feat: support lossless config from console & support warmup #1458
    • feat:add admin http handler. #1448
    • feat:upgrade trace plugin. #1467

Fixes

  • fix: fix PolarisCircuitBreakerConfiguration not clear when gateway invoke by wildcard apis #1458
  • fix:fix actuator name warning from #1428 . #1458

Contributors

Thanks to the contributors who participated in this release!

@SkyeBeFreeman @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 Version Management to modify other related dependent versions synchronously.