Update dependency Alamofire/Alamofire to from: "5.12.0" - #3
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
April 14, 2022 00:14
b658192 to
8188050
Compare
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
April 17, 2022 22:49
8188050 to
2c149b5
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
July 18, 2022 03:09
2c149b5 to
a2f4876
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
2 times, most recently
from
November 21, 2022 05:46
2e9f625 to
5c57846
Compare
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
November 22, 2022 03:44
5c57846 to
2a017c2
Compare
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
May 10, 2023 00:47
2a017c2 to
37dc1bd
Compare
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
May 10, 2023 19:22
37dc1bd to
50e9395
Compare
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
September 1, 2023 01:36
50e9395 to
ba36d5d
Compare
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
October 26, 2023 20:12
ba36d5d to
0d5ecf9
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
March 4, 2024 03:38
0d5ecf9 to
17f64af
Compare
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
March 31, 2024 01:26
17f64af to
71ecd2f
Compare
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
October 14, 2024 01:50
71ecd2f to
001b4f5
Compare
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
October 19, 2024 22:42
001b4f5 to
91961d7
Compare
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
November 25, 2024 16:22
91961d7 to
fde96aa
Compare
|
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
December 20, 2025 10:58
fde96aa to
17b8a2d
Compare
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
February 2, 2026 06:26
17b8a2d to
1e5ee91
Compare
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
April 6, 2026 06:12
1e5ee91 to
641ffcf
Compare
renovate
Bot
force-pushed
the
renovate/alamofire-alamofire-5.x
branch
from
May 5, 2026 02:55
641ffcf to
963b7b6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.











