Skip to content

Update mqtt to the latest version 🚀 - #33

Open
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/mqtt-3.0.0
Open

Update mqtt to the latest version 🚀#33
greenkeeper[bot] wants to merge 1 commit into
masterfrom
greenkeeper/mqtt-3.0.0

Conversation

@greenkeeper

Copy link
Copy Markdown

The devDependency mqtt was updated from 2.18.8 to 3.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v3.0.0
  • 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)
Commits

The new version differs by 46 commits.

  • afeded9Bumped v3.0.0
  • 481e560Fixed #952. (#953)
  • 84ca344process disconnect packet w/o full destroy the connection (#937)
  • e8de240resubscribe mqtt5 fix (#946)
  • 93046a5perform nextTick work only if work needs to be done (#931)
  • 524699dserver side disconnect handling (#926)
  • 62641d6fix (#917)
  • 034f855Did you mean 'Support'? (#915)
  • 8c9dffefix bug in weapp (#913)
  • 0379bf5Fix publish interrupt during stored packets processing. (#902)
  • 821422eUpdate deps fix ci fix 9errors (#903)
  • 9a39faafix: delete completed incoming QOS 2 messages (#893)
  • e6b5f7dfix bug in weixin min program and add support to ali min program (#898)
  • 1684819Merge pull request #872 from ogis-fujiwara/cb-store-put-ts
  • 983c71dMerge pull request #881 from mqttjs/mqtt-5-subscribe-fix

There are 46 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeperBot added a commit that referenced this pull request Jan 23, 2020
@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencymqtt was updated from 2.18.8 to 3.0.1.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 8187a82bumped v3.0.1
  • a42254afix linting
  • a31cdc2feature: add secureOptions to ISecureClientOptions for TLS (#1029)
  • 2a9b8fbRevert "fix: set default servername in tls connect (#954)"
  • 6eab2effix: set default servername in tls connect (#954)

See the full diff

greenkeeperBot added a commit that referenced this pull request Apr 27, 2020
@greenkeeper

Copy link
Copy Markdown
Author
  • The devDependencymqtt was updated from 2.18.8 to 4.0.0.

Update to this version instead 🚀

greenkeeperBot added a commit that referenced this pull request May 7, 2020
@greenkeeper

Copy link
Copy Markdown
Author

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependencymqtt was updated from 2.18.8 to 4.0.1.

Update to this version instead 🚀

greenkeeperBot added a commit that referenced this pull request May 19, 2020
@greenkeeper

Copy link
Copy Markdown
Author

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependencymqtt was updated from 2.18.8 to 4.1.0.

Update to this version instead 🚀

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants