Skip to content

Releases: Tencent/spring-cloud-tencent

2.0.1.0-2021.0.9-RC1

24 Jan 05:43
Compare
Choose a tag to compare
2.0.1.0-2021.0.9-RC1 Pre-release
Pre-release

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

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.

2.0.0.0-Hoxton.SR12 (stable version)

26 Dec 09:13
472e5d5
Compare
Choose a tag to compare

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

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.

2.0.0.0-2022.0.5 (stable version)

16 Dec 09:35
Compare
Choose a tag to compare

Dependency Version

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

Full Changelog

1.13.2-2022.0.4...2.0.0.0-2022.0.5

Features / Enhancements

  • Discovery

    • feat:add zero protection. #1278
    • feat:add Tencent Cloud TSF support. #1317
    • feat:support consul service update task. #1329
    • fix: move ConditionalOnTsfEnabled to spring-cloud-tencent-commons #1354
    • refactor:update registry status. #1485
  • Config

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

    • feat: support lane router #1269
    • feat: add polaris router lane examples #1270
    • fix:fix nearby router properties loading bug. #1273
    • fix: gramma issues for lane router example & optimize the gateway dependency #1276
    • feat:support TSF router. #1368
    • feat:upgrade nearby router and add namespace nearby router. #1371
  • Ratelimit

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

    • feat:upgrade api circuit breaker. #1438
  • Auth

    • feat:support auth. #1459
  • Contract

    • fix:fix app starting failed when user using custom OpenAPI bean. #1330
    • fix:fix contract reporting bug when using TSF. #1373
  • Plugins

    • feat: support lossless online/offline #1268
    • fix: fix the lossless provider override in multiple registries scenario #1271
    • fix: fix lossless deregister failed when no health-check configured #1281
    • fix:fix no registry when lossless is disabled. #1311
    • feat: add trace report support #1322
    • fix: fix test case unstable issues #1324
    • feat: support tsf trace demo & remove client span attributes #1363
    • feat: support lossless config from console & support warmup #1435
    • feat:add admin http handler. #1448
    • feat:upgrade trace plugin. #1470
    • feat:support smooth upgrade from tsf. #1474
    • fix:fix caller disposable metadata handle when using tracing. #1478

Fixes

  • fix: fix RouterLabelRestTemplateInterceptor add response headers exception with httpclient5 #1267
  • fix:fix ApplicationContextAwareUtils NPE bug. #1293
  • fix the ratelimit bug for 2022 #1314
  • fix: memory cost too many when using wildcard feign calls #1356
  • fix: fix TSF context bootstrap configuration #1395
  • fix: fix PolarisCircuitBreakerConfiguration not clear when gateway invoke by wildcard apis #1418
  • fix:fix actuator name warning from #1428 . #1429

Docs / Project

  • feat:support 2022.0.5. #1236
  • feat:upgrade jackson version. #1261
  • feat:upgrade jacoco version. #1309

Contributors

Thanks to the contributors who participated in this release!

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

2.0.0.0-2021.0.9 (stable version)

16 Dec 08:00
Compare
Choose a tag to compare

Dependency Version

  • Spring Cloud Tencent: 2.0.0.0-2021.0.9
  • Spring Cloud: 2021.0.9
  • Spring Boot: 2.7.18
  • Spring Framework: 5.3.31

Full Changelog

1.13.3-2021.0.9...2.0.0.0-2021.0.9

Features / Enhancements

  • Discovery

    • feat:add zero protection. #1346
    • feat:add Tencent Cloud TSF support. #1350
    • feat:support consul service update task. #1357
    • refactor:update registry status. #1486
  • Config

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

    • feat: support lane router #1339
    • feat: add polaris router lane examples #1340
    • fix:fix nearby router properties loading bug. #1342
    • fix: gramma issues for lane router example & optimize the gateway dependency #1343
    • feat: support TSF router. #1372
    • feat:upgrade nearby router and add namespace nearby router. #1374
  • Ratelimit

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

    • feat:upgrade api circuit breaker. #1440
  • Auth

    • feat:support auth. #1460
  • Contract

    • fix:fix app starting failed when user using custom OpenAPI bean. #1358
    • fix:fix contract reporting bug when using TSF. #1375
    • update: update contract autoconfiguration #1387
  • Plugins

    • feat: support lossless online/offline. #1338
    • fix: fix the lossless provider override in multiple registries scenario #1341
    • fix: fix lossless deregister failed when no health-check configured #1345
    • fix:fix no registry when lossless is disabled. #1347
    • feat: add trace report support #1353
    • fix: fix test case unstable issues #1355
    • feat: support tsf trace demo & remove client span attributes #1366
    • feat: support lossless config from console & support warmup. #1446
    • feat:add admin http handler. #1449
    • feat:upgrade trace plugin. #1468
    • feat:support smooth upgrade from tsf. #1472
    • fix:fix caller disposable metadata handle when using tracing. #1476

