1.0.0-beta.1.1
Require macOS 13 / iOS 16
With macOS 13 beta announced, we're able to express the minimum deployment targets in Package.swift and allow developers to use this library without the -disable-availability-checking flags.
Use macOS 13 Ventura and Xcode 14.0 beta to build this project, and develop using distributed actors 🎉
What's Changed
- Implement remoteCall without ask actors by @yim-lee in #956
- More API and documentation cleanups by @ktoso in #954
- Deprecations by @ktoso in #960
- Use Swift's time types by @yim-lee in #962
- Remove unused LamportClock type by @ktoso in #963
- Remove -disable-availability-checking, Swift 5.7 is part of Xcode 14.0 and has right availabilities now by @ktoso in #964
Full Changelog: 1.0.0-beta.1...1.0.0-beta.1.1