File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
#Changelog
2
+ ## 8.5.3 (2023-06-29)
3
+ - 对 Dns 预解析和网络检测中的默认域名进行 Base64 处理
4
+ - HappyDns 依赖升至 [ v1.0.3] ( https://github.com/qiniu/happy-dns-objc/releases/tag/v1.0.3 )
5
+
2
6
## 8.5.2 (2022-12-28)
3
7
- 处理 Server 配置同步并发问题
4
8
Original file line number Diff line number Diff line change 1
1
source 'https://github.com/CocoaPods/Specs.git'
2
2
3
3
def shared_dependencies
4
- pod 'HappyDNS' , '~> 1.0.2 '
4
+ pod 'HappyDNS' , '~> 1.0.3 '
5
5
# pod 'HappyDNS', :path => '../HappyDns_iOS'
6
6
end
7
7
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Qiniu'
3
- s . version = '8.5.2 '
3
+ s . version = '8.5.3 '
4
4
s . summary = 'Qiniu Resource Storage SDK for iOS and Mac'
5
5
s . homepage = 'https://github.com/qiniu/objc-sdk'
6
6
s . social_media_url = 'http://weibo.com/qiniutek'
Original file line number Diff line number Diff line change 11
11
/* *
12
12
* sdk 版本
13
13
*/
14
- static NSString *const kQiniuVersion = @" 8.5.2 " ;
14
+ static NSString *const kQiniuVersion = @" 8.5.3 " ;
Original file line number Diff line number Diff line change 14
14
通过 CocoaPods
15
15
16
16
``` ruby
17
- pod " Qiniu" , " ~> 8.5.2 "
17
+ pod " Qiniu" , " ~> 8.5.3 "
18
18
```
19
19
20
20
通过 Swift Package Manager (Xcode 11+)
@@ -26,7 +26,7 @@ File -> Swift Packages -> Add Package Dependency,输入库链接,选择相
26
26
库对接:
27
27
let package = Package(
28
28
dependencies: [
29
- .package(url: "https://github.com/qiniu/objc-sdk", from: "8.5.2 ")
29
+ .package(url: "https://github.com/qiniu/objc-sdk", from: "8.5.3 ")
30
30
],
31
31
// ...
32
32
)
You can’t perform that action at this time.
0 commit comments