Skip to content

Releases: Tencent/spring-cloud-tencent

1.12.3-2022.0.4

23 Oct 10:00
Compare
Choose a tag to compare

Fixes

  • fix:fix report bug after circuit breaker rule being deleted. eaf6ed4

Contributors

Thanks to the contributors who participated in this release!

@SkyeBeFreeman

How to upgrade

1.12.3-2022.0.4 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.12.3-2021.0.8

23 Oct 09:43
Compare
Choose a tag to compare

Fixes

  • fix:fix report bug after circuit breaker rule being deleted. 5188482

Contributors

Thanks to the contributors who participated in this release!

@SkyeBeFreeman

How to upgrade

1.12.3-2021.0.8 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.12.2-2022.0.4

12 Oct 02:13
Compare
Choose a tag to compare

Fixes

  • fix:fix system env variable read bug. 59cd505

Contributors

Thanks to the contributors who participated in this release!

@SkyeBeFreeman

How to upgrade

1.12.2-2022.0.4 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.12.3-2020.0.6

11 Oct 03:56
Compare
Choose a tag to compare

Fixes

  • fix:fix system env variable read bug. 3fc56d4

Contributors

Thanks to the contributors who participated in this release!

@SkyeBeFreeman

How to upgrade

1.12.3-2020.0.6 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.12.2-2021.0.8

11 Oct 04:04
Compare
Choose a tag to compare

Fixes

  • fix:fix system env variable read bug. 4642f60

Contributors

Thanks to the contributors who participated in this release!

@SkyeBeFreeman

How to upgrade

1.12.2-2021.0.8 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.12.2-Hoxton.SR12

10 Oct 11:39
Compare
Choose a tag to compare

Fixes

  • fix:fix system env variable read bug. 7ad232c

Contributors

Thanks to the contributors who participated in this release!

@SkyeBeFreeman

How to upgrade

1.12.2-Hoxton.SR12 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.12.2-2020.0.6

26 Sep 07:27
Compare
Choose a tag to compare

Fixes

  • fix:fix WebFlux run error. e0d86bc

Contributors

Thanks to the contributors who participated in this release!

@SkyeBeFreeman

How to upgrade

1.12.2-2020.0.6 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.12.1-Hoxton.SR12

12 Sep 07:03
Compare
Choose a tag to compare

Features / Enhancements

  • All

    • feat:sct-all package is now available as a shaded uber-jar.
  • CircuitBreaker

    • Refactoring: Refactor Circuitbreaker ut.
    • fix:fix custom fallback exception.
    • fix:use path parameter in @FeignClient for circuit-breaker.
  • Config

    • feature: Enhance default configuration to support application*.yaml and bootstrap*.yaml.
    • feat:added automatic optimization for dynamic config refresh type.
    • feature: support Polaris configuration center extension plugin interface and support dynamic modification of log levels.
  • Context

    • feat:refactor SDKContext as static.
  • Discovery

    • feature: support reactive discovery client health indicator.
    • feat:adapt for nacos instance.
    • refactor:refactor Polaris registration.
    • fix:add deregister judgment.
    • feat:added ribbon lb polaris weighted round robin rule.
  • RPC Enhancement

    • refactor:refactor rpc enhancement.

Fixes

  • fix:fix reporting bug when port is -1.
  • fix:update guava version.
  • fix:fix circuit breaker bean load order bug when using Nacos discovery.
  • fix:fix router label feign interceptor order.
  • fix:fix web server wrong open bug.
  • refactor:optimize discovery properties initialization.
  • fix:upgrade spring version.

Docs

  • docs:add release GitHub Action.
  • docs:update Polaris test environment ip.
  • fix:fix gray release examples bug.
  • fix:Update README-zh.md

Contributors

Thanks to the contributors who participated in this release!

@youtaqiu
@SkyeBeFreeman
@ShanyouYu-Sean
@shuiqingliu
@LuckyCaesar
@veterancj
@xiezheng-XD
@yangjuanying
@Melodyl-xyz

How to upgrade

