Skip to content

Commit

Permalink
release info of version 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duan007a committed Aug 2, 2018
1 parent e5327ef commit 22d5415
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AliyunOSSSDK/OSSDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#elif TARGET_OS_OSX
#define OSSUAPrefix @"aliyun-sdk-mac"
#endif
#define OSSSDKVersion @"2.10.4"
#define OSSSDKVersion @"2.11.0"

#define OSSListBucketResultXMLTOKEN @"ListBucketResult"
#define OSSNameXMLTOKEN @"Name"
Expand Down
2 changes: 1 addition & 1 deletion AliyunOSSiOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.name = "AliyunOSSiOS"

s.version = "2.10.4"
s.version = "2.11.0"

s.summary = "An iOS SDK for Aliyun Object Storage Service"

Expand Down
9 changes: 9 additions & 0 deletions CHANGLOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ github address:https://github.com/aliyun/aliyun-oss-ios-sdk
pod dependency: pod 'AliyunOSSiOS'

Update Logs:

2018/08/02
- release 2.11.0
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;
5.optimize multipartUpload's logic(if a file's size is less than 100k,it will invoke putOjbect api to upload object and return the async task);

2018/05/15
- release 2.10.4
optimize CPU usage when using multipart to upload object to server.
Expand Down
2 changes: 1 addition & 1 deletion relase note.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ iOS 发版流程
1. 更改AliyunOSSiOS.podspec 文件中的相关信息。
2. 更改Readme中相关的信息。
3. 在github上添加tag。
4. 按照文档中介绍执行
4. 修改changelog中的版本描述
5. 修改OSSDefine.h中的OSSSDKVersion的版本号。
http://www.jianshu.com/p/3a365f273439
pod spec lint AliyunOSSiOS.podspec
Expand Down

0 comments on commit 22d5415

Please sign in to comment.