Releases: mqttjs/MQTT.js
Releases Β· mqttjs/MQTT.js
Release 5.10.0
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
5.9.1 (2024-08-01)
Bug Fixes
Release 5.9.0
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
5.8.1 (2024-07-18)
Bug Fixes
Release 5.8.0
5.8.0 (2024-07-05)
Features
Release 5.7.3
5.7.3 (2024-06-26)
Bug Fixes
Release 5.7.2
5.7.2 (2024-06-19)
Bug Fixes
Release 5.7.1
5.7.1 (2024-06-18)
Bug Fixes
Release 5.7.0
5.7.0 (2024-05-28)
Features
- add
unixSocket
option and +unix
suffix support to protocol (#1874) (1004c78)