Skip to content

Releases: mqttjs/mqtt-packet

v3.4.5

15 Jan 08:53
Compare
Choose a tag to compare
  • Fixed crash when parsing invalid messages #8 by @psorowka

v4.0.2

22 Oct 08:03
Compare
Choose a tag to compare
  • Removed node v0.8 compatibility.

v4.0.1

21 Oct 19:09
Compare
Choose a tag to compare
  • Support for node v0.10 and v0.12 when cork() is available.

v4.0.0

21 Oct 17:13
Compare
Choose a tag to compare
  • Added writeToStream() for writing directly to the stream, vs generating the packet. This leads to great performance gains, see #6. By @mcollina
  • Rewrote generate() on top of writeToStream().

v3.4.4

15 Oct 09:19
Compare
Choose a tag to compare

v3.4.3

08 Oct 08:45
Compare
Choose a tag to compare
  • Support for node v0.10 and v0.8 of the changes in 3.4.2.

v3.4.2

08 Oct 08:23
Compare
Choose a tag to compare
  • Correctly generate UTF-8 chars in the CONNECT packet.

v3.4.0

13 Sep 16:30
Compare
Choose a tag to compare
  • 10% performance increase in packet generation.

v3.3.1

01 Sep 14:19
Compare
Choose a tag to compare
  • Removed weird characters that caused chrome to fail #4 by @pmorjan

v3.3.0

17 Jul 07:00
Compare
Choose a tag to compare
  • Accept empty clientId  if protocolVersion is 4 #2 by @psorowka.