Skip to content

Commit

Permalink
[Tea]Bump 0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
yndu13 committed Sep 23, 2024
1 parent f17004b commit a967789
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 11 deletions.
14 changes: 7 additions & 7 deletions Teafile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scope": "alibabacloud",
"name": "OpenApi",
"version": "0.3.14",
"version": "0.3.15",
"main": "./main.tea",
"maintainers": [
{
Expand All @@ -17,12 +17,12 @@
"XML": "darabonba:XML:*"
},
"releases": {
"ts": "@alicloud/openapi-client:^0.4.11",
"go": "github.com/alibabacloud-go/darabonba-openapi/v2/client:v2.0.9",
"csharp": "AlibabaCloud.OpenApiClient:0.1.11",
"java": "com.aliyun:tea-openapi:0.3.5",
"ts": "@alicloud/openapi-client:^0.4.12",
"go": "github.com/alibabacloud-go/darabonba-openapi/v2/client:v2.0.10",
"csharp": "AlibabaCloud.OpenApiClient:0.1.12",
"java": "com.aliyun:tea-openapi:0.3.6",
"php": "alibabacloud/darabonba-openapi:^0.2.13",
"python": "alibabacloud_tea_openapi:0.3.11",
"python": "alibabacloud_tea_openapi:0.3.12",
"python2": "alibabacloud_tea_openapi_py2:0.1.8",
"cpp": "alibabacloud-sdk-cpp/dara-openapi:master",
"swift": "alibabacloud-sdk-swift/darabonba-openapi:1.0.7"
Expand Down Expand Up @@ -100,7 +100,7 @@
},
"releaselog": {
"changelog": [
"support bearer token credentials request."
"Solve the inconsistency of credentials refresh in all methods."
],
"compatible": true
}
Expand Down
4 changes: 4 additions & 0 deletions csharp/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2024-09-23 Version 0.1.12

- Solve the inconsistency of credentials refresh in all methods.

### 2024-08-06 Version 0.1.11

- Support extends query parameters.
Expand Down
2 changes: 1 addition & 1 deletion csharp/core/client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>AlibabaCloud.OpenApiClient</AssemblyName>
<Version>0.1.11</Version>
<Version>0.1.12</Version>
<LangVersion>5</LangVersion>
<Authors>Alibaba Cloud</Authors>
<Description>Alibaba Cloud OpenApi SDK Library for .NET</Description>
Expand Down
3 changes: 3 additions & 0 deletions golang/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-09-23 Version: v2.0.10
- Solve the inconsistency of credentials refresh in all methods.

2023-02-07 Version: v2.0.3
- Add ca configs.
- Get accessDeniedDetail from error map.
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.aliyun</groupId>
<artifactId>tea-openapi</artifactId>
<version>0.3.5</version>
<version>0.3.6</version>
<packaging>jar</packaging>
<name>tea-openapi</name>
<description>
Expand Down
3 changes: 3 additions & 0 deletions python/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2024-09-23 Version 0.3.12
* Solve the inconsistency of credentials refresh in all methods.

### 2022-11-14 Version 0.3.6
* Add gateway client setter.

Expand Down
2 changes: 1 addition & 1 deletion python/alibabacloud_tea_openapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.11"
__version__ = "0.3.12"
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/openapi-client",
"version": "0.4.11",
"version": "0.4.12",
"description": "",
"main": "dist/client.js",
"scripts": {
Expand Down

0 comments on commit a967789

Please sign in to comment.