Skip to content

Commit d1576f7

Browse files
authoredMay 15, 2023
feat:refactor SDKContext as static. (#1001)
1 parent a73f0e1 commit d1576f7

File tree

52 files changed

+881
-381
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+881
-381
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
- [feat:Remove error log from `DecodeTransferMetadataReactiveFilter`.](https://github.com/Tencent/spring-cloud-tencent/pull/989)
77
- [Feature: add AssemblyFlow to support tsf.](https://github.com/Tencent/spring-cloud-tencent/pull/993)
88
- [Refactoring: Refactor Circuitbreaker ut.](https://github.com/Tencent/spring-cloud-tencent/pull/997)
9+
- [feat:refactor SDKContext as static.](https://github.com/Tencent/spring-cloud-tencent/pull/1001)

‎README-zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要
7878
<groupId>com.tencent.cloud</groupId>
7979
<artifactId>spring-cloud-tencent-dependencies</artifactId>
8080
<!--version number-->
81-
<version>1.11.1-2021.0.6</version>
81+
<version>1.11.4-2021.0.6</version>
8282
<type>pom</type>
8383
<scope>import</scope>
8484
</dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.