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.
通过滑动窗口优化分块上传和下载对象的方式,提升并发上传和下载的速度
840e821a8c6698f986371ef48e42b273cfe03af8e01. Support automatic retries based on HTTP response status codes upon failure detection
e5e98908 by @lgtczh in https://github.com/tencentyun/cos-cpp-sdk-v5/pull/190Full Changelog: https://github.com/tencentyun/cos-cpp-sdk-v5/compare/v5.5.18...v5.5.19
e5e98908 #190#186#185#182f800cf76aa0c123f6afa838c13834205a5781e57ab3efcdf224266a4890ad7ba01fc07Full Changelog: https://github.com/tencentyun/cos-cpp-sdk-v5/compare/v5.5.17...v5.5.18
58e0bf3c57e1df0b91af69d267b9732a79677674a339473a962f75cf42ed716acdf829d74265351dc50a114d1cd65505dfb4d292219f440ef5be9ae03a018be397d60ba5e869Full Changelog: https://github.com/tencentyun/cos-cpp-sdk-v5/compare/v5.5.15...v5.5.17
Full Changelog: https://github.com/tencentyun/cos-cpp-sdk-v5/compare/v5.5.14...v5.5.15
e3b547d4299cc49432469b8266fa24730f1c991e09802f4a9demo 优化; 优化 chunk 类接口响应解析 body;
9134bc9d by @Huberyxiao in https://github.com/tencentyun/cos-cpp-sdk-v5/pull/167Full Changelog: https://github.com/tencentyun/cos-cpp-sdk-v5/compare/v5.5.13...v5.5.14
ef1867346c61c2255f97f4ed035cFull Changelog: https://github.com/tencentyun/cos-cpp-sdk-v5/compare/v5.5.12...v5.5.13
acdf5c37cfdb27acc53fa58bb1a61ef653b1b54654d2e6d139e2fe3f9f0802a37dd16817d4ba8e7cbd6911227eebc1db722d7d4bbfce627f2f4db4b8fc05d4bda2b42241adaeFull Changelog: https://github.com/tencentyun/cos-cpp-sdk-v5/compare/v5.5.11...v5.5.12
e178f0373b21a23 by @chen-honggang in https://github.com/tencentyun/cos-cpp-sdk-v5/pull/13707b4400f by @wqingzhang in https://github.com/tencentyun/cos-cpp-sdk-v5/pull/139dbbe8ae4 by @Huberyxiao in https://github.com/tencentyun/cos-cpp-sdk-v5/pull/14629593a27 by @Huberyxiao in https://github.com/tencentyun/cos-cpp-sdk-v5/pull/147144d3000 by @Huberyxiao in https://github.com/tencentyun/cos-cpp-sdk-v5/pull/15158acd2e4 by @Huberyxiao in https://github.com/tencentyun/cos-cpp-sdk-v5/pull/154b3b34cad by @Huberyxiao in https://github.com/tencentyun/cos-cpp-sdk-v5/pull/157024bd8e2 by @Huberyxiao in https://github.com/tencentyun/cos-cpp-sdk-v5/pull/158Full Changelog: https://github.com/tencentyun/cos-cpp-sdk-v5/compare/v5.5.10...v5.5.11
024bd8e2 #158b3b34cad #157#15658acd2e4 #154#153144d3000 #151#14929593a27 #147dbbe8ae4 #146#142#14007b4400f #13973b21a23 #137#136a8f6e0e248546b36e5ffdc0fac357846c949975c2bcf3ab9361d9ecf60a7f40fc7b40b6ab73211603c0c5f19f0c8772d33662d8e90a9a3b58972b59e36f1ccfd9f95bff68eb6Full Changelog: https://github.com/tencentyun/cos-cpp-sdk-v5/compare/v5.5.9...v5.5.10
#134#133#132#131#130#128#1257f87180072ff3d4c0c85d4dced4be1ea968Full Changelog: https://github.com/tencentyun/cos-cpp-sdk-v5/compare/v5.5.8...v5.5.9
#122#121#118#117c7da7c0Full Changelog: https://github.com/tencentyun/cos-cpp-sdk-v5/compare/v5.5.7...v5.5.8
1aab4b6Full Changelog: https://github.com/tencentyun/cos-cpp-sdk-v5/compare/v5.5.6...v5.5.7
#114d6d7d3eeaf094156cb3f2Full Changelog: https://github.com/tencentyun/cos-cpp-sdk-v5/compare/v5.5.5...v5.5.6
b27ddb3增加URISyntaxException异常信息处理
a04c6f6e5df62b7f5f02ec6446fd1b6a7d78276a1e5b28a851.完善aysnc api 2.完善async api UT测试 3.增加稳定性测试工具
#10319a52ae8ced1ae1106925optimize async api
c28447a0af840b4fbbe5b5339a9c1.add new api 2.check crc64 for multipart uploading 3.support uploading wide-char files for windows 4.optimize UT
#93#92#91#90#89#85#84#83#82#81#80#76#7329ef00390ddc5ba7d7fc88f26de27d472c8053789db053805b43d1a8433d95b0afb5ffe5fc9a81.更新版本号为5.5.0 2.不再单独维护windows_dev分支,多个系统Linux/Windows/macOS等都使用master分支 3.增加logcallback功能,特别在Windows系统下,可以设置日志回调打印日志到自定义日志文件 4.优化日志,日志中打印上传下载速率,方便问题定位 5.优化Makefile,多个系统共用同一套Makefile,支持Linux/Windows/macOS系统,增加编译选项,可以支持编译动态库/编译demo/编译unittest 6.优化UT 7.去掉不必要的库依赖,例如Jsoncpp,OpenSSL,boost等,目前只依赖Poco库,并把相关头文件以及库文件添加到工程目录中,不需要再另行下载依赖库 8.tools目录中增加测速工具,方便问题定位 9.libs目录中添加已编译好的库文件,包括Linux/Win32/Win64/macOS等不同版本,不需要编译代码即可使用sdk
#72#71#70#68#67#61#60#59578bdbbaabac6f521b06bca75b4b1ab32690439cd7344058fb867d96acbae66c44071f1.add cos live api 2.support resume upload
fc4a15f1fbc8fdb87abb4ffdcf88a58e74f1.add feature traffic-limit 2.add api select object content 3.other code optimize 4.fix some bugs
#47#46#45#44#43#42#41#40#39#36#31#30#29#28#22#21#20#19#18#14#13#12#11#9#8#7abc6cfeb0db880ab07ba4bc7179488d8b955d693cbe354859ac0023ea5c50c3d33a5321ac1af9271108a9005a6c6c6235af087902a7d7fb3c91e03b6555620ded884e7710f7592b0b21a9a29fc1b26e3be11c33f0d81ac8b772a89c465cdc7db53536647acbaf6b2574f5c951ec7958048592f682bf59fba04316d0ad81658a232c1a508dfddef881be5bfa0