This PR contains the following updates:
from: "5.4.3"→from: "5.12.0"Release Notes
Alamofire/Alamofire (Alamofire/Alamofire)
v5.12.0Compare Source
Released on 2026-05-04. All issues associated with this milestone can be found using this filter.
Added
Updated
Fixed
Request.suspend()andRequest.cancel()where the state update would be lost if it occurred before the task was created.Request.cancel()incorrect calledRequest.finish()when the underlying task was already.completed.Request.resume()that could lead to multipleURLSessionTasks created.Request.suspend()andRequest.resume()could lead to multiple pipeline executions.Session.deinitwhen accessing internal state.Request.finish()race inSession.deinit.Session.deinitcalledRequest.finish()onRequests that were already finished.Request.onHTTPRequestdidn't call the fullRequest.cancel()when the.canceldisposition was returned.unowned selfcrashes.DataStreamRequest'soutputStreamafter it was closed.text) or empty strings would be accepted.DownloadRequests could still trigger retry.DataRequest.DataTaskandDownloadRequest.DownloadTaskcould miss early cancellation events if they happened before the underlyingTaskwas created.AuthenticationInterceptor. These fixes slightly change the interceptor's behavior.adapt()enqueued adaptations, leading to requests restarted with a new credential to not execute the whole adapt pipeline again.AuthenticationInterceptorwill now let those requests fail with the old credential and retry their whole pipeline with the new credential.retry()now lazily checks for new credentials rather than capturing eagerly.v5.11.2Compare Source
Released on 2026-04-05. All issues associated with this milestone can be found using this filter.
Updated
#fileto#fileIDto prevent build system info leakage.Fixed
StreamOfvalues and the start of their iteration, which could miss values.URLSessionTaskMetricscallbacks, likely caused by using the new loading system (usesClassicLoadingMode = false).v5.11.1Compare Source
Released on 2026-02-01. All issues associated with this milestone can be found using this filter.
Fixed
v5.11.0Compare Source
Released on 2025-12-20. All issues associated with this milestone can be found using this filter.
Added
Requestsetup by default.Requests are now inert untilresume()'d, whether automatically or manually. Previous behavior can be restored by usingSession(requestSetup: .eager).RequestRequestAdapter,RequestRetrier,RequestInterceptor, andEventMonitorAPIs, to add instances afterRequestinitialization.Requestautomaticresume()control, with theshouldAutomaticallyResumeparameter.OfflineRetrier, to retry requests based onNWPathMonitorstatus, as a replacement forNetworkReachabilityManager.Updated
Emptyto beHashable.Requestinternals to use more atomic locking.NetworkReachabilityManageron iOS 17.4 and later.Fixed
@SendableinRetryPolicy..swiftpmfolder from repo to prevent Xcode from creating Alamofire schemes when used as a package.v5.10.2Compare Source
Released on 2024-11-249. All issues associated with this milestone can be found using this filter.
Fixed
validatefrom a Swift 6-compiled target.Package.swiftdeprecation warning.v5.10.1Compare Source
Released on 2024-10-19. All issues associated with this milestone can be found using this filter.
Fixed
@SendableinAdaptHandlerandRetryHandlertypes.JSONResponseSerializerwrapper by reverting output type to justAny.@SendableonAuthenticator.refresh.v5.10.0Compare Source
Released on 2024-10-13. All issues associated with this milestone can be found using this filter.
Added
Sendablerequirements. Most APIs are also marked@preconcurrency, so there should be no breaking changes. Swift 5.9 now required to build.anynow required internally by Alamofire.Updated
Session.init(... eventMonitors:)to allow noEventMonitors at all, andCompositeEventMonitorto fix thread-safety. Potentially breaking if previously passing[]but still expectingNotifications to be posted. Pass[AlamofireNotifications()]if you need that behavior.DownloadRequest.validateto read thefileSizerather than the whole file from disk.swiftlangrepositories.Fixed
queueparameter toDataStreamserializers.testThatDatesCanBeEncodedAsFormattedwhen running with a non-Gregorian calendar.v5.9.1Compare Source
Released on 2024-03-30. All issues associated with this milestone can be found using this filter.
Updated
HTTPHeadersandHTTPHeaderto beSendable.HTTPMethodto beSendable.Fixed
v5.9.0Compare Source
Released on 2024-03-03. All issues associated with this milestone can be found using this filter.
Added
WebSocketRequest, as a wrapper forURLSessionWebSocketTask. This preview release is undocumented behind@_spi(WebSocket). Its API will change in the future, especially to adopt typed throws, but it is largely feature complete, tested, and usable now. API feedback, missing use cases, and bug reports are much appreciated before it goes fully public.PrivacyInfo.xcprivacyfile and integration with SPM, CocoaPods, and Carthage.AlamofireDynamictarget, to force dynamic linking in Xcode when using SPM. Only use when you know you need it.AFInfoenum and a publicversionvalue to get Alamofire's current version,AFInfo.version.Updated
Request.swiftfile and consolidate variousRequestsubclasses into their own files.Emptytype to beSendable..swiftformatto remove duplicate rules.Fixed
Package.swiftin newer Xcode versions.Alamofire.podspecafter project restructuring.v5.8.1Compare Source
Released on 2023-10-26. All issues associated with this milestone can be found using this filter.
Updated
Protectedto no longer be a@propertyWrapper.Fixed
URLEncodedFormEncoderencoding ofEncodablevalues with optional properties usingencodeIfPresent.v5.8.0Compare Source
Released on 2023-08-31. All issues associated with this milestone can be found using this filter.
Added
HTTPURLResponsevalues.Updated
#ifchecks.URLconversion tests for 2023URLchanges.contains.Fixed
MultipartFormDatastream to properly obeybodyContentLength.v5.7.1Compare Source
Released on 2023-05-10. All issues associated with this milestone can be found using this filter.
Updated
v5.7.0Compare Source
Released on 2023-05-09. All issues associated with this milestone can be found using this filter.
Added
ArrayEncoding.customtoURLEncodedFormEncoderandURLEncoding.KeyPathEncodingtoURLEncodedFormEncoder.NilEncodingtoURLEncodedFormEncoder.Updated
flatMaptomapinHTTPHeaders.Fixed
bufferingPolicyinStreamOf.v5.6.4Compare Source
Released on 2022-11-21. All issues associated with this milestone can be found using this filter.
Fixed
v5.6.3Compare Source
Released on 2022-11-20. All issues associated with this milestone can be found using this filter.
Updated
Fixed
Requesthas already been cancelled.v5.6.2Compare Source
Released on 2022-07-17. All issues associated with this milestone can be found using this filter.
Added
JSONEcodingcontains values that can't be passed throughJSONSerialization.Updated
Cache-Controlheader tests to not require hard-coded delays.Fixed
SecTrustCopyCertificateChain.v5.6.1Compare Source
Released on 2022-04-17. All issues associated with this milestone can be found using this filter.
Fixed
automaticallyCancellingparameter inserializingDownloadedFileURL.v5.6.0Compare Source
Released on 2022-04-13. All issues associated with this milestone can be found using this filter.
Added
HTTPMethod.queryto support the upcoming standard.Updated
DownloadRequestto avoid producing resume data when not explicitly requested on cancellation.Fixed
v5.5.0Compare Source
Released on 2021-12-13. All issues associated with this milestone can be found using this filter.
Added
async-awaitfor requests andStreamOffor streaming values..indexInBracketsoptions for array encoding in query parameters.RequestAdapterStateand new protocol requirements forRequestAdapterto allow for additional state to be available.Updated
Sessionto more safely target provided customDispatchQueues for internal use.AFErrormessage regarding unacceptableContent-Types to sort the types.Deprecated
responseJSONand associated methods, in preference toresponseDecodable.Fixed
Protectedwrapper when accessing properties of the wrapped values to ensure proper thread-safety.v5.4.4Compare Source
Released on 2021-09-20. All issues associated with this milestone can be found using this filter.
Added
Updated
.count >= 0to!.isEmpty.Fixed
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.