Skip to content

v2.3.0

Choose a tag to compare

@adam-fowler adam-fowler released this 01 Nov 10:34
· 81 commits to main since this release
5efd2b2

Minor release changes

  • Added AsyncSequence for listening for PUBLISH messages
  • Added v5 publish listeners that filter on subscription identifier
  • Added shutdownListener to catch when the client is shutdown (used by AsyncSequence publish listeners)
  • Error on deinit of MQTTClient that hasn't been shutdown
  • Added async shutdown function.

Other changes

Use XCTestExpression in tests instead of Thread.sleep
Require SwiftFormat to be run on PRs