Fixes

  • fix:fix ApplicationContextAwareUtils NPE bug. #1294
  • fix: fix RouterLabelRestTemplateInterceptor add response headers exception with httpclient5 #1337
  • fix: fix the ratelimit bug for 2021 #1348
  • fix: memory cost too many when using wildcard feign calls #1359
  • fix: fix TSF context bootstrap configuration #1393
  • fix: fix PolarisCircuitBreakerConfiguration not clear when gateway invoke by wildcard apis #1423
  • fix:fix actuator name warning from #1428 . #1430

Docs / Project

  • feat:upgrade jackson version. #1259
  • feat:upgrade jacoco version. #1308

Contributors

Thanks to the contributors who participated in this release!

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

2.0.0.0-2020.0.6 (stable version)

16 Dec 07:06
Compare
Choose a tag to compare

Dependency Version

  • Spring Cloud Tencent: 2.0.0.0-2020.0.6
  • Spring Cloud: 2020.0.6
  • Spring Boot: 2.4.13
  • Spring Framework: 5.3.25

Full Changelog

1.13.2-2020.0.6...2.0.0.0-2020.0.6

Features / Enhancements

  • Discovery

    • feat:add zero protection. #1386
    • feat:add Tencent Cloud TSF support. #1391
    • feat:support consul service update task. #1397
    • refactor:update registry status. #1487
  • Config

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

    • feat: support lane router #1378
    • feat: add polaris router lane examples #1379
    • fix:fix nearby router properties loading bug. #1381
    • fix: gramma issues for lane router example & optimize the gateway dependency #1382
    • feat:support TSF router. #1403
    • feat:upgrade nearby router and add namespace nearby router. #1404
  • Ratelimit

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

    • feat:upgrade api circuit breaker. #1441
  • Auth

    • feat:support auth. #1461
    • fix:fix auth not effected bug. #1465
  • Contract

    • fix:fix app starting failed when user using custom OpenAPI bean. #1398
    • fix:fix contract reporting bug when using TSF. #1406
  • Plugins

    • feat: support lossless online/offline #1377
    • fix: fix the lossless provider override in multiple registries scenario #1380
    • fix: fix lossless deregister failed when no health-check configured #1385
    • fix:fix no registry when lossless is disabled. #1388
    • feat: add trace report support #1396
    • feat: support tsf trace demo & remove client span attributes #1402
    • feat: support lossless config from console & support warmup. #1452
    • feat:add admin http handler. #1453
    • feat:upgrade trace plugin. #1469
    • feat:support smooth upgrade from tsf. #1473
    • fix:fix caller disposable metadata handle when using tracing. #1477

Fixes

  • fix:add warn log to ApplicationContextAwareUtils. #1296
  • fix: fix RouterLabelRestTemplateInterceptor add response headers exception with httpclient5 #1376
  • fix:fix the ratelimit bug #1389
  • fix: memory cost too many when using wildcard feign calls #1400
  • fix: fix PolarisCircuitBreakerConfiguration not clear when gateway invoke by wildcard apis #1425
  • fix:fix actuator name warning from #1428 . #1432

Docs / Project

  • feat:upgrade jackson version. #1258
  • feat:upgrade jacoco version. #1307

Contributors

Thanks to the contributors who participated in this release!

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

2.0.0.0-2022.0.5-RC4

27 Nov 04:03
Compare
Choose a tag to compare
2.0.0.0-2022.0.5-RC4 Pre-release
Pre-release

Dependency Version

  • Spring Cloud Tencent: 2.0.0.0-2022.0.5-RC4
  • Spring Cloud: 2022.0.5
  • Spring Boot: 3.1.12
  • Spring Framework: 6.0.22

Full Changelog

2.0.0.0-2022.0.5-RC3...2.0.0.0-2022.0.5-RC4

Features / Enhancements

  • Auth

    • feat:support auth. #1459
  • Discovery

    • feat:add admin http handler. #1448
  • Ratelimit

    • feat:support concurrency rate limit. #1454

Contributors

Thanks to the contributors who participated in this release!

@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.

2.0.0.0-2021.0.9-RC1

