Skip to content

Releases: dfed/swift-async-queue

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

0.3.0

25 Feb 03:56
4fb464f
Compare
Choose a tag to compare
  • Made the FIFOQueue and AsyncQueue build without warnings or errors with strict concurrency checking turned on (#13)

0.2.0

25 Feb 04:00
1ecda35
Compare
Choose a tag to compare
  • Rename async -> enqueue and await to enqueueAndWait (#12)
  • Make ActorQueue tasks execute on the target actor's execution context (#9)
  • Enable executing FIFO tasks on a desired actor's execution context (#6)