Skip to content

0.3.1

Latest
Compare
Choose a tag to compare
@heckj heckj released this 25 Jul 00:22
· 1 commit to main since this release
cd92048

What's Changed

Primarily, this is about updates to support compilation under Xcode16 beta3 and beta4. There is a minor API change - accessing the state publisher on WebSocket is switching from non-isolated to isolated, as the former was a swift6 concurrency violation that wasn't identified in earlear betas.

  • updating imports to be explicitly public for swift6 modes in Xcode 16 by @heckj in #116
  • quickfix of public import warning by @heckj in #117
  • leaving statePublisher on WebSocketProvider isolated to the actor by @heckj in #119

Full Changelog: 0.3.0...0.3.1