v2.8.0
Minor release changes
- Update minimum required Swift version to 5.6.
- Remove all
#if compiler
checks for Swift concurrency and Sendable conformance
- Remove all
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.