File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1111/* *
1212 * sdk 版本
1313 */
14- static NSString *const kQiniuVersion = @" 8.4.2 " ;
14+ static NSString *const kQiniuVersion = @" 8.4.3 " ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments