Skip to content

Commit

Permalink
[Tea]Bump 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yndu13 committed May 14, 2024
1 parent 1bb2d7f commit 3597cc1
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 15 deletions.
6 changes: 6 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

# Alibaba Cloud OpenApi Client

[![Golang CI](https://github.com/aliyun/darabonba-openapi/actions/workflows/go.yml/badge.svg)](https://github.com/aliyun/darabonba-openapi/actions/workflows/go.yml)
[![Java CI](https://github.com/aliyun/darabonba-openapi/actions/workflows/java.yml/badge.svg)](https://github.com/aliyun/darabonba-openapi/actions/workflows/java.yml)
[![Python CI](https://github.com/aliyun/darabonba-openapi/actions/workflows/python.yml/badge.svg)](https://github.com/aliyun/darabonba-openapi/actions/workflows/python.yml)
[![TypeScript CI](https://github.com/aliyun/darabonba-openapi/actions/workflows/ts.yml/badge.svg)](https://github.com/aliyun/darabonba-openapi/actions/workflows/ts.yml)
[![codecov](https://codecov.io/gh/aliyun/darabonba-openapi/branch/master/graph/badge.svg)](https://codecov.io/gh/aliyun/darabonba-openapi)

## 问题

[Opening an Issue](https://github.com/aliyun/darabonba-openapi/issues/new),不符合指南的问题可能会立即关闭。
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ English | [简体中文](README-CN.md)

# Alibaba Cloud OpenApi Client

[![Golang CI](https://github.com/aliyun/darabonba-openapi/actions/workflows/go.yml/badge.svg)](https://github.com/aliyun/darabonba-openapi/actions/workflows/go.yml)
[![Java CI](https://github.com/aliyun/darabonba-openapi/actions/workflows/java.yml/badge.svg)](https://github.com/aliyun/darabonba-openapi/actions/workflows/java.yml)
[![Python CI](https://github.com/aliyun/darabonba-openapi/actions/workflows/python.yml/badge.svg)](https://github.com/aliyun/darabonba-openapi/actions/workflows/python.yml)
[![TypeScript CI](https://github.com/aliyun/darabonba-openapi/actions/workflows/ts.yml/badge.svg)](https://github.com/aliyun/darabonba-openapi/actions/workflows/ts.yml)
[![codecov](https://codecov.io/gh/aliyun/darabonba-openapi/branch/master/graph/badge.svg)](https://codecov.io/gh/aliyun/darabonba-openapi)

## Issues

[Opening an Issue](https://github.com/aliyun/darabonba-openapi/issues/new), Issues not conforming to the guidelines may be closed immediately.
Expand Down
18 changes: 9 additions & 9 deletions Teafile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scope": "alibabacloud",
"name": "OpenApi",
"version": "0.3.10",
"version": "0.3.11",
"main": "./main.tea",
"maintainers": [
{
Expand All @@ -17,15 +17,15 @@
"XML": "darabonba:XML:*"
},
"releases": {
"ts": "@alicloud/openapi-client:^0.4.8",
"go": "github.com/alibabacloud-go/darabonba-openapi/v2/client:v2.0.6",
"csharp": "AlibabaCloud.OpenApiClient:0.1.8",
"java": "com.aliyun:tea-openapi:0.3.2",
"php": "alibabacloud/darabonba-openapi:^0.2.10",
"python": "alibabacloud_tea_openapi:0.3.8",
"ts": "@alicloud/openapi-client:^0.4.9",
"go": "github.com/alibabacloud-go/darabonba-openapi/v2/client:v2.0.7",
"csharp": "AlibabaCloud.OpenApiClient:0.1.9",
"java": "com.aliyun:tea-openapi:0.3.3",
"php": "alibabacloud/darabonba-openapi:^0.2.11",
"python": "alibabacloud_tea_openapi:0.3.9",
"python2": "alibabacloud_tea_openapi_py2:0.1.8",
"cpp": "alibabacloud-sdk-cpp/dara-openapi:master",
"swift": "alibabacloud-sdk-swift/darabonba-openapi:1.0.3"
"swift": "alibabacloud-sdk-swift/darabonba-openapi:1.0.4"
},
"csharp": {
"namespace": "AlibabaCloud.OpenApiClient",
Expand Down Expand Up @@ -100,7 +100,7 @@
},
"releaselog": {
"changelog": [
"[golang]support extends parameters."
"support extends parameters && disableHttp2 config."
],
"compatible": true
}
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.8</Version>
<Version>0.1.9</Version>
<LangVersion>5</LangVersion>
<Authors>Alibaba Cloud</Authors>
<Description>Alibaba Cloud OpenApi SDK Library for .NET</Description>
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.2</version>
<version>0.3.3</version>
<packaging>jar</packaging>
<name>tea-openapi</name>
<description>
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.8"
__version__ = "0.3.9"
2 changes: 1 addition & 1 deletion swift/AlibabacloudOpenApi.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "AlibabacloudOpenApi"
spec.version = "1.0.3"
spec.version = "1.0.4"
spec.license = "Apache 2.0"
spec.summary = "Alibaba Cloud openapi SDK Library for Swift(5.6)"
spec.homepage = "https://github.com/alibabacloud-sdk-swift/darabonba-openapi"
Expand Down
2 changes: 1 addition & 1 deletion swift/Sources/AlibabacloudOpenApi/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ open class Client {
"policy": TeaUtils.Client.defaultString(runtime.backoffPolicy, "no"),
"period": TeaUtils.Client.defaultNumber(runtime.backoffPeriod, 1)
],
"ignoreSSL": runtime.ignoreSSL!
"ignoreSSL": Client.defaultAny(runtime.ignoreSSL, false)
]
var _lastRequest: Tea.TeaRequest? = nil
var _lastException: Tea.TeaError? = nil
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/openapi-client",
"version": "0.4.8",
"version": "0.4.9",
"description": "",
"main": "dist/client.js",
"scripts": {
Expand Down

0 comments on commit 3597cc1

Please sign in to comment.