Releases: volcengine/ve-tos-cpp-sdk
windows 兼容性
Merge pull request #28 from volcengine/release_v2.5.7 2.5.7
放开参数限制
Merge pull request #26 from volcengine/release_v2.5.6 放开参数限制
增加连接池实现
Merge pull request #23 from volcengine/release_v2.5.4 增加连接池
优化 C++ SDK 可移植性
Merge pull request #22 from volcengine/release_v2.5.3 优化可移植性
v2.5.2
修复:当前对对象本身没有 crc64 的场景,Crc64 会校验不通过
修复:ListObjectsType2 将会默认返回owner信息
修复:修复 ListMultipartUploads,ListParts,deleteMultiObjects,listUploadedParts 解 Json 的强校验
修复:对 Header 中参数进行格式转换时,会判断是否有该 Header,而不是现有的直接转换逻辑
修复:uploadFile 和 resumableCopyObject 在调用 cancel isAbortFunc 时,没有正确清理 checkpoint 文件
2.5.0
add: Add bucket replication interface
add: Add bucket multi version interface
add: Add bucket website interface
add: Add bucket notification interface
add: Add bucket custom domain interface
add: Add bucket realtime log interface
add: Add resume copy interface
add: Add directory share interface
fix: Fix uploadFile not support empty file
v2.4.2
add: client DNS cache
add: proxy is supported
add: listObjectsType2 interface
add: bucket lifecycle related interfaces
add: bucket policy related interface
add: bucket storage type interface
add: bucket CORS interface
add: bucket mirror back interface
add: bucket ACL interface
add: object tag interface
add: fetch object interface
change: unified exception error definition
fix: downloadFile defect
fix: GCC4.8 & ClientV1 compatibility
add clientV2
Update TosClientImpl.cc Fix uploadpartcopy bucketName verification