Skip to content

Commit

Permalink
[Tea]Bump 0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
yndu13 committed Jul 7, 2024
1 parent 40b9e85 commit 77c287f
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 17 deletions.
18 changes: 9 additions & 9 deletions Teafile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"scope": "darabonba",
"name": "Util",
"version": "0.2.13",
"version": "0.2.14",
"main": "./main.tea",
"releases": {
"go": "github.com/alibabacloud-go/tea-utils/v2/service:v2.0.5",
"ts": "@alicloud/tea-util:^1.4.8",
"csharp": "AlibabaCloud.TeaUtil:0.1.18",
"java": "com.aliyun:tea-util:0.2.22",
"php": "alibabacloud/tea-utils:^0.2.20",
"python": "alibabacloud_tea_util:0.3.12",
"go": "github.com/alibabacloud-go/tea-utils/v2/service:v2.0.6",
"ts": "@alicloud/tea-util:^1.4.9",
"csharp": "AlibabaCloud.TeaUtil:0.1.19",
"java": "com.aliyun:tea-util:0.2.23",
"php": "alibabacloud/tea-utils:^0.2.21",
"python": "alibabacloud_tea_util:0.3.13",
"python2": "alibabacloud_tea_util_py2:0.0.9",
"swift": "alibabacloud-sdk-swift/tea-utils:1.0.5",
"swift": "alibabacloud-sdk-swift/tea-utils:1.0.6",
"cpp": "alibabacloud-sdk-cpp/dara-util:master"
},
"java": {
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"releaselog": {
"changelog": [
"[golang]feat: support extends parameters."
"feat: support extends query parameters."
],
"compatible": true
}
Expand Down
3 changes: 3 additions & 0 deletions csharp/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2024-07-08 Version 0.1.19
* Support extends query parameters

### 2024-05-13 Version 0.1.18
* Support extends parameters

Expand Down
2 changes: 1 addition & 1 deletion csharp/core/TeaUtil.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
<RootNamespace>AlibabaCloud.TeaUtil</RootNamespace>
<Version>0.1.18</Version>
<Version>0.1.19</Version>
<Authors>Alibaba Cloud</Authors>
<PackageTags>Alibaba Aliyun TeaUtil SDK</PackageTags>
<Copyright>©2009-present Alibaba Cloud</Copyright>
Expand Down
6 changes: 6 additions & 0 deletions golang/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2024-07-08 Version v2.0.6
- Support extends query parameters.

2024-05-13 Version v2.0.5
- Support extends parameters.

2023-07-24 Version: v2.0.4
- Reduce the collision rate of method `GetNonce()`

Expand Down
3 changes: 3 additions & 0 deletions java/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-07-08 Version 0.2.23
- Support extends query parameters

2024-05-13 Version 0.2.22
- Support extends parameters

Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.aliyun</groupId>
<artifactId>tea-util</artifactId>
<version>0.2.22</version>
<version>0.2.23</version>
<packaging>jar</packaging>

<name>tea-util</name>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<version>2.11.0</version>
</dependency>
</dependencies>

Expand Down
5 changes: 4 additions & 1 deletion python/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### 2024-07-08 Version 0.3.13
* Support extends query parameters.

### 2024-05-13 Version 0.3.12
* Support extends parameters
* Support extends parameters.

### 2023-07-24 Version: 0.3.11
* Reduce the collision rate of method `get_nonce()`
Expand Down
2 changes: 1 addition & 1 deletion python/alibabacloud_tea_util/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.12"
__version__ = "0.3.13"
5 changes: 4 additions & 1 deletion swift/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### 2024-07-08 Version 1.0.6
* Support extends query parameters.

### 2024-05-13 Version 1.0.5
* Support extends parameters
* Support extends parameters.

### 2024-04-09 Version 1.0.4
* Resolve InputStream data read as bytes.
Expand Down
2 changes: 1 addition & 1 deletion swift/TeaUtils.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "TeaUtils"
spec.version = "1.0.5"
spec.version = "1.0.6"
spec.license = "Apache 2.0"
spec.summary = "Alibaba Cloud Tea Util for Swift"
spec.homepage = "https://github.com/alibabacloud-sdk-swift/tea-utils"
Expand Down
3 changes: 3 additions & 0 deletions ts/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-07-08 Version 1.4.9
1. Support extends query parameters

2024-05-13 Version 1.4.8
1. Support extends parameters

Expand Down
2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alicloud/tea-util",
"version": "1.4.8",
"version": "1.4.9",
"description": "",
"main": "dist/client.js",
"scripts": {
Expand Down

0 comments on commit 77c287f

Please sign in to comment.