Skip to content

dependabot npm(deps): bump mqtt from 5.9.1 to 5.10.0

Depen d'Abot requested to merge dependabot-npm_and_yarn-mqtt-5.10.0 into master

Bumps mqtt from 5.9.1 to 5.10.0.

Release notes

Sourced from mqtt's releases.

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)
Changelog

Sourced from mqtt's changelog.

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)
Commits
  • 395e066 chore(release): 5.10.0
  • 661c30a fix(test): close all open connections in abstract_client test (#1917)
  • 93f4482 feat: add suback packet to subscribe callback (#1923)
  • 8bcf304 feat: add unsubscribe ack packet to the unsubscribe callback (#1922)
  • 18a357c fix(types): unsubscribe options type (#1921)
  • dec1012 chore(deps): audit fix and removed useless deps (#1918)
  • See full diff in compare view

Merge request reports

Loading