dependabot npm(deps): bump mqtt from 5.2.2 to 5.3.0
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 replaceduplexify
onws
ali
andwx
- Partially fixes #876 (will keep this for another PR)
- Fix bug on
ws
_writev
function- Fix bug on socket write, seems that when option
browserBufferSize
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
. Usewindow.WebSocket
for Browser andws
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
Commits
-
5e3f2da
chore(release): 5.3.0 -
0928f85
feat(browser): websockets improvements and bundle optimizations (#1732) -
24b39a5
docs: fix es6 docs - See full diff in compare view