1.12.1-Hoxton.SR12 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.12.1-2022.0.4

12 Sep 07:15
Compare
Choose a tag to compare

Features / Enhancements

  • All

    • feat: sct-all package is now available as a shaded uber-jar #1025
  • CircuitBreaker

    • Refactoring: Refactor Circuitbreaker ut. #996
    • fix:fix custom fallback exception. #1021
    • fix:use path parameter in @FeignClient for circuit-breaker. #1028
  • Config

    • feature: Enhance default configuration to support application*.yaml and bootstrap*.yaml. #988
    • feat:added automatic optimization for dynamic config refresh type. #1058
    • feature: support Polaris configuration center extension plugin interface and support dynamic modification of log levels. #1105
  • Context

    • feat:refactor SDKContext as static. #995
  • Discovery

    • refactor:refactor Polaris registration. #1057
    • fix:add deregister judgment. #1075
    • feat:added polaris weighted round robin load balancer. #1073
  • Metadata

    • feat:Remove error log from DecodeTransferMetadataReactiveFilter. #991

Fixes

  • fix:fix random port read bug. #1000
  • fix:fix reporting bug when port is -1. #1040
  • fix:update guava version. #1043
  • fix:fix circuit breaker bean load order bug when using Nacos discovery. #1050
  • fix:fix SCG report wrong service bug when using IP routing. #1065
  • fix:fix router label feign interceptor order. #1071
  • refactor:optimize discovery properties initialization. #1079
  • fix:upgrade spring version. #1085

Docs

  • docs:add release GitHub Action. #1007
  • docs:update Polaris test environment ip. #1012
  • fix:fix gray release examples bug. #1068
  • fix:Update README-zh.md #1094

Contributors

Thanks to the contributors who participated in this release!

@youtaqiu
@SkyeBeFreeman
@ShanyouYu-Sean
@shuiqingliu
@LuckyCaesar
@veterancj
@xiezheng-XD
@yangjuanying
@Melodyl-xyz

How to upgrade

1.12.1-2022.0.4 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.12.1-2021.0.8

12 Sep 07:13
Compare
Choose a tag to compare

Features / Enhancements

  • All

    • feat: sct-all package is now available as a shaded uber-jar #1016 #1024
  • CircuitBreaker

    • Refactoring: Refactor Circuitbreaker ut. #997
    • fix:fix custom fallback exception. #1020
    • fix:use path parameter in @FeignClient for circuit-breaker. #1029
  • Config

    • feature: Enhance default configuration to support application*.yaml and bootstrap*.yaml. #985
    • feat:added automatic optimization for dynamic config refresh type. #1053
    • feature: support Polaris configuration center extension plugin interface and support dynamic modification of log levels. #1103
  • Context

    • feat:refactor SDKContext as static. #1001
  • Discovery

    • feature: support reactive discovery client health indicator. #983
    • refactor:refactor Polaris registration. #1055
    • fix:add deregister judgment. #1074
    • feat:added polaris weighted round robin load balancer. #1062
  • Metadata

    • feat:Remove error log from DecodeTransferMetadataReactiveFilter. #989

Fixes

  • fix:fix reporting bug when port is -1. #1038
  • fix:update guava version. #1041
  • fix:fix circuit breaker bean load order bug when using Nacos discovery. #1048
  • fix:fix SCG report wrong service bug when using IP routing. #1063
  • fix:fix router label feign interceptor order. #1069
  • refactor:optimize discovery properties initialization. #1077
  • fix:upgrade spring version. #1086

Docs

  • docs:add release GitHub Action. #1006
  • docs:update Polaris test environment ip. #1010
  • fix:fix gray release examples bug. #1066
  • fix:Update README-zh.md #1090

Contributors

Thanks to the contributors who participated in this release!

@youtaqiu
@SkyeBeFreeman
@ShanyouYu-Sean
@shuiqingliu
@LuckyCaesar
@veterancj
@xiezheng-XD
@yangjuanying
@Melodyl-xyz

How to upgrade

1.12.1-2021.0.8 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.