Releases: swift-server-community/mqtt-nio
Releases · swift-server-community/mqtt-nio
v0.2.0
Major release changes
- Replaced publish callback with an array of publish listeners which can be added and removed
pingreq
is now calledping
Minor release changes
- Added closeListeners that are notified of when the connection is closed.
Patch release changes
- Moved bootstrap creation and
sendMessage
functions intoMQTTConnection
class
v0.1.0
Initial release
MQTT client based around Swift NIO and FreeRTO coreMQTT C library
Support WebSocket and SSL connections