Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency Alamofire/Alamofire to from: "5.10.2" #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

This PR contains the following updates:

Package Update Change
Alamofire/Alamofire minor from: "5.8.0" -> from: "5.10.2"

Release Notes

Alamofire/Alamofire (Alamofire/Alamofire)

v5.10.2

Compare Source

Released on 2024-11-249. All issues associated with this milestone can be found using this filter.

Fixed
  • Runtime crash when calling validate from a Swift 6-compiled target.
  • Swift 6.0 Package.swift deprecation warning.

v5.10.1

Compare Source

Released on 2024-10-19. All issues associated with this milestone can be found using this filter.

Fixed
  • @Sendable in AdaptHandler and RetryHandler types.
  • Downstream JSONResponseSerializer wrapper by reverting output type to just Any.
  • Missing @Sendable on Authenticator.refresh.

v5.10.0

Compare Source

Released on 2024-10-13. All issues associated with this milestone can be found using this filter.

Added
  • 🔥 Full Swift concurrency support with Sendable requirements. Most APIs are also marked @preconcurrency, so there should be no breaking changes. Swift 5.9 now required to build.
  • Existential any now required internally by Alamofire.
Updated
  • 🔥 Session.init(... eventMonitors:) to allow no EventMonitors at all, and CompositeEventMonitor to fix thread-safety. Potentially breaking if previously passing [] but still expecting Notifications to be posted. Pass [AlamofireNotifications()] if you need that behavior.
  • DownloadRequest.validate to read the fileSize rather than the whole file from disk.
  • Links to swiftlang repositories.
Fixed

v5.9.1

Compare Source

Released on 2024-03-30. All issues associated with this milestone can be found using this filter.

Updated
Fixed
  • CocoaPods visionOS support by explicitly declaring it in podspec.

v5.9.0

Compare Source

Released on 2024-03-03. All issues associated with this milestone can be found using this filter.

Added
  • [🔥 Experimental 🔥] WebSocketRequest, as a wrapper for URLSessionWebSocketTask. 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.xcprivacy file and integration with SPM, CocoaPods, and Carthage.
  • AlamofireDynamic target, to force dynamic linking in Xcode when using SPM. Only use when you know you need it.
  • AFInfo enum and a public version value to get Alamofire's current version, AFInfo.version.
Updated
  • Alamofire to require Swift 5.7.1.
  • Project structure to break apart large Request.swift file and consolidate various Request subclasses into their own files.
  • Empty type to be Sendable.
  • .swiftformat to remove duplicate rules.
Fixed
  • Platform deprecation warnings in Package.swift in newer Xcode versions.
  • Alamofire.podspec after project restructuring.
  • Various documentation typos.

v5.8.1

Compare Source

Released on 2023-10-26. All issues associated with this milestone can be found using this filter.

Updated
  • Internal: Protected to no longer be a @propertyWrapper.
Fixed
  • URLEncodedFormEncoder encoding of Encodable values with optional properties using encodeIfPresent.
  • Missing "Skip Install" setting for visionOS target.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/alamofire-alamofire-5.x branch from 84b6c37 to 333d597 Compare October 14, 2024 00:02
@renovate renovate bot changed the title Update dependency Alamofire/Alamofire to from: "5.9.1" Update dependency Alamofire/Alamofire to from: "5.10.0" Oct 14, 2024
@renovate renovate bot force-pushed the renovate/alamofire-alamofire-5.x branch from 333d597 to 428b990 Compare October 19, 2024 21:38
@renovate renovate bot changed the title Update dependency Alamofire/Alamofire to from: "5.10.0" Update dependency Alamofire/Alamofire to from: "5.10.1" Oct 19, 2024
@renovate renovate bot force-pushed the renovate/alamofire-alamofire-5.x branch from 428b990 to 386e7c9 Compare November 25, 2024 15:55
@renovate renovate bot changed the title Update dependency Alamofire/Alamofire to from: "5.10.1" Update dependency Alamofire/Alamofire to from: "5.10.2" Nov 25, 2024
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.

0 participants