Update dependency mqtt to v4 - abandoned #29
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.18.8
->^4.3.7
Release Notes
mqttjs/MQTT.js
v4.3.7
Compare Source
PR
fix: regression from #1401 and allow CI test failures to break gitthub workflow (#1443)
v4.3.6
Compare Source
PR
chore: update CI
fix(browser): require buffer (#1420)
fix(types): connect function proper overloads (#1416)
v4.3.5
Compare Source
PR
fix(drain-leak): fix regression introduced in #1301 (#1401)
v4.3.4
Compare Source
PR
fix(dependency): migrate LruMap from collections to lru-cache (#1396)
v4.3.3
Compare Source
PR
fix(publish): call callback when messageId available (#1393)
fix: remove collections.js depdendency from number-allocator (#1394)
PR
fix(dependencies): update collections (#1386)
v4.3.2
Compare Source
PR
fix(dependencies): update collections (#1386)
v4.3.1
Compare Source
PR
fix(dependencies): remove babel-eslint and snazzy (#1383)
v4.3.0
Compare Source
PR
refined topic alias support (#1301)
fix security vulnerability in ws stream (#1307)
skip TLS SNI if host is IP address (#1311)
update readme about vNext discussions (#1328)
update readme sample (#1331)
add support for ALPN TLS extension (#1332)
align onConnectCallback with specs expecting connack packet (#1333)
fix resubscribe messageId allocate twice (#1337)
rework examples to be a bit more specific (#1352)
readme typo fixed (#1353)
fix(typescript): use correct version of @types/ws (#1358)
fix(type): fix push properties types (#1359)
fix: audit dev dependencies (#1374)
fix(type): add properties type for IClientSubscribeOptions (#1378)
feat(client): auth handler for enhanced auth (#1380)
v4.2.8
Compare Source
PR
Fix ws vulnerability and typescript bug (#1292)
v4.2.7
Compare Source
PR
#1287 - Fix production vulnerabilities (#1289)
#1215 - Add missing 'duplexify' dependency (#1266)
Improve type definition for 'wsOptions' (#1256)
Improve Typescript Declaratiosn for userProperties (#1249)
#1235 - Call the end on the WebSocket stream when WebSocket close event is emitted. (#1239)
#1201 - Uncaught TypeError: net.createConnection is not a function. (#1236)
Improve Documentation for Browserify (#1224)
v4.2.6
Compare Source
The release history has been documented in the GitHub releases and tags historically.
v4.2.5
: (patch release)Compare Source
This release is a patch update.
📚 PR:
docs: replace moscajs with aedes (#1198)
fix(auth opts): Default to null for false-y values (#1197)
v4.2.4
Compare Source
v4.2.3
Compare Source
v4.2.2
: (patch release)Compare Source
📚 PR:
#1154: fixes #1140, detecting if webpack is used (browser)
#1162: fixes #1152, reconnect bug
#1165: fixes #1160, add documentation for react
#1171: minor docs consistency improvements
v4.2.1
Compare Source
This release is a patch update to address a bug created in release v4.2.0, breaking MQTT over Websocket in the browser. This patch fixes that.
📚 PR:
fix(websocket): browser in ws (#1145)
v4.2.0
Compare Source
📚 PR:
feat(websockets): websocket-streams to ws (#1108)
fix(browser support): do not use process.nextTick without check that it exists (#1136)
fix(browser support): correct browser detection for webpack (#1135)
fix(mqtt stores): improve error handling and tests (#1133)
feat(mqtt5): add properties object to publish options (#1103)
fix(typescript): fix payloadFormatIndicator to boolean type (#1115)
fix: path for bin files (#1107)
v4.1.0
Compare Source
📚 PR:
v4.0.1
Compare Source
📚 PR:
v4.0.0
Compare Source
v3.0.0
Compare Source
connect
event. Emitconnect
event after processing ofoutgoingStore
is completed._onConnect()
as top level function. Calledthis._setupPingTimer()
from_onConnect()
. Modifiedon('connect')
handler for resubscribe as top level function. The function is called from_onConnect()
._onConnect()
.this.firstConnection
to private member.outgoingStore
.cbStorePut
topublish
method as one of options.cbStorePut
.v2.18.9
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.