Skip to content

Releases: mqttjs/MQTT.js

Release 5.10.1

28 Aug 11:53
Compare
Choose a tag to compare

5.10.1 (2024-08-28)

Bug Fixes

Release 5.10.0

14 Aug 11:51
Compare
Choose a tag to compare

5.10.0 (2024-08-14)

Bug Fixes

  • test: close all open connections in abstract_client test (#1917) (661c30a)
  • types: unsubscribe options type (#1921) (18a357c)

Features

  • add suback packet to subscribe callback (#1923) (93f4482)
  • add unsubscribe ack packet to the unsubscribe callback (#1922) (8bcf304)

Release 5.9.1

01 Aug 15:31
Compare
Choose a tag to compare

5.9.1 (2024-08-01)

Bug Fixes

Release 5.9.0

26 Jul 11:45
Compare
Choose a tag to compare

5.9.0 (2024-07-26)

NOTE FOR WECHAT USERS

Starting from this version you will need to add a new polifilly before importing MQTT.js. See docs

Bug Fixes

Features

Release 5.8.1

18 Jul 15:23
Compare
Choose a tag to compare

5.8.1 (2024-07-18)

Bug Fixes

Release 5.8.0

05 Jul 13:32
Compare
Choose a tag to compare

5.8.0 (2024-07-05)

Features

Release 5.7.3

26 Jun 08:42
Compare
Choose a tag to compare

5.7.3 (2024-06-26)

Bug Fixes

Release 5.7.2

19 Jun 13:11
Compare
Choose a tag to compare

5.7.2 (2024-06-19)

Bug Fixes

  • security: bump ws@8.17.1 and other audit issues (#1891) (096baaa)

Release 5.7.1

18 Jun 11:46
Compare
Choose a tag to compare

5.7.1 (2024-06-18)

Bug Fixes

Release 5.7.0

28 May 15:26
Compare
Choose a tag to compare

5.7.0 (2024-05-28)

Features

  • add unixSocket option and +unix suffix support to protocol (#1874) (1004c78)