Skip to content

Releases: mqttjs/MQTT.js

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.

v0.3.0

21 Aug 10:29
Compare
Choose a tag to compare
  • The new Connection parser #113
  • Improved SSL support by #114
  • Encodings for payloads #111 #109
  • Connection as a Writable stream #124

v0.2.11

20 Jul 22:41
Compare
Choose a tag to compare
  • calling MqttClient#end should disable reconnection #110
  • Client should be cleaned by default and require a fixed clientId if not #116
  • Increased keepalive default timer to 1 minute #117