Skip to content

Releases: mqttjs/MQTT.js

v0.3.10

21 Jun 11:40
Compare
Choose a tag to compare
  • Removed bops dependency #198, requires browserify 3.
  • UTF-8 chars supports in topic #201.

v0.3.9

27 May 07:34
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • big messages support (more than 2KB).
  • added the new mqtt.connect(uri, opts) method #165 #164.

v0.3.7

28 Nov 12:09
Compare
Choose a tag to compare
  • Do not include vim undo files in the build #147.

v0.3.6

28 Nov 09:11
Compare
Choose a tag to compare
  • Bumped bops depedency to v0.1.1 to avoid an encoding issue.

v0.3.5

27 Nov 14:55
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Browserify support based on bops.
  • Fixed client examples.
  • An example in the readme, thanks to oren.

v0.3.2

19 Sep 14:50
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixed a global variable leak in MqttConnection.