Skip to content

Commit

Permalink
[tea]Bump 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yndu13 committed Jan 25, 2024
1 parent 6804678 commit 9c21d2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 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.7",
"version": "0.3.8",
"main": "./main.tea",
"maintainers": [
{
Expand All @@ -20,7 +20,7 @@
"ts": "@alicloud/openapi-client:^0.4.7",
"go": "github.com/alibabacloud-go/darabonba-openapi/v2/client:v2.0.5",
"csharp": "AlibabaCloud.OpenApiClient:0.1.8",
"java": "com.aliyun:tea-openapi:0.3.1",
"java": "com.aliyun:tea-openapi:0.3.2",
"php": "alibabacloud/darabonba-openapi:^0.2.10",
"python": "alibabacloud_tea_openapi:0.3.8",
"python2": "alibabacloud_tea_openapi_py2:0.1.8",
Expand Down Expand Up @@ -100,11 +100,7 @@
},
"releaselog": {
"changelog": [
"[java/golang/php/c#/python/python2/ts/swift]support CA configs",
"[java/golang/php/c#/python/python2/ts/swift]feat: get accessDeniedDetail from error map",
"[java/golang/php/c#/python/python2/ts/swift]resolve byte body for request",
"[java/golang/php/c#/python/python2/ts/swift]fix memory leak bug",
"[ts]add README"
"[java]support disable HTTP/2 config."
],
"compatible": true
}
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.aliyun</groupId>
<artifactId>tea-openapi</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
<packaging>jar</packaging>
<name>tea-openapi</name>
<description>
Expand Down

0 comments on commit 9c21d2a

Please sign in to comment.