Releases: mqttjs/mqtt-packet
Releases · mqttjs/mqtt-packet
v3.4.6
15 Jan 09:55
Compare
Sorry, something went wrong.
No results found
Do not crash on invalid CONNACK, SUBSCRIBE and UNSUBSCRIBE by @mcollina
v3.4.5
15 Jan 08:53
Compare
Sorry, something went wrong.
No results found
Fixed crash when parsing invalid messages #8 by @psorowka
v4.0.2
22 Oct 08:03
Compare
Sorry, something went wrong.
No results found
Removed node v0.8 compatibility.
v4.0.1
21 Oct 19:09
Compare
Sorry, something went wrong.
No results found
Support for node v0.10 and v0.12 when cork() is available.
v4.0.0
21 Oct 17:13
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v3.4.3
08 Oct 08:45
Compare
Sorry, something went wrong.
No results found
Support for node v0.10 and v0.8 of the changes in 3.4.2.
v3.4.2
08 Oct 08:23
Compare
Sorry, something went wrong.
No results found
Correctly generate UTF-8 chars in the CONNECT packet.
v3.4.0
13 Sep 16:30
Compare
Sorry, something went wrong.
No results found
10% performance increase in packet generation.
v3.3.1
01 Sep 14:19
Compare
Sorry, something went wrong.
No results found
Removed weird characters that caused chrome to fail #4 by @pmorjan