This repository was archived by the owner on Sep 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 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
33
44--
55
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+
621## [ 1.1.0] ( https://github.com/spotify/SPTDataLoader/releases/tag/1.1.0 )
722_ Released on 2016-02-15._
823
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.1 </string >
18+ <string >1.1.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "SPTDataLoader"
4- s . version = "1.1.0 "
4+ s . version = "1.1.1 "
55 s . summary = "SPTDataLoader is Spotify’s HTTP library for Objective-C"
66
77 s . description = <<-DESC
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111 making HTTP requests.
1212 DESC
1313
14- s . ios . deployment_target = "7 .0"
14+ s . ios . deployment_target = "8 .0"
1515 s . osx . deployment_target = "10.9"
1616 s . tvos . deployment_target = "9.0"
1717 s . watchos . deployment_target = "2.0"
You can’t perform that action at this time.
0 commit comments