Releases: mqttjs/MQTT.js
Releases · mqttjs/MQTT.js
v0.3.10
21 Jun 11:40
Compare
Sorry, something went wrong.
No results found
Removed bops dependency #198 , requires browserify 3.
UTF-8 chars supports in topic #201 .
v0.3.9
27 May 07:34
Compare
Sorry, something went wrong.
No results found
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
19 Mar 10:47
Compare
Sorry, something went wrong.
No results found
big messages support (more than 2KB).
added the new mqtt.connect(uri, opts) method #165 #164 .
v0.3.7
28 Nov 12:09
Compare
Sorry, something went wrong.
No results found
Do not include vim undo files in the build #147 .
v0.3.6
28 Nov 09:11
Compare
Sorry, something went wrong.
No results found
Bumped bops depedency to v0.1.1 to avoid an encoding issue.
v0.3.5
27 Nov 14:55
Compare
Sorry, something went wrong.
No results found
Ensure client attempts a reconnect on no PINGRESP #146 .
Race condition between clearReconnect and setupStream in MQTTClient #143 .
v0.3.4
21 Nov 10:24
Compare
Sorry, something went wrong.
No results found
micro-fix to allow automatic reconnection to be disabled #142
Fixed message id generation according to spec #138
v0.3.3
30 Sep 07:33
Compare
Sorry, something went wrong.
No results found
Browserify support based on bops .
Fixed client examples.
An example in the readme, thanks to oren .
v0.3.2
19 Sep 14:50
Compare
Sorry, something went wrong.
No results found
Faster parser with less JS objects created @matteocollina .
Pass a CA list of trusted certificates to a TLS connection @anjz .
v0.3.1
22 Aug 12:08
Compare
Sorry, something went wrong.
No results found
Fixed a global variable leak in MqttConnection.