File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. SPTDataLoad
3
3
4
4
--
5
5
6
+ ## [ 1.1.1] ( https://github.com/spotify/SPTDataLoader/releases/tag/1.1.1 )
7
+ _ Released on 2016-02-20._
8
+
9
+ ### Added
10
+ * Added support for SSL pinning.
11
+ * Added iOS 10 support.
12
+
13
+ ### Fixed
14
+ * Fixed nil URLs in the rate limiter causing a crash.
15
+ * Fixed requests executing after they have been cancelled due to a race condition.
16
+ * Fixed unique identifiers incrementing by 2 on every request made.
17
+
18
+ ### Removed
19
+ * Removed iOS 7.0 support.
20
+
6
21
## [ 1.1.0] ( https://github.com/spotify/SPTDataLoader/releases/tag/1.1.0 )
7
22
_ Released on 2016-02-15._
8
23
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.1 </string >
18
+ <string >1.1.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "SPTDataLoader"
4
- s . version = "1.1.0 "
4
+ s . version = "1.1.1 "
5
5
s . summary = "SPTDataLoader is Spotify’s HTTP library for Objective-C"
6
6
7
7
s . description = <<-DESC
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
making HTTP requests.
12
12
DESC
13
13
14
- s . ios . deployment_target = "7 .0"
14
+ s . ios . deployment_target = "8 .0"
15
15
s . osx . deployment_target = "10.9"
16
16
s . tvos . deployment_target = "9.0"
17
17
s . watchos . deployment_target = "2.0"
You can’t perform that action at this time.
0 commit comments