Skip to content

Commit 98e21ae

Browse files
committed
version to 8.3.0
1 parent 24a8c93 commit 98e21ae

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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
- 优化日志统计

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.2.1";
14+
static NSString *const kQiniuVersion = @"8.3.0";

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@
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 |

0 commit comments

Comments
 (0)