Skip to content

Improve Swift Concurrency support

Latest

Choose a tag to compare

@defagos defagos released this 29 Jul 08:36
3.0.0
2bf1170

This release improves Swift Concurrency support.

Breaking Changes

  • Marked the Castable and CastDelegate protocols with @MainActor since their delegate methods are called on the main actor.

Improvements

  • Made CastDevice and CastPlayerItem conform to Identifiable for more ergonomic integration with List.

What's Changed

  • Use commit hash for GitHub actions by @waliid in #268
  • Bump fastlane from 2.232.2 to 2.233.0 in the gems group by @dependabot[bot] in #269
  • Update Xcode version to 26.4.1 by @defagos in #272
  • Bump fastlane from 2.233.0 to 2.233.1 in the gems group across 1 directory by @dependabot[bot] in #271
  • Bump fastlane from 2.233.1 to 2.234.0 in the gems group by @dependabot[bot] in #274
  • Bump github.com/apple/swift-collections from 1.4.1 to 1.5.0 in the packages group by @dependabot[bot] in #273
  • Bump mikepenz/action-junit-report from 6.4.0 to 6.4.1 in the actions group by @dependabot[bot] in #275
  • Fix linter issue by @defagos in #278
  • Bump fastlane from 2.234.0 to 2.235.0 in the gems group by @dependabot[bot] in #277
  • Bump actions/checkout from 6.0.2 to 6.0.3 in the actions group across 1 directory by @dependabot[bot] in #280
  • Bump fastlane from 2.235.0 to 2.236.0 in the gems group by @dependabot[bot] in #281
  • Bump github.com/apple/swift-collections from 1.5.1 to 1.6.0 in the packages group by @dependabot[bot] in #282
  • Bump actions/checkout from 6.0.3 to 7.0.0 in the actions group by @dependabot[bot] in #283
  • Bump mikepenz/action-junit-report from 6.4.1 to 6.4.2 in the actions group by @dependabot[bot] in #284
  • Bump fastlane from 2.236.0 to 2.236.1 in the gems group by @dependabot[bot] in #285
  • Install pkgx via Homebrew by @defagos in #286
  • Bump fastlane from 2.236.1 to 2.237.0 in the gems group by @dependabot[bot] in #287
  • Bump actions/checkout from 7.0.0 to 7.0.1 in the actions group by @dependabot[bot] in #288
  • Make some types conforming to Identifiable by @waliid in #289
  • Bump actions/stale from 10 to 11 in the actions group by @dependabot[bot] in #291
  • Annotate protocols with @MainActor by @defagos in #292

Full Changelog: 2.0.2...3.0.0