Releases: mqttjs/MQTT.js
Releases · mqttjs/MQTT.js
v0.3.9
- Reconnect logic fix #180 #181.
- TLS reconnect fix #178.
- test for SUBSCRIBE response code 0x80 #174.
- allow clients to validate a server without providing their certificate #163.
- binary password #176.
- working MQTTClient constructor #187 #188.
- Improved parsing of connect string #189
- Add reconnect and offline events #112.
v0.3.8
- big messages support (more than 2KB).
- added the new
mqtt.connect(uri, opts)
method #165 #164.
v0.3.7
- Do not include vim undo files in the build #147.
v0.3.6
- Bumped bops depedency to v0.1.1 to avoid an encoding issue.
v0.3.5
- Ensure client attempts a reconnect on no PINGRESP #146.
- Race condition between clearReconnect and setupStream in MQTTClient #143.
v0.3.4
- micro-fix to allow automatic reconnection to be disabled #142
- Fixed message id generation according to spec #138
v0.3.3
- Browserify support based on bops.
- Fixed client examples.
- An example in the readme, thanks to oren.
v0.3.2
- Faster parser with less JS objects created @matteocollina.
- Pass a CA list of trusted certificates to a TLS connection @anjz.
v0.3.1
- Fixed a global variable leak in MqttConnection.
v0.3.0
- The new Connection parser #113
- Improved SSL support by #114
- Encodings for payloads #111 #109
- Connection as a Writable stream #124