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 v3 #1319

Merged
merged 2 commits into from
Jun 3, 2019

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 27, 2019

This PR contains the following updates:

Package Type Update Change
mqtt dependencies major ^2.18.8 -> ^3.0.0

Release Notes

mqttjs/MQTT.js

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)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 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 Renovate Bot. View repository job log here.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 27, 2019
@renovate-bot renovate-bot force-pushed the renovate/mqtt-3.x branch 2 times, most recently from 684ca41 to 9aae919 Compare May 29, 2019 19:37
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label May 29, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label May 29, 2019
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label May 30, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label May 30, 2019
@renovate-bot renovate-bot force-pushed the renovate/mqtt-3.x branch 2 times, most recently from 7fb3792 to bec72df Compare May 31, 2019 17:34
@renovate-bot renovate-bot changed the title fix(deps): update dependency mqtt to v3 Update dependency mqtt to v3 May 31, 2019
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Jun 1, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Jun 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants