Skip to content

Releases: dfed/swift-async-queue

1.1.0

09 Jun 14:36
ea3a614

Choose a tag to compare

Removes the Foundation import when running on Linux.

What's Changed

  • Download platform to improve CI reliability by @dfed in #72
  • Bump actions/checkout to v6 by @dfed in #73
  • Bump activesupport from 7.2.1.2 to 7.2.3.1 by @dependabot[bot] in #74
  • Bump addressable from 2.8.7 to 2.9.0 by @dependabot[bot] in #75
  • Use FoundationEssentials in CancellableQueue when available by @lhoward in #76

New Contributors

Full Changelog: 1.0.1...1.1.0

1.0.1

10 Dec 20:59
721e823

Choose a tag to compare

What's Changed

  • Prevent treating warnings as errors from conflicting in consuming packages by @dfed in #71

Full Changelog: 1.0.0...1.0.1

1.0.0

04 Dec 00:46
b30374b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.2...1.0.0

0.7.2

29 Nov 05:09
afbf677

Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.7.2

0.7.1

24 Apr 22:24
1e9c0dc

Choose a tag to compare

What's Changed

  • Add support for Task cancellation by @dfed in #54

Full Changelog: 0.7.0...0.7.1

0.7.0

08 Apr 03:46
f1ff3cd

Choose a tag to compare

What's Changed

Full Changelog: 0.6.1...0.7.0

Migration instructions from 0.6.* can be found here.

0.6.1

10 Oct 05:09
b51448d

Choose a tag to compare

What's Changed

  • Remove need for ActorQueueSynchronization by @dfed in #40

Full Changelog: 0.6.0...0.6.1

0.6.0

10 Oct 05:09
bf93045

Choose a tag to compare

What's Changed

  • Support Swift 6 by @dfed in #34
  • Xcode 16.0b6 fixes by @dfed in #35
  • Download visionOS in CI by @dfed in #38
  • Adopt Swift 6. Drop support for Xcode 15 and below by @dfed in #39

Full Changelog: 0.5.2...0.6.0

0.5.2

26 Sep 06:45
90c0ac3

Choose a tag to compare

What's Changed

  • Run CI against visionOS by @dfed in #26
  • Add visionOS support to podspec by @dfed in #27

Full Changelog: 0.5.1...0.5.2

0.5.1

11 Jan 02:59
2ae35d8

Choose a tag to compare

  • Add explicit support for Linux, macCatalyst, and visionOS