New
AsyncAlgorithms 1.1.1
What's Changed
- Remove the DocC plugin as a dependency by @FranzBusch in https://github.com/apple/swift-async-algorithms/pull/354
- Simplify the version definitions and add a new definition for 1.1 by @phausler in https://github.com/apple/swift-async-algorithms/pull/359
- Add
enable_wasm_sdk_build: truetopull_request.ymlby @MaxDesiatov in https://github.com/apple/swift-async-algorithms/pull/363 - Update the project to address concurrency failures for 6.2 build modes. by @phausler in https://github.com/apple/swift-async-algorithms/pull/362
- Conditionalize the testing targets for non-windows targets to avoid the TaskDriver requirements by @phausler in https://github.com/apple/swift-async-algorithms/pull/365
- Share algorithm by @phausler in https://github.com/apple/swift-async-algorithms/pull/357
- Fix typo in doc comment for share by @Jnosh in https://github.com/apple/swift-async-algorithms/pull/370
- Fix broken documentation links in Interspersed guide by @chagmn in https://github.com/apple/swift-async-algorithms/pull/371
- chore: restrict GitHub workflow permissions - future-proof by @incertum in https://github.com/apple/swift-async-algorithms/pull/373
- Add
MultiProducerSingleConsumerChannelby @FranzBusch in https://github.com/apple/swift-async-algorithms/pull/305 - Remove the Swift 5.8 build constraint for documentation at Swift Package Index by @heckj in https://github.com/apple/swift-async-algorithms/pull/377
- Make
MPSCAsyncChannelsource methodsnonisolated(nonsending)by @FranzBusch in https://github.com/apple/swift-async-algorithms/pull/380
New Contributors
- @Jnosh made their first contribution in https://github.com/apple/swift-async-algorithms/pull/370
- @chagmn made their first contribution in https://github.com/apple/swift-async-algorithms/pull/371
- @incertum made their first contribution in https://github.com/apple/swift-async-algorithms/pull/373
- @heckj made their first contribution in https://github.com/apple/swift-async-algorithms/pull/377
Full Changelog: https://github.com/apple/swift-async-algorithms/compare/1.0.4...1.1.1