Skip to content

Commit

Permalink
Modify the information of version 2.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuai1415 authored and huiguangjun committed Dec 30, 2021
1 parent b0a243b commit 0950d15
Show file tree
Hide file tree
Showing 3 changed files with 7 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.11"
#define OSSSDKVersion @"2.10.12"

#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.11"
s.version = "2.10.12"

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

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

Update Logs:

2021/12/30
- release 2.10.12
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

2021/11/19
- release 2.10.11
1.Add network monitoring configuration
Expand Down

0 comments on commit 0950d15

Please sign in to comment.