Update dependency pointfreeco/swift-concurrency-extras to from: "1.3.1" #89
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: "1.1.0"
->from: "1.3.1"
Release Notes
pointfreeco/swift-concurrency-extras (pointfreeco/swift-concurrency-extras)
v1.3.1
Compare Source
What's Changed
Result.init(catching:) async
now preserves typed errors in Swift 6 (thanks @finestructure, https://github.com/pointfreeco/swift-concurrency-extras/pull/52).New Contributors
Full Changelog: pointfreeco/swift-concurrency-extras@1.3.0...1.3.1
v1.3.0
Compare Source
What's Changed
UncheckedSendable
now conditionally conforms toAsyncSequence
(https://github.com/pointfreeco/swift-concurrency-extras/pull/44). This allows you to type-erase an async sequence to anAsyncStream
in a unchecked way.AnyHashableSendable
ergonomics (https://github.com/pointfreeco/swift-concurrency-extras/pull/47).AnyHashableSendable
now automatically unwraps its value when cast toAnyHashable
, and automatically wraps literal strings, booleans, and numbers.swiftLanguageModes
to avoid deprecation warning (thanks @zunda-pixel, https://github.com/pointfreeco/swift-concurrency-extras/pull/45).@isolated(any)
instead of@Sendable
forwithMainSerialExecutor
async operation for better isolation checking on Swift 6 (thanks @jonduenas, https://github.com/pointfreeco/swift-concurrency-extras/pull/46).AsyncStream.init
is deprecated for Swift 6 in favor ofany AsyncSequence
(https://github.com/pointfreeco/swift-concurrency-extras/pull/41).New Contributors
Full Changelog: pointfreeco/swift-concurrency-extras@1.2.0...1.3.0
v1.2.0
Compare Source
What's Changed
AnyHashableSendable
(https://github.com/pointfreeco/swift-concurrency-extras/pull/36).@MainActor
requirement inwithMainSerialExecutor
(https://github.com/pointfreeco/swift-concurrency-extras/pull/28).UncheckedSendable
is now soft-deprecated on Swift >5.10 (in favor ofnonisolated(unsafe)
(https://github.com/pointfreeco/swift-concurrency-extras/pull/24).ActorIsolated
(https://github.com/pointfreeco/swift-concurrency-extras/pull/29).LockIsolated
test cases (thanks @brzzdev, https://github.com/pointfreeco/swift-concurrency-extras/pull/12)..editorconfig
for consistent code formatting (thanks @Matejkob, https://github.com/pointfreeco/swift-concurrency-extras/pull/30).New Contributors
Full Changelog: pointfreeco/swift-concurrency-extras@1.1.0...1.2.0
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.
This PR was generated by Mend Renovate. View the repository job log.