Skip to content

Releases: swift-server-community/mqtt-nio

v0.2.0

19 Nov 09:20
2fa8624
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Major release changes

  • Replaced publish callback with an array of publish listeners which can be added and removed
  • pingreq is now called ping

Minor release changes

  • Added closeListeners that are notified of when the connection is closed.

Patch release changes

  • Moved bootstrap creation and sendMessage functions into MQTTConnection class

v0.1.0

18 Nov 20:12
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release

MQTT client based around Swift NIO and FreeRTO coreMQTT C library
Support WebSocket and SSL connections