Releases: mqttjs/mqtt-packet
Releases · mqttjs/mqtt-packet
v7.0.0
- fix: emit errors for invalid flags (#112)
- Strict validate subscribe flags, qos <= 2, and all reason codes (#113)
- Updated standard@16 (#114)
- dropped old node releases, added node 16 (#115)
v6.9.1
📚 PR:
- fix(security): prevent
_parseByte
to throw (#107)
v6.9.0
📚 PR:
- Add support for mosquitto bridge versions 131 and 132 (#106)
v6.8.1
📚 PR:
- fix to utf-8 clientId bug (#105)
v.6.8.0
📚 PR:
- Fix Buffer Out of Bounds Error (#100)
- Improved TypeScript declarations for userProperties (#103)
- Fix reason code missing (#101)
- fix to allow zero length client identifiers in MQTT v5.0 (#104)
v6.7.0
📚 PR:
- export auth packet to ts types
- Merge branch 'export-ts-auth-packet'
- export IAuthPacket as type
- Merge pull request #97 from PremiumBurger/master
- Fix: error handling for Variable Byte Integer (#95)
v6.6.0
📚 PR:
- Added extra tests (#89)
- Fix: restrict Variable Byte Integer to 24bits (#90)
v6.5.0
📚 PR:
- Updated code to ES6 (#85)
- convert to ES6 classes and cleanup dependencies (#87)
- Use null prototype for userProperties (#88)