From e05c0632306ddfdaf5db546ce6a1765201259603 Mon Sep 17 00:00:00 2001 From: gouki0123 Date: Mon, 27 May 2024 02:47:13 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed41a7..e9316a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v1.8.0](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.7.1...v1.8.0) - 2024-05-24 + +feat +- getObject 新增对 Key 校验 + +### Merged + +- Dev/1.8.0 [`#208`](https://github.com/tencentyun/cos-js-sdk-v5/pull/208) +- Dev/ut [`#206`](https://github.com/tencentyun/cos-js-sdk-v5/pull/206) + +### Commits + +- fix: 补充单测 (merge request !35) [`035f12e`](https://github.com/tencentyun/cos-js-sdk-v5/commit/035f12e54c2fac4b5b45612183613c99f1d5c85b) +- Updated CHANGELOG.md [`f087a0f`](https://github.com/tencentyun/cos-js-sdk-v5/commit/f087a0f296b3db13f397fee53786a3f4164c79dd) +- feat: 补充 cls 接入 demo [`8584e37`](https://github.com/tencentyun/cos-js-sdk-v5/commit/8584e3708cf63a4311e5b7026a0e6de8c8826aa2) + ## [v1.7.1](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.7.0...v1.7.1) - 2024-04-16 feat @@ -421,8 +437,6 @@ feat:getObjectUrl支持单独设置全球加速参数UseAccelerate ## [v1.3.5](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.3.4...v1.3.5) - 2022-02-11 -- cos.request支持透传DataType参数 - ### Merged - feat:cos.request支持透传DataType [`#137`](https://github.com/tencentyun/cos-js-sdk-v5/pull/137)