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

An in-range update of mqtt is breaking the build 🚨 #223

Open
greenkeeper bot opened this issue Jun 28, 2018 · 7 comments
Open

An in-range update of mqtt is breaking the build 🚨 #223

greenkeeper bot opened this issue Jun 28, 2018 · 7 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jun 28, 2018

Version 2.18.2 of mqtt was just published.

Branch Build failing 🚨
Dependency mqtt
Current Version 2.18.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

mqtt is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v2.18.2
  • Use protocol from server list if available #805
Commits

The new version differs by 5 commits.

  • d556676 Bumped v2.18.2.
  • 96fd283 Merge pull request #805 from wcatron/fix-protocol-option
  • b9770be Setup default protocol when not defined in servers. Modifty unit test.
  • 685684b Add typescript definition for protocol in servers.
  • 85564a5 Use protocol from server list if available.

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 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 28, 2018

After pinning to 2.18.1 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 19, 2018

Version 2.18.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v2.18.3
  • Fixed mqtts example #842
  • start messageId from 1 #841
Commits

The new version differs by 8 commits.

  • 274511d Bumped v2.18.3
  • cf5125c Updated dev dependencies
  • 83f3b3d Merge pull request #841 from Degola/master
  • cbd1630 Merge pull request #843 from num-lock/tls-client-example-fix
  • 8a4814e Fixed invalid protocol definition in TLS client example.
  • a188757 Solves issue #810:
  • 51bb9d5 Merge pull request #835 from cbdyzj/patch-1
  • 39ca5e3 Fix typo

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2018

Version 2.18.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v2.18.4
  • Fixed resend functionality #852
Commits

The new version differs by 15 commits.

  • e776bfc Bumped v2.18.4.
  • 286510b Merge pull request #852 from redboltz/fix_publish_resend_add_pubrel_resend
  • b88c292 Fixed resend functionality.
  • e6409a6 Merge pull request #848 from davideicardi/patch-1
  • 4a4b5a0 Improved example with subscribe callback.
  • 1436372 Merge pull request #845 from aminahmedkhan/master
  • 40e12f7 fix type in removeOutgoingMessage(mid) doc
  • 274511d Bumped v2.18.3
  • cf5125c Updated dev dependencies
  • 83f3b3d Merge pull request #841 from Degola/master
  • cbd1630 Merge pull request #843 from num-lock/tls-client-example-fix
  • 8a4814e Fixed invalid protocol definition in TLS client example.
  • a188757 Solves issue #810:
  • 51bb9d5 Merge pull request #835 from cbdyzj/patch-1
  • 39ca5e3 Fix typo

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 23, 2018

Version 2.18.5 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v2.18.5
  • resend inflight messages in order #854 #857
Commits

The new version differs by 6 commits.

  • 797f9ea Bumped v2.18.5.
  • 4263a75 Removed nsp
  • fd60ec9 Fixed tests on Mac OS X
  • 428033c Merge pull request #857 from redboltz/preserve_inflights_order
  • 71a178d Added the comment why es6-map is needed.
  • 04813da Fixed #854.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 25, 2018

Version 2.18.6 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v2.18.6
  • Proper use of 'readable' event #859
Commits

The new version differs by 10 commits.

  • bb3de0d Bumped v2.18.6.
  • 9a3ff89 Merge pull request #859 from mqttjs/fix-use-of-readable
  • 59fd16e destroy the ongoing stream in case of a disconnect
  • f41ea10 Proper use of 'readable' event.
  • 797f9ea Bumped v2.18.5.
  • 4263a75 Removed nsp
  • fd60ec9 Fixed tests on Mac OS X
  • 428033c Merge pull request #857 from redboltz/preserve_inflights_order
  • 71a178d Added the comment why es6-map is needed.
  • 04813da Fixed #854.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 26, 2018

Version 2.18.7 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 13 commits.

  • 0c9cd0d Bumped v2.18.7
  • 38ce145 Merge pull request #860 from redboltz/removed_duplicated_tests
  • 38c77a1 Added packet type (cmd) for existing replace test for store.
  • bb3de0d Bumped v2.18.6.
  • 9a3ff89 Merge pull request #859 from mqttjs/fix-use-of-readable
  • 59fd16e destroy the ongoing stream in case of a disconnect
  • f41ea10 Proper use of 'readable' event.
  • 797f9ea Bumped v2.18.5.
  • 4263a75 Removed nsp
  • fd60ec9 Fixed tests on Mac OS X
  • 428033c Merge pull request #857 from redboltz/preserve_inflights_order
  • 71a178d Added the comment why es6-map is needed.
  • 04813da Fixed #854.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 30, 2018

Version 2.18.8 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v2.18.8
  • Add error handling for the storage handling in QoS 2 #864
Commits

The new version differs by 20 commits.

  • d138144 bumped v2.18.8
  • adff840 Merge pull request #864 from redboltz/fix_store_pub_after_proc
  • d7391a9 Replaced function () {} with nop
  • 4a7e90b Replaced setTimeout() with process.nextTick()
  • a981d02 Fixed the way to provide default empty function.
  • aa5647d Refined null callback handling.
  • a1af37a Added error handling to imcomingStore.put callback in _handlePublish.
  • 0c9cd0d Bumped v2.18.7
  • 38ce145 Merge pull request #860 from redboltz/removed_duplicated_tests
  • 38c77a1 Added packet type (cmd) for existing replace test for store.
  • bb3de0d Bumped v2.18.6.
  • 9a3ff89 Merge pull request #859 from mqttjs/fix-use-of-readable
  • 59fd16e destroy the ongoing stream in case of a disconnect
  • f41ea10 Proper use of 'readable' event.
  • 797f9ea Bumped v2.18.5.

There are 20 commits in total.

See the full diff

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

No branches or pull requests

0 participants