@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
99
10+ ## [ v0.7.47] ( https://github.com/tencentyun/cos-go-sdk-v5/compare/v0.7.46...v0.7.47 ) - 2024-03-01
11+
12+ 1、更新预签名做urlencode,添加ACL常量,兼容key非法时分块上传返回xml解析失败。
13+ 2、GetService增加地域过滤,增加BucketType
14+ 2、CI支持Dataset接口,FileMetaIndex接口
15+
16+ ### Merged
17+
18+ - Feature jojoliang 5a030823 [ ` #236 ` ] ( https://github.com/tencentyun/cos-go-sdk-v5/pull/236 )
19+ - add ACL enum demo [ ` #235 ` ] ( https://github.com/tencentyun/cos-go-sdk-v5/pull/235 )
20+ - 更新ACL常量,兼容key非法时分块上传返回xml解析失败 [ ` #234 ` ] ( https://github.com/tencentyun/cos-go-sdk-v5/pull/234 )
21+ - update GetPresignedURL [ ` #232 ` ] ( https://github.com/tencentyun/cos-go-sdk-v5/pull/232 )
22+
23+ ### Commits
24+
25+ - 支持9个接口 [ ` 623c33c ` ] ( https://github.com/tencentyun/cos-go-sdk-v5/commit/623c33c18d441fc6210fe692d08f739d0c7d7f32 )
26+ - 支持dataindex的14个接口 [ ` ddf959a ` ] ( https://github.com/tencentyun/cos-go-sdk-v5/commit/ddf959ae97bc00c6f9e434e02bdbb450daeb2753 )
27+ - Updated CHANGELOG.md [ ` 92a2e31 ` ] ( https://github.com/tencentyun/cos-go-sdk-v5/commit/92a2e311df0af3cfb9b080d80d6dd64f4fa94a10 )
28+ - format 文件 [ ` f709661 ` ] ( https://github.com/tencentyun/cos-go-sdk-v5/commit/f70966132a774bb3a389d1ef30b2602dfc767141 )
29+ - 忽略桶信息 [ ` ed8db26 ` ] ( https://github.com/tencentyun/cos-go-sdk-v5/commit/ed8db265e7796532764fc7cf316b5e75ab9fc610 )
30+ - getservice增加地域过滤,增加BucketType [ ` 9b29d2f ` ] ( https://github.com/tencentyun/cos-go-sdk-v5/commit/9b29d2f72a0ce5b323f1ebb6c4864ca753bf3433 )
31+ - 增加忽略文件 [ ` 4363cb6 ` ] ( https://github.com/tencentyun/cos-go-sdk-v5/commit/4363cb6aaff05646df6db9a0755263877f436ee4 )
32+
1033## [ v0.7.46] ( https://github.com/tencentyun/cos-go-sdk-v5/compare/v0.7.45...v0.7.46 ) - 2024-01-09
1134
12351、COS 增加对象软链接,对象操作增加重试,更新cors,更新GetPresignedURL。
@@ -641,8 +664,6 @@ add multicopy
641664
642665## [ v0.7.16] ( https://github.com/tencentyun/cos-go-sdk-v5/compare/v0.7.15...v0.7.16 ) - 2020-12-24
643666
644- add bucket accelerate && update upload progress
645-
646667### Merged
647668
648669- Cos v4 dev [ ` #98 ` ] ( https://github.com/tencentyun/cos-go-sdk-v5/pull/98 )
0 commit comments