Skip to content

Commit 04b2b40

Browse files
author
yangsen
committed
Merge branch 'master' of YangSen-qn:qiniu/objc-sdk into develop
# Conflicts: # Qiniu.podspec # README.md
2 parents 470d89a + cfcfd0c commit 04b2b40

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#Changelog
2+
## 8.4.3 (2022-05-18)
3+
- 优化表单上传:当出现内存问题抛出错误
4+
- 优化分片 v1 上传:强化验证上传块数据验证
5+
- 增加上传 [status code 注释](https://github.com/qiniu/objc-sdk/blob/master/QiniuSDK/Common/QNErrorCode.h)
6+
27
## 8.4.2(2022-02-28)
3-
- uc query 流程增加新的域名
8+
- 为默认自动获取上传域名流程增加了新的备份域名
49

510
## 8.4.1(2022-01-27)
611
- 支持 Swift Package Manager

QiniuSDK/Utils/QNVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
/**
1212
* sdk 版本
1313
*/
14-
static NSString *const kQiniuVersion = @"8.4.2";
14+
static NSString *const kQiniuVersion = @"8.4.3";

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ $ xcodebuild test -workspace QiniuSDK.xcworkspace -scheme QiniuSDK_Mac -configur
123123
- 如果需要支持 iOS 5 或者支持 RestKit, 请用 AFNetworking 1.x 分支的版本
124124
- 如果碰到其他编译错误, 请参考 CocoaPods 的 [troubleshooting](http://guides.cocoapods.org/using/troubleshooting.html)
125125
- iOS 9+ 强制使用https,需要在project build info 添加NSAppTransportSecurity类型Dictionary。在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES。 具体操作可参见 http://blog.csdn.net/guoer9973/article/details/48622823
126+
- 上传返回错误码理解,[status code 注释](https://github.com/qiniu/objc-sdk/blob/master/QiniuSDK/Common/QNErrorCode.h)
126127

127128
## 代码贡献
128129

0 commit comments

Comments
 (0)