noflo / noflo-runtime-msgflo

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

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

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

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](https://travis-ci.org/noflo/noflo-runtime-msgflo/builds/397857765?utm_source=github_status&utm_medium=notification)

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](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 2.18.1 your tests are passing again. Downgrade this dependency πŸ“Œ.

greenkeeper[bot] commented 5 years ago

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[bot] commented 5 years ago

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[bot] commented 5 years ago

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[bot] commented 5 years ago

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[bot] commented 5 years ago

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[bot] commented 5 years ago

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