diff --git a/README-CN.md b/README-CN.md index 786bc709..93257b5b 100644 --- a/README-CN.md +++ b/README-CN.md @@ -3,7 +3,13 @@ ## Alibaba Cloud Tea Util -[![Travis Build Status](https://travis-ci.org/aliyun/tea-util.svg?branch=master)](https://travis-ci.org/aliyun/tea-util) +[![Swift CI](https://github.com/aliyun/tea-util/actions/workflows/swift.yml/badge.svg)](https://github.com/aliyun/tea-util/actions/workflows/swift.yml) +[![C# CI](https://github.com/aliyun/tea-util/actions/workflows/testCSharp.yml/badge.svg)](https://github.com/aliyun/tea-util/actions/workflows/testCSharp.yml) +[![Golang CI](https://github.com/aliyun/tea-util/actions/workflows/testGo.yml/badge.svg)](https://github.com/aliyun/tea-util/actions/workflows/testGo.yml) +[![Java CI](https://github.com/aliyun/tea-util/actions/workflows/testJava.yml/badge.svg)](https://github.com/aliyun/tea-util/actions/workflows/testJava.yml) +[![PHP CI](https://github.com/aliyun/tea-util/actions/workflows/testPHP.yml/badge.svg)](https://github.com/aliyun/tea-util/actions/workflows/testPHP.yml) +[![Python CI](https://github.com/aliyun/tea-util/actions/workflows/testPython.yml/badge.svg)](https://github.com/aliyun/tea-util/actions/workflows/testPython.yml) +[![TypeScript CI](https://github.com/aliyun/tea-util/actions/workflows/testTS.yml/badge.svg)](https://github.com/aliyun/tea-util/actions/workflows/testTS.yml) [![codecov](https://codecov.io/gh/aliyun/tea-util/branch/master/graph/badge.svg)](https://codecov.io/gh/aliyun/tea-util) ## 安装 diff --git a/README.md b/README.md index dab0daa0..98bdac94 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,13 @@ English | [简体中文](README-CN.md) ## Alibaba Cloud Tea Util -[![Travis Build Status](https://travis-ci.org/aliyun/tea-util.svg?branch=master)](https://travis-ci.org/aliyun/tea-util) +[![Swift CI](https://github.com/aliyun/tea-util/actions/workflows/swift.yml/badge.svg)](https://github.com/aliyun/tea-util/actions/workflows/swift.yml) +[![C# CI](https://github.com/aliyun/tea-util/actions/workflows/testCSharp.yml/badge.svg)](https://github.com/aliyun/tea-util/actions/workflows/testCSharp.yml) +[![Golang CI](https://github.com/aliyun/tea-util/actions/workflows/testGo.yml/badge.svg)](https://github.com/aliyun/tea-util/actions/workflows/testGo.yml) +[![Java CI](https://github.com/aliyun/tea-util/actions/workflows/testJava.yml/badge.svg)](https://github.com/aliyun/tea-util/actions/workflows/testJava.yml) +[![PHP CI](https://github.com/aliyun/tea-util/actions/workflows/testPHP.yml/badge.svg)](https://github.com/aliyun/tea-util/actions/workflows/testPHP.yml) +[![Python CI](https://github.com/aliyun/tea-util/actions/workflows/testPython.yml/badge.svg)](https://github.com/aliyun/tea-util/actions/workflows/testPython.yml) +[![TypeScript CI](https://github.com/aliyun/tea-util/actions/workflows/testTS.yml/badge.svg)](https://github.com/aliyun/tea-util/actions/workflows/testTS.yml) [![codecov](https://codecov.io/gh/aliyun/tea-util/branch/master/graph/badge.svg)](https://codecov.io/gh/aliyun/tea-util) ## Installation diff --git a/Teafile b/Teafile index a9d4e0b3..63dcb617 100644 --- a/Teafile +++ b/Teafile @@ -1,17 +1,17 @@ { "scope": "darabonba", "name": "Util", - "version": "0.2.12", + "version": "0.2.13", "main": "./main.tea", "releases": { "go": "github.com/alibabacloud-go/tea-utils/v2/service:v2.0.5", - "ts": "@alicloud/tea-util:^1.4.7", - "csharp": "AlibabaCloud.TeaUtil:0.1.17", - "java": "com.aliyun:tea-util:0.2.21", - "php": "alibabacloud/tea-utils:^0.2.19", - "python": "alibabacloud_tea_util:0.3.11", + "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", "python2": "alibabacloud_tea_util_py2:0.0.9", - "swift": "alibabacloud-sdk-swift/tea-utils:1.0.3", + "swift": "alibabacloud-sdk-swift/tea-utils:1.0.5", "cpp": "alibabacloud-sdk-cpp/dara-util:master" }, "java": { diff --git a/csharp/ChangeLog.md b/csharp/ChangeLog.md index d772a696..944d443f 100644 --- a/csharp/ChangeLog.md +++ b/csharp/ChangeLog.md @@ -1,3 +1,6 @@ +### 2024-05-13 Version 0.1.18 +* Support extends parameters + ### 2023-06-26 Version 0.1.17 * Support static method `AssertAsInteger()` diff --git a/csharp/core/TeaUtil.csproj b/csharp/core/TeaUtil.csproj index 135dbf1d..804ca3eb 100644 --- a/csharp/core/TeaUtil.csproj +++ b/csharp/core/TeaUtil.csproj @@ -2,7 +2,7 @@ netstandard2.0;net45 AlibabaCloud.TeaUtil - 0.1.17 + 0.1.18 Alibaba Cloud Alibaba Aliyun TeaUtil SDK ©2009-present Alibaba Cloud diff --git a/java/ChangeLog.txt b/java/ChangeLog.txt index b8d0402a..d5d514a0 100644 --- a/java/ChangeLog.txt +++ b/java/ChangeLog.txt @@ -1,3 +1,6 @@ +2024-05-13 Version 0.2.22 +- Support extends parameters + 2023-08-29 Version: 0.2.21 - Adapt to Android platform diff --git a/java/pom.xml b/java/pom.xml index a8da53a8..6b44fa22 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -4,7 +4,7 @@ com.aliyun tea-util - 0.2.21 + 0.2.22 jar tea-util diff --git a/python/ChangeLog.md b/python/ChangeLog.md index da05f41c..db0459bd 100644 --- a/python/ChangeLog.md +++ b/python/ChangeLog.md @@ -1,3 +1,6 @@ +### 2024-05-13 Version 0.3.12 +* Support extends parameters + ### 2023-07-24 Version: 0.3.11 * Reduce the collision rate of method `get_nonce()` diff --git a/python/alibabacloud_tea_util/__init__.py b/python/alibabacloud_tea_util/__init__.py index 2ff70a96..2b39fb26 100644 --- a/python/alibabacloud_tea_util/__init__.py +++ b/python/alibabacloud_tea_util/__init__.py @@ -1 +1 @@ -__version__ = "0.3.11" +__version__ = "0.3.12" diff --git a/swift/ChangeLog.md b/swift/ChangeLog.md index ccf42c69..2eb4dbc5 100644 --- a/swift/ChangeLog.md +++ b/swift/ChangeLog.md @@ -1,3 +1,6 @@ +### 2024-05-13 Version 1.0.5 +* Support extends parameters + ### 2024-04-09 Version 1.0.4 * Resolve InputStream data read as bytes. diff --git a/swift/TeaUtils.podspec b/swift/TeaUtils.podspec index c7322fb9..7f6b7872 100644 --- a/swift/TeaUtils.podspec +++ b/swift/TeaUtils.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "TeaUtils" - spec.version = "1.0.4" + spec.version = "1.0.5" spec.license = "Apache 2.0" spec.summary = "Alibaba Cloud Tea Util for Swift" spec.homepage = "https://github.com/alibabacloud-sdk-swift/tea-utils" diff --git a/ts/ChangeLog.txt b/ts/ChangeLog.txt index d76a97f7..20d49137 100644 --- a/ts/ChangeLog.txt +++ b/ts/ChangeLog.txt @@ -1,3 +1,6 @@ +2024-05-13 Version 1.4.8 +1. Support extends parameters + 2023-06-28 Version: 1.4.7 1. Support static method `assertAsReadable()` diff --git a/ts/package.json b/ts/package.json index 38a8c838..29e71f0a 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@alicloud/tea-util", - "version": "1.4.7", + "version": "1.4.8", "description": "", "main": "dist/client.js", "scripts": {