Releases: mqttjs/MQTT.js
Releases · mqttjs/MQTT.js
v1.3.5
- Fixed crash on reconnect if store is not empty
v1.3.3
- Added username and password options to the README @jingzhaoou
- Fixed pub script without a topic @mcollina
v1.3.1
- Enqueue offline send only on reconnect #301 by @chiarishow.
v1.2.1
- Pass
rejectUnauthorized
if connecting with wss to support self-signed certificates #289.
v1.2.0
- Added
connectTimeout
option.
v1.1.4
- Readme/typo updates #274 #276 #280.
- Removed duplicate code in the pub command #281.