Skip to content

Releases: aliyun/aliyun-oss-ios-sdk

release_2.10.12

30 Dec 03:16
Compare
Choose a tag to compare

1.Fixed an exception thrown by resumableupload when the number of parts exceeds 5000
2.Fix the problem of CRC verification failure caused by network disconnection in resumableupload

release_2.10.11

19 Nov 02:27
Compare
Choose a tag to compare
  1. Add network monitoring configuration

release_2.10.10

12 Jul 08:59
Compare
Choose a tag to compare

1.support cname, path style and prefix path mode

release_2.10.9

08 Apr 02:08
Compare
Choose a tag to compare
  1. remove NSUserName() methold

release_2.10.8

23 Dec 08:53
510a5b2
Compare
Choose a tag to compare

1.modify the filter rules about bucketname.
2.modify the filter rules about endpoint.

release_2.10.7

13 Sep 11:52
d696d1d
Compare
Choose a tag to compare

1.refactor code of building canonical url for request,Keep its logic consistent with android sdk.
2.fix bug about 409 error when using sequentialUpload api.
3.optimize synchronization of time.

release 2.10.6

30 Aug 07:23
Compare
Choose a tag to compare

1.添加断点下载资源的示例,思路仅供参考。
2.OSSClient初始化时禁止使用格式为https://ip 形式的endpoint,因为在证书校验时host不匹配导致失败;
3.当网络请求没有error产生时,必须要有date header,否则在debug模式时打印错误;
4.修复在弱网情况下,由于多线程数据竞争(Data Race)导致的crash问题。

release_2.10.5

08 Aug 09:21
Compare
Choose a tag to compare

1.add api which named putSymlink;
2.add api which named getSymlink;
3.add api which named restoreObect;
4.support setting storage class for createBucket api;

2.10.4

16 May 12:10
Compare
Choose a tag to compare

optimize CPU usage when using API which named multipartUpload:

release_2.10.3

15 May 09:34
Compare
Choose a tag to compare
  1. fix list parts error when upload more than 1000 parts.