Skip to content

Releases: apple/swift-async-algorithms

AsyncAlgorithms 1.1

20 Nov 21:39
2773d41

Choose a tag to compare

AsyncAlgorithms 1.1 Pre-release
Pre-release

What's Changed

  • Remove the DocC plugin as a dependency by @FranzBusch in #354
  • Simplify the version definitions and add a new definition for 1.1 by @phausler in #359
  • Add enable_wasm_sdk_build: true to pull_request.yml by @MaxDesiatov in #363
  • Update the project to address concurrency failures for 6.2 build modes. by @phausler in #362
  • Conditionalize the testing targets for non-windows targets to avoid the TaskDriver requirements by @phausler in #365
  • Share algorithm by @phausler in #357
  • Fix typo in doc comment for share by @Jnosh in #370
  • Fix broken documentation links in Interspersed guide by @chagmn in #371
  • chore: restrict GitHub workflow permissions - future-proof by @incertum in #373
  • Add MultiProducerSingleConsumerChannel by @FranzBusch in #305
  • Remove the Swift 5.8 build constraint for documentation at Swift Package Index by @heckj in #377

New Contributors

Full Changelog: 1.0.4...1.1

AsyncAlgorithms 1.0.4

11 Aug 21:49
042e1c4

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

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

Choose a tag to compare