Skip to content

dependabot npm(deps): bump mqtt from 5.2.2 to 5.3.0

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

Bumps mqtt from 5.2.2 to 5.3.0.

Release notes

Sourced from mqtt's releases.

Release 5.3.0

5.3.0 (2023-11-18)

This release comes with many improvements on browser side:

  • Create an util class BufferedDuplex to replace duplexify on ws ali and wx
  • Partially fixes #876 (will keep this for another PR)
  • Fix bug on ws _writev function
  • Fix bug on socket write, seems that when optionbrowserBufferSize is reached (defaults to 512kB) this not only wasn't blocking the writes to socket but was also causing duplicated messages. For sure there were some open issues caused by this
  • Improve types in ws. Use window.WebSocket for Browser and ws module types for Node
  • Significatly reduces bundle size by ~24% (90kB)
  • Improved browser tests to subscribe to different topics to prevent false positives when running concurrently

Features

  • browser: websockets improvements and bundle optimizations (#1732) (0928f85)
Changelog

Sourced from mqtt's changelog.

5.3.0 (2023-11-18)

Features

  • browser: websockets improvements and bundle optimizations (#1732) (0928f85)
Commits

Merge request reports

Loading