Skip to content

fix(deps): Bump github.com/alamofire/alamofire from 5.11.2 to 5.12.0#199

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/alamofire/alamofire-5.12.0
Closed

fix(deps): Bump github.com/alamofire/alamofire from 5.11.2 to 5.12.0#199
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/github.com/alamofire/alamofire-5.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/alamofire/alamofire from 5.11.2 to 5.12.0.

Release notes

Sourced from github.com/alamofire/alamofire's releases.

5.12.0

Released on 2026-05-04. All issues associated with this milestone can be found using this filter.

Added

  • FreeBSD compilation support.

Updated

  • Various CI configurations.

Fixed

  • Rare race in Request.suspend() and Request.cancel() where the state update would be lost if it occurred before the task was created.
  • Request.cancel() incorrect called Request.finish() when the underlying task was already .completed.
  • Rare race in Request.resume() that could lead to multiple URLSessionTasks created.
  • Repeated calls to Request.suspend() and Request.resume() could lead to multiple pipeline executions.
  • Thread-safety issue in Session.deinit when accessing internal state.
  • Rare Request.finish() race in Session.deinit.
  • Session.deinit called Request.finish() on Requests that were already finished.
  • Request.onHTTPRequest didn't call the full Request.cancel() when the .cancel disposition was returned.
  • Multiple unlikely force unwrap or unowned self crashes.
  • Write to DataStreamRequest's outputStream after it was closed.
  • MIME type parsing, where a single element (text) or empty strings would be accepted.
  • Cancelled DownloadRequests could still trigger retry.
  • DataRequest.DataTask and DownloadRequest.DownloadTask could miss early cancellation events if they happened before the underlying Task was created.
  • 🔥 Multiple issues in AuthenticationInterceptor. These fixes slightly change the interceptor's behavior.
    1. adapt() enqueued adaptations, leading to requests restarted with a new credential to not execute the whole adapt pipeline again. AuthenticationInterceptor will now let those requests fail with the old credential and retry their whole pipeline with the new credential.
    2. Concurrent adaptations for the same stale credential could trigger multiple refreshes.
    3. retry() now lazily checks for new credentials rather than capturing eagerly.
Changelog

Sourced from github.com/alamofire/alamofire's changelog.

Change Log

All notable changes to this project will be documented in this file. Aside from features marked [🔥 Experimental 🔥], Alamofire adheres to Semantic Versioning for source stability. [🔥 Experimental 🔥] features may require breaking changes in minor, rather than major, releases. This will be rare and compatibility should be preserved in most cases, but cannot be guaranteed.

5.x Releases

  • 5.12.x Releases - 5.12.0
  • 5.11.x Releases - 5.11.0 | 5.11.1 | 5.11.2
  • 5.10.x Releases - 5.10.0 | 5.10.1 | 5.10.2
  • 5.9.x Releases - 5.9.0 | 5.9.1
  • 5.8.x Releases - 5.8.0 | 5.8.1
  • 5.7.x Releases - 5.7.0 | 5.7.1
  • 5.6.x Releases - 5.6.0 | 5.6.1 | 5.6.2 | 5.6.3 | 5.6.4
  • 5.5.x Releases - 5.5.0
  • 5.4.x Releases - 5.4.0 | 5.4.1 | 5.4.2 | 5.4.3 | 5.4.4
  • 5.3.x Releases - 5.3.0
  • 5.2.x Releases - 5.2.0 | 5.2.1 | 5.2.2
  • 5.1.x Releases - 5.1.0
  • 5.0.x Releases - 5.0.0 | 5.0.1 | 5.0.2 | 5.0.3 | 5.0.4 | 5.0.5
  • 5.0.0 Release Candidates - 5.0.0-rc.1 | 5.0.0-rc.2 | 5.0.0-rc.3
  • 5.0.0 Betas - 5.0.0-beta.1 | 5.0.0-beta.2 | 5.0.0-beta.3 | 5.0.0-beta.4 | 5.0.0-beta.5 | 5.0.0-beta.6 | 5.0.0-beta.7

4.x Releases

  • 4.9.x Releases - 4.9.0 | 4.9.1
  • 4.8.x Releases - 4.8.0 | 4.8.1 | 4.8.2
  • 4.7.x Releases - 4.7.0 | 4.7.1 | 4.7.2 | 4.7.3
  • 4.6.x Releases - 4.6.0
  • 4.5.x Releases - 4.5.0 | 4.5.1
  • 4.4.x Releases - 4.4.0
  • 4.3.x Releases - 4.3.0
  • 4.2.x Releases - 4.2.0
  • 4.1.x Releases - 4.1.0
  • 4.0.x Releases - 4.0.0 | 4.0.1
  • 4.0.0 Betas - 4.0.0-beta.1 | 4.0.0-beta.2

3.x Releases

  • 3.5.x Releases - 3.5.0 | 3.5.1
  • 3.4.x Releases - 3.4.0 | 3.4.1 | 3.4.2
  • 3.3.x Releases - 3.3.0 | 3.3.1
  • 3.2.x Releases - 3.2.0 | 3.2.1
  • 3.1.x Releases - 3.1.0 | 3.1.1 | 3.1.2 | 3.1.3 | 3.1.4 | 3.1.5
  • 3.0.x Releases - 3.0.0 | 3.0.1
  • 3.0.0 Betas - 3.0.0-beta.1 | 3.0.0-beta.2 | 3.0.0-beta.3

2.x Releases

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/alamofire/alamofire](https://github.com/Alamofire/Alamofire) from 5.11.2 to 5.12.0.
- [Release notes](https://github.com/Alamofire/Alamofire/releases)
- [Changelog](https://github.com/Alamofire/Alamofire/blob/master/CHANGELOG.md)
- [Commits](Alamofire/Alamofire@5.11.2...7595cbc)

---
updated-dependencies:
- dependency-name: github.com/alamofire/alamofire
  dependency-version: 5.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@mpivchev mpivchev closed this Jul 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/swift/github.com/alamofire/alamofire-5.12.0 branch July 24, 2026 12:27
@mpivchev
mpivchev restored the dependabot/swift/github.com/alamofire/alamofire-5.12.0 branch July 24, 2026 12:35
@mpivchev mpivchev reopened this Jul 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Author

Looks like github.com/alamofire/alamofire is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 24, 2026
@dependabot
dependabot Bot deleted the dependabot/swift/github.com/alamofire/alamofire-5.12.0 branch July 24, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant