Releases: toitware/mqtt
Releases · toitware/mqtt
v2.1.1 for Toit v1
Backport of v2.1.1 for Toit v1.
Toit v2 users should not use this package.
v2.1.1
v2.1.0
What's Changed
- Work around broker disconnect race condition by @kasperl in #55
- Update README. by @floitsch in #57
- Fix documentation for persistence store. by @floitsch in #59
- Don't reuse packet ids. by @floitsch in #58
- Don't try to reuse a connection when reconnecting by @floitsch in #60
- Address feedback from PR 60. by @floitsch in #61
- Catch reconnection-attempt failures. by @floitsch in #62
- Add comment to 'listen' function of ServerTransport by @floitsch in #63
- Drop v1 support. by @floitsch in #65
- Add tenacious strategy and use it as default by @floitsch in #64
- Add option to set max in-flight. by @floitsch in #66
Full Changelog: v2.0.4...v2.1.0
v2.0.4
v2.0.3
v2.0.2
v2.0.1
What's Changed
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
Refactored MQTT client.
New features:
- sessions
- reconnection strategy
- persistence strategy
Full Changelog: v1.4.0...v2.0.0