From 82a347ac8d1906754eed5687919d15b4482c5893 Mon Sep 17 00:00:00 2001 From: YunZZY <1263206327@qq.com> Date: Fri, 16 Aug 2024 15:06:45 +0800 Subject: [PATCH] chore: add docs (#1326) * chore(release): 6.21.0 * chore: update docs --------- Co-authored-by: zhengzuoyu.zzy --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 1 + 2 files changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b5b7dc..7397e5b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [6.21.0](https://github.com/ali-sdk/ali-oss/compare/v6.20.0...v6.21.0) (2024-08-16) + +### Features + +* bucket options support setting headers ([#1306](https://github.com/ali-sdk/ali-oss/issues/1306)) ([b4fb361](https://github.com/ali-sdk/ali-oss/commit/b4fb361fa3b8bbc55e0d08b7a4103b44bc5e9c2a)) +* callback supports callbackSNI ([#1291](https://github.com/ali-sdk/ali-oss/issues/1291)) ([fc6040b](https://github.com/ali-sdk/ali-oss/commit/fc6040bc2412c6fb1f5918754857cbbb127dc521)) +* putBucketInventory supports new fields ([#1290](https://github.com/ali-sdk/ali-oss/issues/1290)) ([6bde1c2](https://github.com/ali-sdk/ali-oss/commit/6bde1c29bee6b0d5de5493ab494eb5ca736b584b)) +* putBucketLifecycle supports ColdArchive and DeepColdArchive ([#1256](https://github.com/ali-sdk/ali-oss/issues/1256)) ([4c028d6](https://github.com/ali-sdk/ali-oss/commit/4c028d614d1911e4b8d9ab879f30d801b484df91)) +* support EC Code and get error detail from header ([#1317](https://github.com/ali-sdk/ali-oss/issues/1317)) ([5a95778](https://github.com/ali-sdk/ali-oss/commit/5a95778ae51790e3bd2d9cbc47e40da54f4863e8)) + +### Bug Fixes + +* multipartUpload supports setting storage-class header ([#1308](https://github.com/ali-sdk/ali-oss/issues/1308)) ([c29e15a](https://github.com/ali-sdk/ali-oss/commit/c29e15ab93164d1e246da2e488f26121d53302c4)) +* add check to file of get ([#1228](https://github.com/ali-sdk/ali-oss/issues/1228)) ([c52bd5b](https://github.com/ali-sdk/ali-oss/commit/c52bd5b36d725365bf820ee3cea44b9ed0370ae4)) +* fix the sorting of queries in signatureUrl ([#1310](https://github.com/ali-sdk/ali-oss/issues/1310)) ([b3cc7a0](https://github.com/ali-sdk/ali-oss/commit/b3cc7a0de2d949f87a4e91a6d4d76f2ab634a37c)) +* upgrade urllib to 2.44.0 ([#1294](https://github.com/ali-sdk/ali-oss/issues/1294)) + ## [6.20.0](https://github.com/ali-sdk/ali-oss/compare/v6.19.0...v6.20.0) (2024-01-19) ### Features diff --git a/README.md b/README.md index d64afd89..cb47a841 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ All operation use es7 async/await to implement. All api is async function. - [.deleteMulti(names[, options])](#deletemultinames-options) - [.signatureUrl(name[, options])](#signatureurlname-options) - [.asyncSignatureUrl(name[, options])](#signatureurlname-options) + - [.signatureUrlV4(method, expires[, request, objectName, additionalHeaders])](#signatureurlv4method-expires-request-objectname-additionalheaders) - [.putACL(name, acl[, options])](#putaclname-acl-options) - [.getACL(name[, options])](#getaclname-options) - [.restore(name[, options])](#restorename-options)