Releases: at-wat/mqtt-go
Releases · at-wat/mqtt-go
v0.4.6
Fix multi time publish/subscribe retry (#45)
v0.4.5
Fix reconnect behaviour (#42)
* Add integration test for ReconnectClient
* Fix reconnect behaviour
v0.4.4
Wrap connection error (#41)
* Wrap connection error
* Fix paho wrapper error on disconnected client
* Add tests
v0.4.3
Unify packetize code (#40)
* Unify packetize code
* Add some more tests
v0.4.2
Fix WebSocket dial URL and payload type setting (#37)
v0.4.1
Support reconnect in paho wrapper (#36)
v0.4.0
Add ReconnectOptions (#30)
v0.3.0
Add option to specify protocol level (#26)
v0.2.1
Fix connection close signaling (#25)
* Fix close signaling
* Show verbose test results
* Change client name of each integration test
* Ignore duplicated error
v0.2.0
Validate packet according to the spec (#23)