Skip to content

Releases: apple/swift-async-algorithms

AsyncAlgorithms 1.0.4

11 Aug 21:49
042e1c4
Compare
Choose a tag to compare

This is a minor version updated in preparation for transitioning development to 1.1. This marks a milestone of a stable release and incudes a few minor updates since the 1.0 release.

Fixes

  • A deadlock condition was resolved in .buffer(...) #303
  • The last element of reduction in the throttle is emitted and use appropriate delay #292

Changes

  • AsyncAlgorithms now supports being listed in the package index #297
  • Throttle was removed from public interfaces since the behavior was not fully ratified by review #296
  • Iterators can no longer be treated as Sendable types. #280

The 1.0.4 release contains contributions from adam-fowler, erichoracek, finagolfin, FranzBusch, glbrntt, kateinoigakukun, leogdion, orobio, qwerty3345, and shahmishal. Thank you!


AsyncAlgorithms 1.0

04 Dec 18:02
da4e36f
Compare
Choose a tag to compare

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: 0.1.0...1.0.0

v1.0.0-beta.1

27 Sep 17:18
cb41700
Compare
Choose a tag to compare