forked from aliyun/aliyun-oss-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGLOG.txt
executable file
·338 lines (226 loc) · 8.88 KB
/
CHANGLOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
Aliyun Open Services SDK for iOS
Copyright (C) Alibaba Cloud Computing
All rights reserved.
http://www.aliyun.com
Environment Requirement:
- iOS:iOS 8.0 or higher
- You need a registered Aliyun.com user and OSS is enabled.
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS'
Update Logs:
2018/09/13
- release 2.10.7
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.
2018/08/30
- release 2.10.6
1.Add sample about resume download object task from oss server;
2.Endpoints should not be formatted as https://ip;
3.if there is no error occurs in network session,date header should not be empty;
4.Error returning signature when calculating signature error;
5.fix bug about data race;
2018/08/02
- release 2.10.5
1.add api which named putSymlink;
2.add api which named getSymlink;
3.add api which named restoreObect;
4.support setting storageClass for createBucket api;
2018/05/15
- release 2.10.4
optimize CPU usage when using multipart to upload object to server.
2018/05/15
- release 2.10.3
1. fix list parts error when upload more than 1000 parts.
2018/04/27
- release 2.10.2
1. fix error which type is partAlreadyExist for sequentialUpload.
2018/04/25
- release 2.10.1
1. fix in case there are serveral multipart Task excuting, uploadProgress’s totalBytesSent greater than totalBytesExpectedToSend.
2018/3/22
- Release 2.10.0
1. add GetObjectAcl,DeleteMultiObjects,ListBuckets, ImagePersist function
2. remove buildFramework debug script
3. fix configuraion on mac
4. fix issue 126
2018/1/31
- Release 2.9.2
add API: triggerCallBack:
2018/1/22
- Release 2.9.1
fix podspec
2018/1/22
- Release 2.9.0
1.SHA1 check when putObject and seqenceupload.
2.fix bug when resumeupload object what is smaller than 256k.
3.add logic about check file size
2018/1/15
- Release 2.8.1
1.fix : fix oom issue when resumeuploading big file.
2017/12/17
- Release 2.8.0
1.feat : add crc64 function;
2.fix : fix bugs;
2017/11/27
- Release 2.7.1
1.feat : add auth credential provider
2.fix : fix buildFramework.sh
3.fix : fix backgroundUploadTask’s completion handler
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.7.1'
demo address: https://github.com/alibaba/alicloud-ios-demo
2017/10/26
- Release 2.6.4
1. add write log on local
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.6.4'
demo address: https://github.com/alibaba/alicloud-ios-demo
2017/9/14
- Release 2.6.3
1. update url encode method for special chars。
2. add sts sample
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.6.3'
demo address: https://github.com/alibaba/alicloud-ios-demo
2017/7/13
- Release 2.6.2
1. Update the fix of memory leak.
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.6.2'
demo address: https://github.com/alibaba/alicloud-ios-demo
2017/7/12
- Release 2.6.1
1. deprecate initWithPlainText methods. STS authentication is recommended in mobile.
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.6.1'
demo address: https://github.com/alibaba/alicloud-ios-demo
2016/12/15
- Release 2.6.0
1. Supports Apple's ATS standard.
2. Add a API to offset time during the initialization.
3. Supports bitcode。
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.6.0'
demo address: https://github.com/alibaba/alicloud-ios-demo
2016/09/18
- Release 2.5.3
1. Optimize the STS token refresh strategy.
2016/08/28
- Release 2.5.2
1. Make the progress callback optional in resumable upload.
2. Add the x-oss-process parameter in GetObjectAPI to process pictures
2016/07/22
- Release 2.5.1
1. Fix a symbol conflict
2. Support some scenarios in the private cloud
3. Support cancel at any time during the resumable upload.
pod dependency: pod 'AliyunOSSiOS', '~> 2.5.1'
2016/05/22
- Release 2.5.0
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.5.0'
demo address: https://github.com/alibaba/alicloud-ios-demo
1. Support IPv6-Only network
2016/05/11
- Release 2.4.1
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.4.1'
demo address: https://github.com/alibaba/alicloud-ios-demo
1. Upgrade the httpdns with the public cloud version
2. Add PutObjectACL API
3. Fix NextMarker related issues in GetBucket
4. Fix the issue that the granularity in upload progress is too big in resumable upload.
2016/03/27
- Release 2.3.0
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.3.0'
demo address: https://github.com/alibaba/alicloud-ios-demo
1. Improves the security of using httpdns in https
2. Add the client side verification on bucket name and object key.
3. Fix a content-type related issue.
2016/02/02
- Release 2.2.0
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.2.0'
demo address: https://github.com/alibaba/alicloud-ios-demo
1. Add a new credential provider that could set the sts token directly.
2. Optimize the authentication logic.
2016/01/12
- Release 2.1.4
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.1.4'
demo address: https://github.com/alibaba/alicloud-ios-demo
1. Optimize the task cancellation logic.
2. Support the server side callback in resumable upload
3. Add doesObjectExist API
4. Support adjustable concurrent task number
5. Fix a memory leak.
2015/12/11
- Release 2.1.3
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.1.3'
demo address: https://github.com/alibaba/alicloud-ios-demo
- Fix the expired token's refresh strategy.
- Support endpoint without schema such as oss-cn-hangzhou.aliyuncs.com
2015/11/19
- Release 2.1.1
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.1.1'
demo address: https://github.com/alibaba/alicloud-ios-demo
- putObject支持servercallback。
- Adjust the retry strategy.
2015/11/10
- Release 2.1.0
github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', '~> 2.1.0'
demo address: https://github.com/alibaba/alicloud-ios-demo
- Add getService/resumableUpload/presignURL APIs
- Support to return expiration time in GMT string when using STS for authentication.
2015/09/18
- Release 2.0.2
This release is a complete refactor and hence is not compatibel with older version. Strongly recommend all users to upgrade to this version.
It requires iOS 7.0+ and uses RESTFul style APIs. The code is open-sourced and pod is used for dependency management.
github address: https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS', :git => 'https://github.com/aliyun/aliyun-oss-ios-sdk.git'
demo address: https://github.com/alibaba/alicloud-ios-demo
- Use RESTFul APIs' parameters to achieve the consistent API usage
- Support background transport service
- Support callback per parts, to enable streaming function (play while downloading)
2015/07/24
- Release 1.3.0
- Add a new multipart upload API
- In STS authentication, new refresh token request is not issued as long as token is not expired.
- Fix the issue that the task could not be canceled in concurrent uploads in some cases.
- Add async APIs for Upoad, Download. The handler returned could be used for cancelling the task.
2015/06/30
-Release 1.2.0
-Integrate HTTPDNSMini to OSS SDK.
2015/06/09
-Fix the callback bug that it may not be called in some cases.
-Improves the STS token refresh strategy.
2015/06/02
-Release 1.1.0
-Add the commonPrefixes in the result class
-Add a include file of header files.
-Support resumable download
-Add custom time API
-Add the option for MD5 verification
-Change the SDK reference way from .a file to Framework
-Add STS support.
2015/04/07
-Release 1.0.0
-Notes:This version's OSS iOS SDK is integrated into AliCloud OneSDK. Some APIs and packages are renamed to have a consistent style cross the SDK. For details, checks out the reference document.
-Add list objects API
-Support suffix filtering in the download with specified range API.
-Add a new way to reference the SDK(Check out online reference document for more detail).
2015/03/04
- Release 0.1.2
-Fix Chinese compatibility issue
-Fix resumable download bug
2015/01/20
- Release 0.1.1
- Fix the issue that user app's package could not be uploaded to app store.
- Some other bug fixes.
2014/12/22
- Release 0.1.0