Skip to content

Commit

Permalink
Modify the information for version 2.10.21
Browse files Browse the repository at this point in the history
  • Loading branch information
wlll129 authored and huiguangjun committed Apr 29, 2024
1 parent 780b8e5 commit 9be7f3b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.20"
#define OSSSDKVersion @"2.10.21"

#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.20"
s.version = "2.10.21"

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

Expand Down
7 changes: 7 additions & 0 deletions CHANGLOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ pod dependency: pod 'AliyunOSSiOS'

Update Logs:

2024/4/29
- release 2.10.21
1.Add the configuration of reset retry count when the app switches to the background
2.Add information collection function
3.Add resumable upload termination mode configuration
4.Add privacy info file

2024/3/26
- release 2.10.20
1.Add configuration of HTTPMaximumConnectionsPerHost
Expand Down

0 comments on commit 9be7f3b

Please sign in to comment.