Releases: mqttjs/MQTT.js
Releases Β· mqttjs/MQTT.js
Release 5.13.0
5.13.0 (2025-05-09)
Features
- add
subscribeBatchSize
option to split subscribe packets for AWS IoT Core (#1995) (6b719c8)
Release 5.12.1
5.12.1 (2025-05-06)
Bug Fixes
- add
@typescript-eslint/consistent-type-imports
rule and normalised all imports (640cd3b)
Release 5.12.0
5.12.0 (2025-04-28)
Features
- exports: add react-native entry point to package.json (#1988) (622d3d8)
Release 5.11.1
5.11.1 (2025-04-23)
Bug Fixes
- deps: removed unused 'reinterval' dependency and move two @type/ dependencies to devDependencies. (bb8c694)
Release 5.11.0
5.11.0 (2025-04-10)
Bug Fixes
- correct return type of
validateTopis
to include null
(#1979) (935784a)
Features
Release 5.10.3
5.10.3 (2024-11-26)
Bug Fixes
- add option to reconnect if connack has an error code (#1948) (fa19586)
Release 5.10.2
5.10.2 (2024-11-13)
Features
- electron-test: move third hosted broker to self hosted broker (#1926) (1ca3f9e)
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)