Skip to content

Releases: Tencent/spring-cloud-tencent

1.13.1-2021.0.9

21 Feb 03:54
Compare
Choose a tag to compare

Fixes

  • fix:fix restTemplateCustomizer bean conflict causing service to fail to start properly. ca37ff3

Contributors

Thanks to the contributors who participated in this release!

@herodotus-ecosystem

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.1-2020.0.6

21 Feb 03:18
Compare
Choose a tag to compare

Fixes

  • fix:fix restTemplateCustomizer bean conflict causing service to fail to start properly. 4d7e342

Contributors

Thanks to the contributors who participated in this release!

@herodotus-ecosystem

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.0-2020.0.6

07 Feb 05:23
Compare
Choose a tag to compare

Features / Enhancements

  • CircuitBreaker

    • feat: add circuit breaker actuator. #1171
  • Config

    • feat: the polaris config relation non-daemon thread should stop when application fails to start. #1101 #1111 #1125
    • feat:support configuration encryption. #1183
  • Context

    • feat: support log path configuration parameters. #1130
  • Contract

    • feat:support service contract reporting. #1140
    • feat:add swagger exposure filters. #1145
    • feat:add swagger report switch. #1149
    • fix:fix swagger not working bug. #1225
  • Discovery

    • feat: support nacos namespace mapping. #1192
  • Metadata

    • feat:add metadata transfer for http header via spring.cloud.tencent.metadata.headers. #1175
  • Router

    • fix: dynamic routing using cookies #1151

Fixes

  • Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefore from discovery client automatic configuration. #1117
  • fix:fix feign url bug when using sleuth. #1121
  • refactor:optimize the order and condition matching of service registration automatic configuration. #1132
  • fix:fix retry loadbalancer not working bug. #1156
  • fix:fix header validation when using Chinese char. #1168
  • fix:remove bcprov-jdk15on dependency. #1179
  • fix: fix the logging problem open at #1189. #1195
  • fix:fix rule-based router when using RestTemplate. #1201
  • fix:fix sct-all wrong spring boot version obtain. #1205

Docs

  • feat:optimize examples. #1187

Contributors

Thanks to the contributors who participated in this release!

@shuiqingliu
@hligaty
@SkyeBeFreeman
@wenxuan70
@blankjee
@ShangfengDing

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.0-Hoxton.SR12

07 Feb 03:56
Compare
Choose a tag to compare

Features / Enhancements

  • CircuitBreaker

    • feat: add circuit breaker actuator. #1172
  • Config

    • fix: register a destroy hook when the application event trigger. #1110
    • feat:support configuration encryption. #1182
  • Context

    • feat: support log path configuration parameters. #1143
  • Contract

    • feat:support service contract reporting. #1135
    • feat:add swagger exposure filters. #1144
    • feat:add swagger report switch. #1147
  • Discovery

    • feat: support nacos namespace mapping. #1191
  • Metadata

    • feat:add metadata transfer for http header via spring.cloud.tencent.metadata.headers. #1174
  • Router

    • fix: dynamic routing using cookies. #1152

Fixes

  • Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefore from discovery client automatic configuration. #1118
  • fix:fix feign url bug when using sleuth. #1119
  • refactor:optimize the order and condition matching of service registration automatic configuration. #1133
  • fix:fix retry loadbalancer not working bug. #1157
  • fix:fix header validation when using Chinese char. #1167
  • fix:remove bcprov-jdk15on dependency. #1178
  • feat: fix the logging problem open at #1189. #1197
  • fix:fix sct-all wrong spring boot version obtain. #1204

Docs

  • feat:optimize examples. #1186

Contributors

Thanks to the contributors who participated in this release!

@shuiqingliu
@hligaty
@SkyeBeFreeman
@wenxuan70
@blankjee
@ShangfengDing

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.0-2022.0.4

07 Feb 07:26
Compare
Choose a tag to compare

