We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384c933 commit 23d18c1Copy full SHA for 23d18c1
CHANGELOG.md
@@ -1,4 +1,8 @@
1
#Changelog
2
+## 8.3.2(2021-09-3)
3
+## 优化
4
+- 处理 PHAssert 偶现上传失败问题
5
+
6
## 8.3.1(2021-08-12)
7
## 优化
8
- 对 DNS 域名预解析缓存增加缓存有效期,默认 10 分钟,支持手动修改有效期时长,kQNGlobalConfiguration.dnsCacheMaxTTL 单位为 s
Qiniu.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Qiniu'
- s.version = '8.3.1'
+ s.version = '8.3.2'
s.summary = 'Qiniu Resource Storage SDK for iOS and Mac'
s.homepage = 'https://github.com/qiniu/objc-sdk'
s.social_media_url = 'http://weibo.com/qiniutek'
README.md
@@ -14,7 +14,7 @@
14
通过 CocoaPods
15
16
```ruby
17
-pod "Qiniu", "~> 8.3.1"
+pod "Qiniu", "~> 8.3.2"
18
```
19
20
## 运行环境
0 commit comments