30 Oct 11:56
Compare
Choose a tag to compare
2.0.0.0-2021.0.9-RC1 Pre-release
Pre-release

Dependency Version

  • Spring Cloud Tencent: 2.0.0.0-2021.0.9-RC1
  • Spring Cloud: 2021.0.9
  • Spring Boot: 2.7.18
  • Spring Framework: 5.3.31

Features / Enhancements

  • Circuit Breaker

    • fix: memory cost too many when using wildcard feign calls #1359
    • feat:upgrade api circuit breaker. #1440
  • Config

    • refactor:let the configuration SDK context stand alone. #1344
    • feat:support consul config. #1352
    • feat:support consul config data. #1365
  • Contract

    • fix:fix app starting failed when user using custom OpenAPI bean. #1358
    • fix:fix contract reporting bug when using TSF. #1375
    • update: update contract autoconfiguration #1387
  • Discovery

    • feat:add zero protection. #1346
    • feat:add Tencent Cloud TSF support. #1350
    • feat:support consul service update task. #1357
  • Plugins

    • feat: support lossless online/offline. #1338
    • fix: fix the lossless provider override in multiple registries scenario #1341
    • fix: fix lossless deregister failed when no health-check configured #1345
    • fix:fix no registry when lossless is disabled. #1347
    • feat: add trace report support #1353
    • fix: fix test case unstable issues #1355
    • feat: support tsf trace demo & remove client span attributes #1366
    • feat: support lossless config from console & support warmup. #1446
  • Ratelimit

    • fix: fix the ratelimit bug for 2021 #1348
  • Router

    • feat: support lane router #1339
    • feat: add polaris router lane examples #1340
    • fix:fix nearby router properties loading bug. #1342
    • fix: gramma issues for lane router example & optimize the gateway dependency #1343
    • feat: support TSF router. #1372
    • feat:upgrade nearby router and add namespace nearby router. #1374

Fixes

  • fix:fix ApplicationContextAwareUtils NPE bug. #1294
  • fix: fix RouterLabelRestTemplateInterceptor add response headers exception with httpclient5 #1337
  • fix: fix TSF context bootstrap configuration #1393
  • fix: fix PolarisCircuitBreakerConfiguration not clear when gateway invoke by wildcard apis #1423
  • fix:fix actuator name warning from #1428 . #1430

Docs / Project

  • feat:upgrade jackson version. #1259
  • feat:upgrade jacoco version. #1308

Contributors

Thanks to the contributors who participated in this release!

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

2.0.0.0-2022.0.5-RC3

29 Oct 07:15
90e129c
Compare
Choose a tag to compare
2.0.0.0-2022.0.5-RC3 Pre-release
Pre-release

Dependency Version

  • Spring Cloud Tencent: 2.0.0.0-2022.0.5-RC3
  • Spring Cloud: 2022.0.5
  • Spring Boot: 3.1.12
  • Spring Framework: 6.0.22

Full Changelog

2.0.0.0-2022.0.5-RC2...2.0.0.0-2022.0.5-RC3

Features / Enhancements

  • Plugins
    • feat: support lossless config from console & support warmup. #1435

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.

2.0.0.0-2022.0.5-RC2

16 Oct 05:06
Compare
Choose a tag to compare
2.0.0.0-2022.0.5-RC2 Pre-release
Pre-release

Dependency Version

  • Spring Cloud Tencent: 2.0.0.0-2022.0.5-RC2
  • Spring Cloud: 2022.0.5
  • Spring Boot: 3.1.12
  • Spring Framework: 6.0.22

Full Changelog

2.0.0.0-2022.0.5-RC1...2.0.0.0-2022.0.5-RC2

Features / Enhancements

  • Circuit Breaker
    • feat:upgrade api circuit breaker. #1438

Fixes

  • fix: fix TSF context bootstrap configuration #1395
  • fix: fix PolarisCircuitBreakerConfiguration not clear when gateway invoke by wildcard apis #1418
  • fix:fix actuator name warning from #1428 . #1429

Contributors

Thanks to the contributors who participated in this release!

@fuyuwei01
@andrewshan
@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.

1.13.4-Hoxton.SR12

14 Oct 07:43
Compare
Choose a tag to compare

Fixes

  • fix: fix PolarisCircuitBreakerConfiguration not clear when gateway invoke by wildcard apis #1392
  • fix:fix rate limit window update bug. c2558fc
  • fix: fix npe when feign.hystrix.enabled=false #1436
  • fix:fix slip expire bucket bug in circuit breaker. 9789b53

Contributors

Thanks to the contributors who participated in this release!

@andrewshan
@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.