Skip to content

v2.8.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 16 Apr 08:50
· 18 commits to main since this release
ce9e058

Minor release changes

  • Update minimum required Swift version to 5.6.
    • Remove all #if compiler checks for Swift concurrency and Sendable conformance

Patch release changes

  • Fix passing along of the retain flag in the async/await version of MQTTClient.publish.

Other changes

  • Clean up some of the async tests to use task groups instead on unstructured tasks.