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

Bump github.com/apple/swift-async-algorithms from 0.1.0 to 1.0.0 #13

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 17, 2024

Bumps github.com/apple/swift-async-algorithms from 0.1.0 to 1.0.0.

Release notes

Sourced from github.com/apple/swift-async-algorithms's releases.

AsyncAlgorithms 1.0

The 1.0 release marks an important milestone: AsyncAlgorithms is now source stable! 🎉

This release contains a vast amount of work from the community and has been pivotal in the production of apps and other tools using Swift and particularly Swift concurrency.

What's Changed

New Contributors

Full Changelog: apple/swift-async-algorithms@0.1.0...1.0.0

v1.0.0-beta.1

https://forums.swift.org/t/swift-async-algorithms-1-0-0-beta-1/67555

Commits
  • da4e36f Fix potential deadlocks when resuming a continuation while holding a lock (#303)
  • 5bbdcc1 Fix typo in BoundedBufferStateMachine (#301)
  • cb41700 Make throttle underscored (#296)
  • 8cfdf03 Fix 5.7/5.8 build errors (#298)
  • 6360ca0 Remove @_implementationOnly usage (#294)
  • 0a3866d Require 5.8 for SPI
  • 260e198 Add support for the Swift package index (#297)
  • f565569 Remove majority of @unchecked Sendable usages (#295)
  • 220f86f Ensure the last element of reduction in the throttle is emitted and use appro...
  • c889832 Add a proposal for AsyncChannel (#216)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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/apple/swift-async-algorithms](https://github.com/apple/swift-async-algorithms) from 0.1.0 to 1.0.0.
- [Release notes](https://github.com/apple/swift-async-algorithms/releases)
- [Commits](apple/swift-async-algorithms@0.1.0...1.0.0)

---
updated-dependencies:
- dependency-name: github.com/apple/swift-async-algorithms
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 17, 2024
@mgacy
Copy link
Collaborator

mgacy commented Jan 17, 2024

Version 1.0 of swift-async-algorithms made the throttle methods we use underscored to indicate some remaining uncertainty about the desired semantics of this method.

I think it preferable to upgrade and accept possible future changes in the behavior of this method.

@mgacy mgacy requested a review from jagreenwood January 17, 2024 18:17
Copy link
Member

@jagreenwood jagreenwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed.

@mgacy mgacy merged commit d06d886 into main Jan 17, 2024
1 check passed
@mgacy mgacy deleted the dependabot/swift/github.com/apple/swift-async-algorithms-1.0.0 branch January 17, 2024 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants