Skip to content

Releases: mqttjs/MQTT.js

v1.3.5

12 Jul 21:29
Compare
Choose a tag to compare
  • Fixed crash on reconnect if store is not empty

v1.3.4

07 Jul 07:51
Compare
Choose a tag to compare

v1.3.3

03 Jul 07:56
Compare
Choose a tag to compare
  • Added username and password options to the README @jingzhaoou
  • Fixed pub script without a topic @mcollina

v1.3.2

26 Jun 07:33
Compare
Choose a tag to compare
  • Web Workers support #303

v1.3.1

22 Jun 10:49
Compare
Choose a tag to compare
  • Enqueue offline send only on reconnect #301 by @chiarishow.

v1.3.0

11 Jun 13:54
Compare
Choose a tag to compare

v1.2.1

08 Jun 06:40
Compare
Choose a tag to compare
  • Pass rejectUnauthorized if connecting with wss to support self-signed certificates #289.

v1.2.0

21 May 10:35
Compare
Choose a tag to compare
  • Added connectTimeout option.

v1.1.5

15 May 09:38
Compare
Choose a tag to compare

v1.1.4

10 May 09:03
Compare
Choose a tag to compare
  • Readme/typo updates #274 #276 #280.
  • Removed duplicate code in the pub command #281.