Skip to content

Releases: volcengine/ve-tos-cpp-sdk

windows 兼容性

19 Jun 11:43
a71e93b

Choose a tag to compare

Merge pull request #28 from volcengine/release_v2.5.7

2.5.7

放开参数限制

14 Mar 03:25
9d5cb92

Choose a tag to compare

Merge pull request #26 from volcengine/release_v2.5.6

放开参数限制

增加连接池实现

05 Mar 10:07
12a0a00

Choose a tag to compare

Merge pull request #23 from volcengine/release_v2.5.4

增加连接池

优化 C++ SDK 可移植性

02 Mar 08:30
403f9aa

Choose a tag to compare

Merge pull request #22 from volcengine/release_v2.5.3

优化可移植性

v2.5.2

23 Feb 10:37
7736f44

Choose a tag to compare

修复:当前对对象本身没有 crc64 的场景,Crc64 会校验不通过
修复:ListObjectsType2 将会默认返回owner信息
修复:修复 ListMultipartUploads,ListParts,deleteMultiObjects,listUploadedParts 解 Json 的强校验
修复:对 Header 中参数进行格式转换时,会判断是否有该 Header,而不是现有的直接转换逻辑
修复:uploadFile 和 resumableCopyObject 在调用 cancel isAbortFunc 时,没有正确清理 checkpoint 文件

2.5.0

26 Dec 02:42

Choose a tag to compare

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

17 Nov 06:21

Choose a tag to compare

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

11 Oct 05:08

Choose a tag to compare

Update TosClientImpl.cc

Fix uploadpartcopy bucketName verification

v0.2.0

20 May 09:10

Choose a tag to compare

Merge pull request #11 from volcengine/release-v0.2.0

support concurrent upload large files

v0.1.3

09 May 13:37

Choose a tag to compare

修复presigned签名bug