Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency mqtt to v4 - abandoned #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 2, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mqtt ^2.18.8 -> ^4.3.7 age adoption passing confidence

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:

  • ci: add debug logs to tests (#​1091)
  • chore: move cli to bin directory (#​1096)
  • chore: remove bloat from package (#​1097)
  • types: add on('connect') (#​963)
  • The protocols parameter of wx.connectSocket should be Array. (#​969)
  • [FIXED] Unsubscribe while topics are in array. (#​958)
  • Add missing "debug" dependency (#​1104)

v4.0.1

Compare Source

📚 PR:

  • refactor: better debugging (#​1085)
  • docs: knick knacks here and there (#​1087)
  • docs: better explain reconnection in readme (#​1088)

v4.0.0

Compare Source

  • refactor: callbacks on end() (#​1080)
  • chore: change workflow to v10-14 and doc fixes (#​1079)
  • feat(client): error handling and test resilience (#​1076)
  • chore: add master branch action (#​1062)
  • chore: istanbul to nyc and uglify-js to uglify-es (#​1061)
  • chore: github actions (#​1059)
  • feat: connection error handler (#​1053)
  • fix: remove only (#​1058)
  • feat: support SNI on TLS (#​1055)
  • chore: tidy up debug logs (#​1052)
  • fix various options definition for ts usage (#​1043)
  • refactor: zuul to airtap for browser testing (#​1045)

v3.0.0

Compare Source

  • mqtt 5 support
  • Notice about MQTT 5.0 added to README
  • Delayed emit timing of connect event. Emit connect event after processing of outgoingStore is completed.
  • Modified _onConnect() as top level function. Called this._setupPingTimer() from _onConnect(). Modified on('connect') handler for resubscribe as top level function. The function is called from _onConnect().
  • Passed packet to _onConnect().
  • Change this.firstConnection to private member.
  • Added Node 10 to .travis.yml
  • Merge pull request #​867 from mqttjs/add-node-ten
  • Merge pull request #​866 from ogis-fujiwara/msg-order-at-restore
  • update branch
  • Merge branch 'master' into feature-mqtt-5
  • Merge pull request #​827 from flespi-software/feature-mqtt-5
  • Add new callback called when message is put into outgoingStore.
  • Pass callback cbStorePut to publish method as one of options.
  • Merge pull request #​869 from ogis-fujiwara/cb-store-put
  • Update TypeScript declaration files for cbStorePut.
  • fix properties mqtt 5 in subscribe
  • Merge pull request #​881 from mqttjs/mqtt-5-subscribe-fix
  • Merge pull request #​872 from ogis-fujiwara/cb-store-put-ts
  • fix bug in weixin min program and add support to ali min program (#​898)
  • fix: delete completed incoming QOS 2 messages (#​893)
  • Update deps fix ci fix 9errors (#​903)
  • Fix publish interrupt during stored packets processing. (#​902)
  • fix bug in weapp (#​913)
  • Did you mean 'Support'? (#​915)
  • fix (#​917)
  • server side disconnect handling (#​926)
  • perform nextTick work only if work needs to be done (#​931)
  • resubscribe mqtt5 fix (#​946)
  • process disconnect packet w/o full destroy the connection (#​937)
  • Fixed #​952. (#​953)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency mqtt to v4 Update dependency mqtt to v4 - abandoned Jul 25, 2023
@renovate
Copy link
Author

renovate bot commented Jul 25, 2023

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant