All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Generated by auto-changelog
.
v5.0.22 - 2024-12-23
Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.21...v5.0.22
v5.0.21 - 2024-07-15
- 修复批量删除接口响应解析错误 by @Huberyxiao in #63
Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.20...v5.0.21
- Updated CHANGELOG.md
907623e
- 修复object_key检查逻辑
8f959bc
- ut
663395f
- ut
253f905
- ut
7145762
- ut
3c75954
- ut
ff840de
- ut
1b5d9c0
- 安全问题
653c4c1
- ut
c55ff38
- ut
321544d
- ut
0dbcd23
- Copy&Complete接口增加校验逻辑
e98a2f2
- ut
cf0e90d
- demo
1122774
- 分块上传接口complete增加复用header逻辑
dad63b0
- ut
eb14a57
- No commit message
620ce10
- do not reuse the curl handle when returned value is not CURLE_OK.
e65a56b
- ut
0930704
v5.0.20 - 2024-07-08
- 修复object_key检查逻辑 by @Huberyxiao in #60
Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.19...v5.0.20
- 修复object_key检查逻辑
#60
- Updated CHANGELOG.md
8b1018b
v5.0.19 - 2024-07-08
- 分块上传接口Complete增加复用header逻辑;Copy&Complete接口增加校验逻辑 by @Huberyxiao in #59
Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.18...v5.0.19
- 分块上传接口Complete增加复用header逻辑;Copy&Complete接口增加校验逻辑
#59
- Updated CHANGELOG.md
7d18d97
v5.0.18 - 2024-06-20
Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.17...v5.0.18
- Updated CHANGELOG.md
7bda722
v5.0.17 - 2024-04-12
- ut match stage 1 by @chen-honggang in #48
- improve ut coverage by @chen-honggang in #49
- update ut lcov by @chen-honggang in #50
- Feature huberyxxiao 45758700 by @Huberyxiao in #51
- 图片处理pic operations参数签入签名 by @wqingzhang in #52
- Feature huberyxxiao ea3d903f by @Huberyxiao in #53
- 优化 headobject 接口返回内容 by @Huberyxiao in #54
- Feature huberyxxiao d66f053a by @Huberyxiao in #55
Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.16...v5.0.17
- Feature huberyxxiao d66f053a
#55
- 优化 headobject 接口返回内容
#54
- Feature huberyxxiao ea3d903f
#53
- 图片处理pic operations参数签入签名
#52
- Feature huberyxxiao 45758700
#51
- update ut lcov
#50
- improve ut coverage
#49
- ut match stage 1
#48
- update
a2346a7
- Updated CHANGELOG.md
8b66ef6
- fix
08fb0cf
- fix(gen_lcov.sh):修改覆盖率生成脚本
d77d86b
- fix
9856525
- fix
eedf83e
- 修复查询分块上传解析UploadId
d0213f4
v5.0.16 - 2022-10-25
- support user-define header and params for resumable api by @chen-honggang in #43
- header-list sort used by ingore case cmp by @chen-honggang in #44
- COS_MAX_QUERY_ARG_LEN to 2048 by @chen-honggang in #47
Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.15...v5.0.16
- COS_MAX_QUERY_ARG_LEN to 2048
#47
- reset COS_MAX_QUERY_ARG_LEN
#46
- header-list sort used by ingore case cmp
#44
- support user-define header nad params for resumable api
#43
- Updated CHANGELOG.md
db34d0c
v5.0.15 - 2022-09-09
- fixed problem that crc64_little maybe infinit loop by @chen-honggang in #41
Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.14...v5.0.15
- fixed problem that crc64_little maybe infinit loop
#41
- Updated CHANGELOG.md
4c7e9d1
v5.0.14 - 2022-07-11
- fix crash in cos_resumable_download_file() by @chen-honggang in #40
Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.13...v5.0.14
- fix crash in cos_resumable_download_file()
#40
- fix crash in cos_resumable_download_file() if calc part_num > 10000
3eb7b54
- Updated CHANGELOG.md
cfbb044
v5.0.13 - 2022-06-22
- opt mem for resume upload & download with cp by @chen-honggang in #37
- opt the progress value of resuming upload or download by @chen-honggang in #38
- fix the possible crash in cos_resumable_download_file() by @chen-honggang in #39
Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.12...v5.0.13
- fix the possible crash in cos_resumable_download_file()
#39
- opt the progress value of resuming upload or download
#38
- opt mem for resume upload & download with cp
#37
- Updated CHANGELOG.md
2ff203f
v5.0.12 - 2021-12-08
- modify demo.c by @chen-honggang in #28
- add cos_check_bucket_exist cos_check_object_exist and object tagging api by @chen-honggang in #30
- check config params by @chen-honggang in #31
- opt presign demo by @chen-honggang in #32
- add config comment by @chen-honggang in #33
- add test_download_directory demo by @chen-honggang in #34
- adjust cos_demo.c for opt by @chen-honggang in #35
Full Changelog: https://github.com/tencentyun/cos-c-sdk-v5/compare/v5.0.11...v5.0.12
- adjust cos_demo.c for opt
#35
- add test_download_directory demo
#34
- add config comment
#33
- opt presign demo
#32
- check config params
#31
- add cos_check_bucket_exist cos_check_object_exist and object tagging api
#30
- modify demo.c
#28
- add object tagging api
f9d3f9b
- add cos_check_bucket_exist and cos_check_object_exist api
2aac6ca
- presign api fixed ci request error when path style
57677db
- Updated CHANGELOG.md
9a8780d
- add comment
eec1149
v5.0.11 - 2021-10-29
add cos_gen_presigned_url_safe api & add sign headers and params for safety request
- add cos_gen_presigned_url_safe api and add all request to sign headers and params
#27
v5.0.10 - 2021-10-09
add ci auditing & media-process and bucket referer api
- add bucket referer api
#26
- modify append_object demo
#25
- add configuration acquisition method in demo detail
#24
- modify comment
#23
- add media process api
#22
- add ci test endpoint var in demo
#21
- add ci video auditing api
#20
- add traffic-limit when get key in demo
#19
- 增加修改存储类型和单链接限速的demo代码
#18
- add cos_gen_object_url
#17
- Updated CHANGELOG.md
b8b3a15
- 针对demo中的配置参数增加获取说明
bea6da3
- 默认不开启限速
6bd8c3f
- fixed compile error
532d619
- 单链接限速增加下载对象示例
bb847bf
- modify uri len
65f32fd
v5.0.9 - 2021-06-11
update ci and add resumable download
- add demo && add CI
ffcc895
- add resumable download
eaf8bb0
- update version
35ef892
- Updated CHANGELOG.md
e0b4cd3
v5.0.8 - 2021-03-18
fix resp header && add size check
- Updated CHANGELOG.md
afa89f3
v5.0.7 - 2020-12-11
add bucket intelligenttiering && fix sts and content-type for resumable upload
- fix head bucket
#10
- Merge pull request #3 from agin719/master
833f92e
- add bucket intelligenttiering
d905a94
- add auto changelog workflow
472ee69
- Updated CHANGELOG.md
a217110
- fix sts and content-type for resumable upload
723c045
support building using mxml after version 3.0
- support building using mxml after version 3.0
#6
- update retry time
#8
- add retry, update version to 5.0.6
#7
- add website/domain/logging/inventory/tagging
#5
- fix resumable
#4
- add function HEAD Bucket and GET Service, update delete_by_prefix
#2
- Add files via upload
368469c
- Update README.md
278734c
- Update README.md
72f06b9
- Add files via upload
c6c4012
- Add files via upload
f520f61
- update: add website and domain interface
cf35532
- add interface logging/inventory/tagging
02ddfbe
- developing logging/inventory/tagging
be64034
- Add files via upload
08c2843
- Add files via upload
7586768
- Add files via upload
9ddd6ee
- Initial commit
8db570e
- Add files via upload
4e668a3
- Add files via upload
b9d720f
- Update cos_object.c
a054158
- Update COS C SDK快速入门.md
fc95d76
- Update README.md
699830a
- Update README.md
4c33e7a
- Update COS C SDK使用说明.md
369620c
- Update cos_auth.c
57b7f1c