Skip to content

Releases: mqttjs/mqtt-packet

v7.1.0

07 Sep 13:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.0...v7.1.0

v7.0.0

07 Jun 13:41
Compare
Choose a tag to compare
  • 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.10.0

14 May 07:26
Compare
Choose a tag to compare

📚 PR:

  • add reasonCode (#108)

v6.9.1

16 Apr 10:45
Compare
Choose a tag to compare

📚 PR:

  • fix(security): prevent _parseByte to throw (#107)

v6.9.0

22 Feb 09:24
Compare
Choose a tag to compare

📚 PR:

  • Add support for mosquitto bridge versions 131 and 132 (#106)

v6.8.1

19 Feb 18:52
Compare
Choose a tag to compare

📚 PR:

  • fix to utf-8 clientId bug (#105)

v.6.8.0

12 Feb 18:33
Compare
Choose a tag to compare

📚 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

05 Dec 10:02
Compare
Choose a tag to compare

📚 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

08 Sep 10:00
Compare
Choose a tag to compare

📚 PR:

  • Added extra tests (#89)
  • Fix: restrict Variable Byte Integer to 24bits (#90)

v6.5.0

31 Aug 10:43
Compare
Choose a tag to compare

📚 PR:

  • Updated code to ES6 (#85)
  • convert to ES6 classes and cleanup dependencies (#87)
  • Use null prototype for userProperties (#88)