#9.0.0 Issue 241(NNBD) and issue 242
#8.2.0 Issues 231 and 243
#8.1.0 Issues 213, 230, 229
Issues 209, 210
Note that auto reconnect will now automatically re subscribe
any active confirmed subscriptions by default, if you do not want this
behaviour see the documentation for the new resubscribeOnAutoReconnect
setting.
Issue 203
Pull request 191 bug fix
Pull request 191, mac connection attempts is now configurable.
Pull request 190 bug fix
Issue 172 bug fix
Issue 172 + 177 + 181 issue 172 introduces a breaking API change in the connection status class MqttClientConnectionStatus
Issue 173
Issue 90
Issue 163 and Issue 90
Addition of web based client, issue 144
If you are an existing user this is a breaking update, the MqttClient class has now been replaced by the MqttServerClient class. This has exactly the same API as the MqttClient class so except for the class rename there should be no other changes. If you are setting your own websocket protocols the protocol strings now reside in the MqttConstants class.
Issue 142, correct misleading logging. Issue 145, disconnection code tidy up. Linter updates
Issue 138, WS2 protocol string error
Issue 128, unsubscribe header error
Issue 127, callback added for bad certificate error
Fix for dart 2.5 usage (issue 99), remove flutter example and issue 115. Note that from here on in the client is not compatible with Dart 2.4.x, if you want to stay on 2.4.x use client version 5.5.4 or lower.
Issues 85 and 87
Fix for dart 2.2 usage
Issue 81
Issues 69, 74 and 79
Issues 67 and 68
Issues 61, 62 and 63
Issues 59 + 60
Issues 54, 55 and 56
Roll up release for issues 48, 49, 50, 52 and 53, warning - breaking API change for connection state and security context in secure mode hence the major version bump.
Issue 45, better connection fail reporting, update linter, note breaking API change for turning logging on/off
Formatting
Issue 40, disconnected clients
Formatting
Issue 26, example code for flutter
Issue 38 QOS1 + 2 protocol handling bugs, Issue 34 Flutter buffers
Issue 38 QOS1 + 2 protocol handling bugs
Issue 37 onSubscribed and OnUnsubscribed callbacks
Issues 32 bug fix
Issues 32 and 35
Issues 27 and 29, pull request 30
Update to Dart 2, major version bump only to create a clean break from Dart 1
Issue 23, all subscriptions are now on one client level observable, not on seperate ones per subscription, this change is NOT backwards compatible
Issue 22, don't disconnect if we have no connection established
Issue 19, multitopic subscriptions + other more minor updates, API changed on this version.
Pull request 14, Making library more compliant to work with VerneMQ - explicit setting of will qos.
Issue 10, add library prefix for observable
Issue 10, update Observable version to 'any'
Add the payload builder utility.
Update Observable version
Remove eventable and its dependency on mirrors, replace with event_bus, issue 10
Fixes for issue 8, pub suggestions fixed.
Fixes for issues 5 and 6
Fixes for issues 3 and 4
Add secure sockets, server side only Add ability to select the MQTT protocol between 3.1 and 3.1.1 A few code and test tidy ups Tested to work with iot-core MQTT bridge
Add websockets as an alternative network connection server side only
Fix unit tests on Travis
Initial release