From 243b2d893baf776f49f5f8232845294cc6be3cfc Mon Sep 17 00:00:00 2001 From: gouki0123 Date: Tue, 12 Nov 2024 06:44:28 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b7e1f1..5a93e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v0.7.58](https://github.com/tencentyun/cos-go-sdk-v5/compare/v0.7.57...v0.7.58) - 2024-11-11 + +修复context不生效的问题,URL校验兼容 + +### Merged + +- 兼容url校验带path [`#286`](https://github.com/tencentyun/cos-go-sdk-v5/pull/286) + +### Commits + +- Updated CHANGELOG.md [`1aa1a55`](https://github.com/tencentyun/cos-go-sdk-v5/commit/1aa1a55c44765da795bae721b933026c7e62a498) + ## [v0.7.57](https://github.com/tencentyun/cos-go-sdk-v5/compare/v0.7.56...v0.7.57) - 2024-11-04 COS ServiceURL和BatchURL检验兼容Bucket格式,GetPresignedURL3兼容path全urlencode @@ -677,8 +689,6 @@ update context and auth expire time ## [v0.7.27](https://github.com/tencentyun/cos-go-sdk-v5/compare/v0.7.26...v0.7.27) - 2021-06-25 -fix the go.mod - ### Commits - Updated CHANGELOG.md [`43e7b7b`](https://github.com/tencentyun/cos-go-sdk-v5/commit/43e7b7bec2538083b9e48936ce8b1b4a45ba08a6)