Skip to content

Releases: dfed/swift-async-queue

0.7.1

24 Apr 22:24
1e9c0dc
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Add explicit support for Linux, macCatalyst, and visionOS

0.5.0

03 Jan 16:26
0b6dbe1
Compare
Choose a tag to compare
  • Adopt Swift 5.9. Drop support for prior Swift versions.

0.4.1

03 Jan 16:26
6837ecb
Compare
Choose a tag to compare
  • Fix concurrency warnings surfaced by Xcode 15

0.4.0

10 May 21:55
a232ddb
Compare
Choose a tag to compare
  • Adopt Swift 5.8
  • Adopt enableUpcomingFeature with StrictConcurrency
  • Bump minimum supported version to Xcode 14.3.0

0.3.1

10 May 21:53
Compare
Choose a tag to compare
  • Create MainActorQueue