Skip to content

Commit 8dd85ae

Browse files
authored
Prepare 5.6.2 (Alamofire#3633)
* Update to 5.6.2. * Update docs.
1 parent dc9d7d4 commit 8dd85ae

File tree

288 files changed

+2735
-674
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

288 files changed

+2735
-674
lines changed

Alamofire.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Alamofire'
3-
s.version = '5.6.1'
3+
s.version = '5.6.2'
44
s.license = 'MIT'
55
s.summary = 'Elegant HTTP Networking in Swift'
66
s.homepage = 'https://github.com/Alamofire/Alamofire'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.tvos.deployment_target = '10.0'
1414
s.watchos.deployment_target = '3.0'
1515

16-
s.swift_versions = ['5.3', '5.4', '5.5']
16+
s.swift_versions = ['5']
1717

1818
s.source_files = 'Source/*.swift'
1919

Alamofire.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,7 @@
20772077
INFOPLIST_FILE = Source/Info.plist;
20782078
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
20792079
MACOSX_DEPLOYMENT_TARGET = 10.12;
2080-
MARKETING_VERSION = 5.6.1;
2080+
MARKETING_VERSION = 5.6.2;
20812081
ONLY_ACTIVE_ARCH = YES;
20822082
OTHER_LDFLAGS = (
20832083
"-framework",
@@ -2143,7 +2143,7 @@
21432143
INFOPLIST_FILE = Source/Info.plist;
21442144
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
21452145
MACOSX_DEPLOYMENT_TARGET = 10.12;
2146-
MARKETING_VERSION = 5.6.1;
2146+
MARKETING_VERSION = 5.6.2;
21472147
OTHER_LDFLAGS = (
21482148
"-framework",
21492149
CFNetwork,

CHANGELOG.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Aside from features marked [🔥 Experimental 🔥], `Alamofire` adheres to [Sem
55
compatibility should be preserved in most cases, but cannot be guaranteed.
66

77
#### 5.x Releases
8-
- `5.6.x` Releases - [5.6.0](#560) | [5.6.1](#561)
8+
- `5.6.x` Releases - [5.6.0](#560) | [5.6.1](#561) | [5.6.2](#562)
99
- `5.5.x` Releases - [5.5.0](#550)
1010
- `5.4.x` Releases - [5.4.0](#540) | [5.4.1](#541) | [5.4.2](#542) | [5.4.3](#543) | [5.4.4](#544)
1111
- `5.3.x` Releases - [5.3.0](#530)
@@ -49,6 +49,27 @@ compatibility should be preserved in most cases, but cannot be guaranteed.
4949

5050
---
5151

52+
## [5.6.2](https://github.com/Alamofire/Alamofire/releases/tag/5.6.2)
53+
Released on 2022-07-17. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/82?closed=1).
54+
55+
#### Added
56+
- Error when object provided to `JSONEcoding` contains values that can't be passed through `JSONSerialization`.
57+
- Added by [Jon Shier](https://github.com/jshier) in Pull Request [#3624](https://github.com/Alamofire/Alamofire/pull/3624).
58+
59+
#### Updated
60+
- CI support for all supported Xcode, macOS, and Linux version.
61+
- Updated by [Jon Shier](https://github.com/jshier) in Pull Requests [#3607](https://github.com/Alamofire/Alamofire/pull/3607) and [#3622](https://github.com/Alamofire/Alamofire/pull/3622).
62+
- Support for various Xcode version.
63+
- Updated by [Jon Shier](https://github.com/jshier) in Pull Requests [#3616](https://github.com/Alamofire/Alamofire/pull/3616) and [#3632](https://github.com/Alamofire/Alamofire/pull/3632).
64+
- `Cache-Control` header tests to not require hard-coded delays.
65+
- Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#3601](https://github.com/Alamofire/Alamofire/pull/3601).
66+
67+
#### Fixed
68+
- Swift version check for `SecTrustCopyCertificateChain`.
69+
- Fixed by [Jon Shier](https://github.com/jshier) in Pull Request [#3606](https://github.com/Alamofire/Alamofire/pull/3606).
70+
- Various documentation issues.
71+
- Fixed by [Jacob Lange](https://github.com/jacoblange-dev), [rain2540](https://github.com/rain2540), [bondxf](https://github.com/bondxf), [Ikko Ashimine](https://github.com/eltociear), and [Elon Park](https://github.com/ElonPark) in various Pull Requests.
72+
5273
## [5.6.1](https://github.com/Alamofire/Alamofire/releases/tag/5.6.1)
5374
Released on 2022-04-17. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/milestone/81?closed=1).
5475

Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.5)
55
rexml
6-
activesupport (6.1.5)
6+
activesupport (6.1.6.1)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
@@ -63,7 +63,7 @@ GEM
6363
fuzzy_match (2.0.4)
6464
gh_inspector (1.1.3)
6565
httpclient (2.8.3)
66-
i18n (1.10.0)
66+
i18n (1.12.0)
6767
concurrent-ruby (~> 1.0)
6868
jazzy (0.14.2)
6969
cocoapods (~> 1.5)
@@ -75,9 +75,9 @@ GEM
7575
sassc (~> 2.1)
7676
sqlite3 (~> 1.3)
7777
xcinvoke (~> 0.3.0)
78-
json (2.6.1)
78+
json (2.6.2)
7979
liferaft (0.0.6)
80-
minitest (5.15.0)
80+
minitest (5.16.2)
8181
molinillo (0.8.0)
8282
mustache (1.1.1)
8383
nanaimo (0.3.0)
@@ -91,14 +91,14 @@ GEM
9191
ruby-macho (2.5.1)
9292
sassc (2.4.0)
9393
ffi (~> 1.9)
94-
sqlite3 (1.4.2)
94+
sqlite3 (1.4.4)
9595
typhoeus (1.4.0)
9696
ethon (>= 0.9.0)
9797
tzinfo (2.0.4)
9898
concurrent-ruby (~> 1.0)
9999
xcinvoke (0.3.0)
100100
liferaft (~> 0.0.6)
101-
xcodeproj (1.21.0)
101+
xcodeproj (1.22.0)
102102
CFPropertyList (>= 2.3.3, < 4.0)
103103
atomos (~> 0.1.3)
104104
claide (>= 1.0.2, < 2.0)
@@ -107,7 +107,7 @@ GEM
107107
rexml (~> 3.2.4)
108108
xcpretty (0.3.0)
109109
rouge (~> 2.0.7)
110-
zeitwerk (2.5.4)
110+
zeitwerk (2.6.0)
111111

112112
PLATFORMS
113113
ruby

Source/Alamofire.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ import Foundation
3737
public let AF = Session.default
3838

3939
/// Current Alamofire version. Necessary since SPM doesn't use dynamic libraries. Plus this will be more accurate.
40-
let version = "5.6.1"
40+
let version = "5.6.2"

docs/Classes.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="index.html">
24-
Alamofire 5.6.1 Docs
24+
Alamofire 5.6.2 Docs
2525
</a>
2626
(97% documented)
2727
</p>
@@ -447,6 +447,9 @@
447447
<li class="nav-group-task">
448448
<a class="nav-group-task-link" href="Structs/JSONEncoding.html">JSONEncoding</a>
449449
</li>
450+
<li class="nav-group-task">
451+
<a class="nav-group-task-link" href="Structs/JSONEncoding/Error.html">– Error</a>
452+
</li>
450453
<li class="nav-group-task">
451454
<a class="nav-group-task-link" href="Structs/PassthroughPreprocessor.html">PassthroughPreprocessor</a>
452455
</li>
@@ -1661,7 +1664,7 @@ <h4>Declaration</h4>
16611664
</article>
16621665
</div>
16631666
<section class="footer">
1664-
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-04-17)</p>
1667+
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-07-17)</p>
16651668
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
16661669
</section>
16671670
</body>

docs/Classes/Adapter.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
Alamofire 5.6.1 Docs
24+
Alamofire 5.6.2 Docs
2525
</a>
2626
(97% documented)
2727
</p>
@@ -447,6 +447,9 @@
447447
<li class="nav-group-task">
448448
<a class="nav-group-task-link" href="../Structs/JSONEncoding.html">JSONEncoding</a>
449449
</li>
450+
<li class="nav-group-task">
451+
<a class="nav-group-task-link" href="../Structs/JSONEncoding/Error.html">– Error</a>
452+
</li>
450453
<li class="nav-group-task">
451454
<a class="nav-group-task-link" href="../Structs/PassthroughPreprocessor.html">PassthroughPreprocessor</a>
452455
</li>
@@ -649,7 +652,7 @@ <h4>Declaration</h4>
649652
</article>
650653
</div>
651654
<section class="footer">
652-
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-04-17)</p>
655+
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-07-17)</p>
653656
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
654657
</section>
655658
</body>

docs/Classes/AlamofireNotifications.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
Alamofire 5.6.1 Docs
24+
Alamofire 5.6.2 Docs
2525
</a>
2626
(97% documented)
2727
</p>
@@ -447,6 +447,9 @@
447447
<li class="nav-group-task">
448448
<a class="nav-group-task-link" href="../Structs/JSONEncoding.html">JSONEncoding</a>
449449
</li>
450+
<li class="nav-group-task">
451+
<a class="nav-group-task-link" href="../Structs/JSONEncoding/Error.html">– Error</a>
452+
</li>
450453
<li class="nav-group-task">
451454
<a class="nav-group-task-link" href="../Structs/PassthroughPreprocessor.html">PassthroughPreprocessor</a>
452455
</li>
@@ -759,7 +762,7 @@ <h4>Declaration</h4>
759762
</article>
760763
</div>
761764
<section class="footer">
762-
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-04-17)</p>
765+
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-07-17)</p>
763766
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
764767
</section>
765768
</body>

docs/Classes/AuthenticationInterceptor.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
Alamofire 5.6.1 Docs
24+
Alamofire 5.6.2 Docs
2525
</a>
2626
(97% documented)
2727
</p>
@@ -447,6 +447,9 @@
447447
<li class="nav-group-task">
448448
<a class="nav-group-task-link" href="../Structs/JSONEncoding.html">JSONEncoding</a>
449449
</li>
450+
<li class="nav-group-task">
451+
<a class="nav-group-task-link" href="../Structs/JSONEncoding/Error.html">– Error</a>
452+
</li>
450453
<li class="nav-group-task">
451454
<a class="nav-group-task-link" href="../Structs/PassthroughPreprocessor.html">PassthroughPreprocessor</a>
452455
</li>
@@ -838,7 +841,7 @@ <h4>Declaration</h4>
838841
</article>
839842
</div>
840843
<section class="footer">
841-
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-04-17)</p>
844+
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-07-17)</p>
842845
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
843846
</section>
844847
</body>

docs/Classes/AuthenticationInterceptor/RefreshWindow.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../../index.html">
24-
Alamofire 5.6.1 Docs
24+
Alamofire 5.6.2 Docs
2525
</a>
2626
(97% documented)
2727
</p>
@@ -447,6 +447,9 @@
447447
<li class="nav-group-task">
448448
<a class="nav-group-task-link" href="../../Structs/JSONEncoding.html">JSONEncoding</a>
449449
</li>
450+
<li class="nav-group-task">
451+
<a class="nav-group-task-link" href="../../Structs/JSONEncoding/Error.html">– Error</a>
452+
</li>
450453
<li class="nav-group-task">
451454
<a class="nav-group-task-link" href="../../Structs/PassthroughPreprocessor.html">PassthroughPreprocessor</a>
452455
</li>
@@ -669,7 +672,7 @@ <h4>Parameters</h4>
669672
</article>
670673
</div>
671674
<section class="footer">
672-
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-04-17)</p>
675+
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-07-17)</p>
673676
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
674677
</section>
675678
</body>

docs/Classes/ClosureEventMonitor.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
Alamofire 5.6.1 Docs
24+
Alamofire 5.6.2 Docs
2525
</a>
2626
(97% documented)
2727
</p>
@@ -447,6 +447,9 @@
447447
<li class="nav-group-task">
448448
<a class="nav-group-task-link" href="../Structs/JSONEncoding.html">JSONEncoding</a>
449449
</li>
450+
<li class="nav-group-task">
451+
<a class="nav-group-task-link" href="../Structs/JSONEncoding/Error.html">– Error</a>
452+
</li>
450453
<li class="nav-group-task">
451454
<a class="nav-group-task-link" href="../Structs/PassthroughPreprocessor.html">PassthroughPreprocessor</a>
452455
</li>
@@ -2780,7 +2783,7 @@ <h4>Declaration</h4>
27802783
</article>
27812784
</div>
27822785
<section class="footer">
2783-
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-04-17)</p>
2786+
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-07-17)</p>
27842787
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
27852788
</section>
27862789
</body>

