File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11#Changelog
2+ ## 8.3.0(2021-04-014)
3+ ## 增加
4+ - 支持 InputStream 上传
5+ ## 优化
6+ - 优化 DNS 预解析
7+
28## 8.2.1(2021-04-014)
39## 优化
410- 优化日志统计
Original file line number Diff line number Diff line change 1111/* *
1212 * sdk 版本
1313 */
14- static NSString *const kQiniuVersion = @" 8.2.1 " ;
14+ static NSString *const kQiniuVersion = @" 8.3.0 " ;
Original file line number Diff line number Diff line change 1414通过 CocoaPods
1515
1616``` ruby
17- pod " Qiniu" , " ~> 8.2.1 "
17+ pod " Qiniu" , " ~> 8.3.0 "
1818```
1919
2020## 运行环境
2121
2222| Qiniu SDK 版本 | 最低 iOS版本 | 最低 OS X 版本 | Notes |
2323| :--------------------------------------: | :------: | :--------: | :-----------: |
24+ | 8.3.x | iOS 7 | OS X 10.14 | Xcode 最低版本 11 |
2425| 8.2.x | iOS 7 | OS X 10.14 | Xcode 最低版本 11 |
2526| 8.1.x | iOS 7 | OS X 10.14 | Xcode 最低版本 11 |
2627| 8.0.x | iOS 7 | OS X 10.14 | Xcode 最低版本 11 |
You can’t perform that action at this time.
0 commit comments