Releases: mqttjs/mqtt-packet
Releases · mqttjs/mqtt-packet
v3.2.0
- Added support for the sessionPresent bit in CONNACK #1.
v3.1.1
- Updated Adam email address.
v3.1.0
- Faster parsing 10% due to class usage.
v3.0.0
Removed the encoding options, now everything that is a UTF-8 string is parsed as strings, and everything that is a binary blob is parsed as a Buffer
.
v1.0.3
- Handle empty will payloads.
v1.0.2
- Handle parse error over streams.