docs/Classes/CompositeEventMonitor.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
Alamofire 5.6.1 Docs
24+
Alamofire 5.6.2 Docs
2525
</a>
2626
(97% documented)
2727
</p>
@@ -447,6 +447,9 @@
447447
<li class="nav-group-task">
448448
<a class="nav-group-task-link" href="../Structs/JSONEncoding.html">JSONEncoding</a>
449449
</li>
450+
<li class="nav-group-task">
451+
<a class="nav-group-task-link" href="../Structs/JSONEncoding/Error.html">– Error</a>
452+
</li>
450453
<li class="nav-group-task">
451454
<a class="nav-group-task-link" href="../Structs/PassthroughPreprocessor.html">PassthroughPreprocessor</a>
452455
</li>
@@ -1727,7 +1730,7 @@ <h4>Declaration</h4>
17271730
</article>
17281731
</div>
17291732
<section class="footer">
1730-
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-04-17)</p>
1733+
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-07-17)</p>
17311734
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
17321735
</section>
17331736
</body>

docs/Classes/CompositeTrustEvaluator.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
Alamofire 5.6.1 Docs
24+
Alamofire 5.6.2 Docs
2525
</a>
2626
(97% documented)
2727
</p>
@@ -447,6 +447,9 @@
447447
<li class="nav-group-task">
448448
<a class="nav-group-task-link" href="../Structs/JSONEncoding.html">JSONEncoding</a>
449449
</li>
450+
<li class="nav-group-task">
451+
<a class="nav-group-task-link" href="../Structs/JSONEncoding/Error.html">– Error</a>
452+
</li>
450453
<li class="nav-group-task">
451454
<a class="nav-group-task-link" href="../Structs/PassthroughPreprocessor.html">PassthroughPreprocessor</a>
452455
</li>
@@ -624,7 +627,7 @@ <h4>Declaration</h4>
624627
</article>
625628
</div>
626629
<section class="footer">
627-
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-04-17)</p>
630+
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-07-17)</p>
628631
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
629632
</section>
630633
</body>

docs/Classes/ConnectionLostRetryPolicy.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
Alamofire 5.6.1 Docs
24+
Alamofire 5.6.2 Docs
2525
</a>
2626
(97% documented)
2727
</p>
@@ -447,6 +447,9 @@
447447
<li class="nav-group-task">
448448
<a class="nav-group-task-link" href="../Structs/JSONEncoding.html">JSONEncoding</a>
449449
</li>
450+
<li class="nav-group-task">
451+
<a class="nav-group-task-link" href="../Structs/JSONEncoding/Error.html">– Error</a>
452+
</li>
450453
<li class="nav-group-task">
451454
<a class="nav-group-task-link" href="../Structs/PassthroughPreprocessor.html">PassthroughPreprocessor</a>
452455
</li>
@@ -642,7 +645,7 @@ <h4>Parameters</h4>
642645
</article>
643646
</div>
644647
<section class="footer">
645-
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-04-17)</p>
648+
<p>&copy; 2022 <a class="link" href="http://alamofire.org/" target="_blank" rel="external noopener">Alamofire Software Foundation</a>. All rights reserved. (Last updated: 2022-07-17)</p>
646649
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.2</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
647650
</section>
648651
</body>

0 commit comments

Comments
 (0)