Features / Enhancements

  • CircuitBreaker

    • feat: add circuit breaker actuator. #1170
  • Config

    • feat: the polaris config relation non-daemon thread should stop when application fails to start. #1102 #1112 #1124
    • feat:support configuration encryption. #1184
  • Context

    • feat: support log path configuration parameters #1142
  • Contract

    • feat:support service contract reporting. #1141
    • feat:add swagger report switch. #1150
  • Discovery

    • feat: support nacos namespace mapping. #1190
  • Metadata

    • feat:add metadata transfer for http header via spring.cloud.tencent.metadata.headers. #1176
  • Router

    • fix: dynamic routing using cookies #1153

Fixes

  • Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefore from discovery client automatic configuration. #1116
  • fix:fix feign url bug when using sleuth. #1120
  • refactor:optimize the order and condition matching of service registration automatic configuration. #1131
  • fix:fix retry loadbalancer not working bug. #1155
  • fix:fix header validation when using Chinese char. #1169
  • fix:remove bcprov-jdk15on dependency. #1180
  • fix: fix the logging problem open at #1189. #1196
  • fix:fix rule-based router when using RestTemplate. #1202
  • fix:fix sct-all wrong spring boot version obtain. #1206
  • fix:fix reporter wrong initialization when using config data. #1220

Docs

  • feat:optimize examples. #1188

Contributors

Thanks to the contributors who participated in this release!

@shuiqingliu
@hligaty
@SkyeBeFreeman
@wenxuan70
@blankjee
@ShangfengDing

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.0-2021.0.9

07 Feb 05:38
Compare
Choose a tag to compare

Features / Enhancements

  • CircuitBreaker

  • Config

    • fix: the polaris config relation non-daemon thread should stop when application fails to start. #1100 #1123
    • feat:support configuration encryption. #1181
  • Context

    • feat: support log path configuration parameters. #1128
  • Contract

    • feat:support service contract reporting. #1139
    • feat:add swagger exposure filters. #1146
    • feat:add swagger report switch. #1148
    • fix:fix swagger not working bug. #1224
  • Discovery

    • feat: support nacos namespace mapping. #1122
  • Metadata

    • feat: add metadata transfer for http header via spring.cloud.tencent.metadata.headers #1137
  • Router

    • fix: dynamic routing using cookies #1097

Fixes

  • fix:fix feign url bug when using sleuth. #1096
  • Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefore from discovery client automatic configuration. #1115
  • refactor:optimize the order and condition matching of service registration automatic configuration. #1129
  • fix:fix retry loadbalancer not working bug. #1154
  • fix:fix header validation when using Chinese char. #1166
  • fix:remove bcprov-jdk15on dependency. #1177
  • fix: fix the logging problem open at #1189. #1194
  • fix:fix rule-based router when using RestTemplate. #1200
  • fix:fix sct-all wrong spring boot version obtain. #1203
  • fix:fix reporter wrong initialization when using config data. #1221

Docs

  • feat:optimize examples. #1185

Contributors

Thanks to the contributors who participated in this release!

@shuiqingliu
@SkyeBeFreeman
@blankjee
@hligaty
@wenxuan70
@ShangfengDing

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.12.4-Hoxton.SR12

31 Oct 05:05
Compare
Choose a tag to compare

Fixes

  • fix:reset circuit-breaker status when rule being deleted. 5338e5b

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.

1.12.4-2022.0.4

31 Oct 05:14
Compare
Choose a tag to compare

Fixes

  • fix:reset circuit-breaker status when rule being deleted. ea3d16c

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.

1.12.4-2021.0.8

31 Oct 05:08
Compare
Choose a tag to compare

Fixes

  • fix:reset circuit-breaker status when rule being deleted. eacea0c

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.

1.12.5-2020.0.6

31 Oct 02:44
Compare
Choose a tag to compare

Fixes

  • fix:reset circuit-breaker status when rule being deleted. ea3d16c

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.