noflo / noflo-runtime-msgflo

NoFlo runtime for AMQP/MQTT
10 stars 8 forks source link

Update mqtt to the latest version πŸš€ #167

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.3.1 of mqtt just got published.

Dependency mqtt
Current Version 2.2.1
Type dependency

The version 2.3.1 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of mqtt. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 15 commits .

  • dda7d8b Bumped v2.3.1.
  • 0e52663 Removed a const.
  • 4bda333 Merge pull request #530 from roccomuso/patch-1
  • dd067bb Using snazzy and mocha ^3.2.0
  • 980a8a8 Optimization & new security test
  • 03761cb Bumped v2.3.0.
  • 405b20f Added node v7 to .travis.yml
  • 9a38838 doc fix for getLastMessageId()
  • 668a80d Merge pull request #527 from yohei1126/last_id
  • 7722c21 fix the description for getLastMessageId
  • fe15747 change function name from getLastId to getLastMessageId
  • 5f782ff add description for getLastId to readme
  • 96f7956 add a function to get last id
  • eadbbc8 Merge pull request #522 from roccomuso/patch-1
  • 641cd29 typo fix

See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.4.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.5.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 30 commits .

  • 5622151 Bumped v2.5.0.
  • 7afe103 Merge pull request #556 from sagansystems/disconnect-before-suback-reconnect-fix
  • e9c78db Stop leaking state across tests
  • a7e9867 Move test to abstract_client.js
  • a6ff265 Merge pull request #567 from sublimator/typescript-readme
  • 1a993b4 Add TypeScript section to README
  • 33a5ccb Merge pull request #565 from sublimator/typings
  • 2a3bf8b Remove Definitely Typed badge
  • 486895d Add TypeScript types
  • dff544d Merge pull request #564 from mqttjs/async-mqtt-readme
  • e595fb5 Added note about async-mqtt
  • 6d8091d Merge pull request #558 from Dafrok/patch-1
  • b69e960 Make the indentation sweet :)
  • 9459f64 Resubscribe even if disconnect is before suback
  • a3799c0 Merge pull request #551 from sublimator/tweaks

There are 30 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.5.1 just got published.

Update to this version instead πŸš€

Release Notes v2.5.1
  • Add typescript definition to package.json #575
Commits

The new version differs by 5 commits .

  • d7e5b17 Bumped v2.5.1.
  • 0f878c7 Merge pull request #582 from andy-ms/types
  • 878b697 Publish types to NPM
  • 46dc947 Merge pull request #581 from mtnbrit/patch-1
  • 35f5d7c fix retain flag in publish, was retained typo

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.5.2 just got published.

Update to this version instead πŸš€

Release Notes v2.5.2
Commits

The new version differs by 4 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.6.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 10 commits .

  • f55a8e9 Bumped v2.6.0.
  • bd07a27 Merge pull request #594 from mqttjs/bumped-ws
  • 4917cd9 Bumped standard to v10
  • f29cf7c Bumped websocket-stream to 4.0.0.
  • c4b3af5 Merge pull request #591 from sublimator/ts-readme
  • 38ad5d8 Add "moduleResolution":"node" to TypeScript section of README
  • 9bbe45b Merge pull request #587 from yohei1126/close_callback
  • 2ccccd3 Merge pull request #590 from ranma42/patch-1
  • c8ef5ed Improve typing
  • 1effb2c add CloseCallback

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.6.1 just got published.

Update to this version instead πŸš€

Release Notes v2.6.1
  • Bumped readable-streamΒ to v2.2.9 and regenerate the prebuilt bundle.
Commits

The new version differs by 2 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.6.2 just got published.

Update to this version instead πŸš€

Release Notes v2.6.2
  • Added the error code if it could connect #599
Commits

The new version differs by 4 commits .

  • e6bd5bc Bumped v2.6.2.
  • 6eb6e70 Bumped snazzy to v7
  • 8703cb3 Merge pull request #599 from rahulbhanushali/master
  • 3338042 Updated contact event to include the return code in case of errors.

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.7.0 just got published.

Update to this version instead πŸš€

Release Notes v2.7.0
  • Add duplicate flag to publish options #603
Commits

The new version differs by 4 commits0.

  • 66aa4e6 Bumped v2.7.0.
  • cb4ff7a Merge pull request #603 from adesys/publish_duplicate
  • e065fec Added unit test for duplicate publish option
  • 6241422 Add duplicate flag to publish options

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.7.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 3 commits0.

  • 160cf7e Bumped v2.7.1.
  • c50c100 Merge pull request #606 from yohei1126/pub_options
  • 4e8fa7f Add duplicate flag to publish options in TypeScript definition

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.7.2 just got published.

Update to this version instead πŸš€

Release Notes v2.7.2
Commits

The new version differs by 3 commits0.

  • a3dcf7a Bumped v2.7.2.
  • df0ca3c Merge pull request #610 from yohei1126/fix_tls_options
  • 4eb49a8 fix type of some fileds in ISecureClientOptions

false

See the full diff