Releases: mqttjs/MQTT.js
Releases · mqttjs/MQTT.js
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.
v1.1.3
- Fix publishing number messages from the CLI #266
v1.1.2
- Added the
will
connect option to the README.