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

chore(deps): update dependency alamofire/alamofire to from: "5.10.2" #2

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2022

This PR contains the following updates:

Package Update Change
Alamofire/Alamofire minor from: "5.6.1" -> 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.

v5.8.0

Compare Source

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

Added
Updated
Fixed

v5.7.1

Compare Source

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

Updated
  • Deployment targets reverted to (macOS 10.12, iOS 10, tvOS 10, and watchOS 3)+

v5.7.0

Compare Source

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

Added
  • Request body compression support. This is disabled by default.
  • ArrayEncoding.custom to URLEncodedFormEncoder and URLEncoding.
  • KeyPathEncoding to URLEncodedFormEncoder.
  • NilEncoding to URLEncodedFormEncoder.
Updated
Fixed

v5.6.4

Compare Source

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

Fixed

v5.6.3

Compare Source

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

Updated
  • Swift package to 5.7, CI to Xcode 14.1.
Fixed

v5.6.2

Compare Source

Released on 2022-07-17. All issues associated with this milestone can be found using this filter.

Added
  • Error when object provided to JSONEcoding contains values that can't be passed through JSONSerialization.
Updated
Fixed

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 e8950e4 to 72be736 Compare November 21, 2022 06:44
@renovate renovate bot changed the title chore(deps): update dependency alamofire/alamofire to from: "5.6.2" chore(deps): update dependency alamofire/alamofire to from: "5.6.3" Nov 21, 2022
@renovate renovate bot force-pushed the renovate/alamofire-alamofire-5.x branch from 72be736 to e5360b1 Compare November 22, 2022 04:04
@renovate renovate bot changed the title chore(deps): update dependency alamofire/alamofire to from: "5.6.3" chore(deps): update dependency alamofire/alamofire to from: "5.6.4" Nov 22, 2022
@renovate renovate bot changed the title chore(deps): update dependency alamofire/alamofire to from: "5.6.4" Update dependency Alamofire/Alamofire to from: "5.6.4" Dec 17, 2022
@renovate renovate bot changed the title Update dependency Alamofire/Alamofire to from: "5.6.4" chore(deps): update dependency alamofire/alamofire to from: "5.6.4" Dec 17, 2022
@renovate renovate bot changed the title chore(deps): update dependency alamofire/alamofire to from: "5.6.4" chore(deps): update dependency alamofire/alamofire to from: "5.7.1" May 28, 2023
@renovate renovate bot force-pushed the renovate/alamofire-alamofire-5.x branch from e5360b1 to e2e1bcd Compare May 28, 2023 21:52
@renovate renovate bot force-pushed the renovate/alamofire-alamofire-5.x branch from e2e1bcd to b21f2e2 Compare September 1, 2023 08:19
@renovate renovate bot changed the title chore(deps): update dependency alamofire/alamofire to from: "5.7.1" chore(deps): update dependency alamofire/alamofire to from: "5.8.0" Sep 1, 2023
@renovate renovate bot force-pushed the renovate/alamofire-alamofire-5.x branch from b21f2e2 to 4ecaf0c Compare October 27, 2023 08:38
@renovate renovate bot changed the title chore(deps): update dependency alamofire/alamofire to from: "5.8.0" chore(deps): update dependency alamofire/alamofire to from: "5.8.1" Oct 27, 2023
@renovate renovate bot force-pushed the renovate/alamofire-alamofire-5.x branch from 4ecaf0c to e70df14 Compare March 4, 2024 08:23
@renovate renovate bot changed the title chore(deps): update dependency alamofire/alamofire to from: "5.8.1" chore(deps): update dependency alamofire/alamofire to from: "5.9.0" Mar 4, 2024
@renovate renovate bot force-pushed the renovate/alamofire-alamofire-5.x branch from e70df14 to 1777c5f Compare March 31, 2024 15:00
@renovate renovate bot changed the title chore(deps): update dependency alamofire/alamofire to from: "5.9.0" chore(deps): update dependency alamofire/alamofire to from: "5.9.1" Mar 31, 2024
@renovate renovate bot force-pushed the renovate/alamofire-alamofire-5.x branch from 1777c5f to 60beda9 Compare October 14, 2024 02:51
@renovate renovate bot changed the title chore(deps): update dependency alamofire/alamofire to from: "5.9.1" chore(deps): 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 60beda9 to 44b6a1b Compare October 20, 2024 05:45
@renovate renovate bot changed the title chore(deps): update dependency alamofire/alamofire to from: "5.10.0" chore(deps): update dependency alamofire/alamofire to from: "5.10.1" Oct 20, 2024
@renovate renovate bot force-pushed the renovate/alamofire-alamofire-5.x branch from 44b6a1b to 67f3769 Compare November 26, 2024 20:51
@renovate renovate bot changed the title chore(deps): update dependency alamofire/alamofire to from: "5.10.1" chore(deps): update dependency alamofire/alamofire to from: "5.10.2" Nov 26, 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