Skip to content

Releases: mqttjs/MQTT.js

Release 5.13.0

09 May 10:28
Compare
Choose a tag to compare

5.13.0 (2025-05-09)

Features

  • add subscribeBatchSize option to split subscribe packets for AWS IoT Core (#1995) (6b719c8)

Release 5.12.1

06 May 15:59
Compare
Choose a tag to compare

5.12.1 (2025-05-06)

Bug Fixes

  • add @typescript-eslint/consistent-type-imports rule and normalised all imports (640cd3b)

Release 5.12.0

28 Apr 15:24
Compare
Choose a tag to compare

5.12.0 (2025-04-28)

Features

  • exports: add react-native entry point to package.json (#1988) (622d3d8)

Release 5.11.1

23 Apr 14:10
Compare
Choose a tag to compare

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

10 Apr 07:00
Compare
Choose a tag to compare

5.11.0 (2025-04-10)

Bug Fixes

  • correct return type of validateTopis to include null (#1979) (935784a)

Features

Release 5.10.4

26 Feb 07:32
Compare
Choose a tag to compare

5.10.4 (2025-02-26)

Bug Fixes

Release 5.10.3

26 Nov 15:29
Compare
Choose a tag to compare

5.10.3 (2024-11-26)

Bug Fixes

  • add option to reconnect if connack has an error code (#1948) (fa19586)

Release 5.10.2

13 Nov 07:59
Compare
Choose a tag to compare

5.10.2 (2024-11-13)

Features

  • electron-test: move third hosted broker to self hosted broker (#1926) (1ca3f9e)

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)