noflo / noflo-runtime-msgflo

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

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

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 2.8.0 of mqtt just got published.

Dependency mqtt
Current Version 2.7.2
Type dependency

The version 2.8.0 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.


Release Notes v2.8.0
Commits

The new version differs by 6 commits.

  • cd454ae Bumped v2.8.0.
  • dba7cc6 Bumped ws and websocket-stream.
  • 156c1c9 Merge pull request #621 from mqttjs/fix-618
  • 42110fe Do not enqueue an unlimited amount of subscribes if disconnected
  • d297fcb Merge pull request #613 from nguyenthenguyen/master
  • bd38bc2 change docs keepalive from 10 to 60 seconds as default

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.8.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 13 commits.

  • 4408897 Bumped v2.8.1
  • 3330149 Added mqtt-nedb-store to README.
  • 65852b5 Merge pull request #624 from behrad/master
  • 8f0444e remove storePacket
  • 54a63bf remove storePacket
  • 8b55c3e Merge pull request #629 from mqttjs/added-node-8
  • 1c8c4b1 Added node 8 to .travis.yml
  • db3ce2f always call cb inside storePacket
  • 61123b0 update qos>0 queue test
  • d2f61d9 remove extra semicolon
  • 43fc38b Use Store for qos>0 packets, fixes #607, #398
  • e7e0e9c Merge pull request #620 from mqttjs/fix-616
  • ffcd1ea Link to mqtt-connection in place of the server example in the README

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.8.2 just got published.

Update to this version instead πŸš€

Release Notes v2.8.2
Commits

The new version differs by 5 commits.

  • 9116508 Bumped v2.8.2.
  • 6d3ba5b Merge pull request #631 from mqttjs/fix-regression
  • ef19204 Fixed regression introduced in #624.
  • e4df2f6 Merge pull request #627 from yohei1126/lint
  • 16c4447 tslint should be run on pre-commit

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.9.0 just got published.

Update to this version instead πŸš€

Release Notes v2.9.0
  • Do not subscribe twice if we plan to resubscribe on reconnect #635
Commits

The new version differs by 5 commits.

  • d4d287a bumped v2.9.0
  • df5123a Updated dependencies.
  • 083fdb6 Merge pull request #635 from GavinDmello/master
  • 59b8dba Added test cases for duplicate subs
  • 3f87566 Added checks for double subscription issue

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.9.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • 0b0f0c4 Bumped v2.9.1.
  • 3943439 Merge pull request #639 from yohei1126/fix_js
  • 5a6ee9f use xtend instead of extend
  • 3981b33 changed const to var
  • 3b8a9d8 the default value must be set for an empty options parameter

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.9.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 11 commits.

  • 77306c8 Bumped v2.9.2.
  • 981b0d7 Update dependencies.
  • 6d16ef4 Merge pull request #645 from peppesilletti/master
  • 735ed2d Fixes #415
  • a39e84e Merge pull request #593 from sublimator/ts-test
  • 3c1fb4c Add @types/node
  • 636e1c4 Add basic compile/connect/sub/pub TypeScript test
  • 0307b5b Merge pull request #626 from yohei1126/fix_options
  • 2d6590a revert publish/subscribe
  • c9a4af8 delete unnecessary semicolon
  • dbcaca4 fix options in subscribe and publish

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.9.3 just got published.

Update to this version instead πŸš€

Release Notes v2.9.3
Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.10.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits.

  • 5afa5ac Bumped v2.10.0.
  • 374667d Merge pull request #658 from redboltz/add_remove_outgoing_store
  • 4988a48 Called outgoing callback with Error('Message removed') if the message is removed.
  • bccd661 Changed the API name from removeOutgoingStore to removeOutgoingMessage.
  • 99a4358 Fixed object literal. Renamed parameter name to mid from messageId.
  • 0c4fdc0 Added removeOutgoingStore to the document.
  • c35e0a6 Added removeOutgoingStore function.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.11.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 5 commits.

  • fe61fea Bumped 2.11.0.
  • 0786e5e Removed tests for wx from test/mqtt.js
  • 56ebf29 Removed jshint comment
  • 6f2a4cc Merge pull request #660 from taoqf/master
  • 127ba09 add support for weapp

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.12.0 just got published.

Update to this version instead πŸš€

Release Notes v2.12.0
  • Add reconnect: falseΒ  option #665
Commits

The new version differs by 7 commits.

  • b1463af Bumped v2.12.0
  • 81b4d7c Merge pull request #665 from redboltz/resubscribe_topics_add_only_if_reconnect_set
  • f6d12f0 Remove resubscribe topics if suback error is received.
  • 37d5f1a Add resubscribe type.
  • 8b9932e Add a flag to control re-subscribe functionality.
  • 862cb41 Merge pull request #662 from imZack/patch-1
  • 04610df add .npmrc

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.12.1 just got published.

Update to this version instead πŸš€

Release Notes v2.12.1
  • Allow binary content on the CLI #680
Commits

The new version differs by 3 commits.

  • 88baa32 Bumped v2.12.1.
  • ad7e647 Merge pull request #680 from shankerwangmiao/patch-1
  • d74b9a5 allow to publish binary message

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.13.0 just got published.

Update to this version instead πŸš€

Release Notes v2.13.0
  • Enable handleMessageΒ to QoS 2 #678
Commits

The new version differs by 6 commits.

  • 4b0293c Bumped 2.13.0.
  • 3556806 Merge pull request #678 from BrandonSmith/ticket/425
  • b0a88d5 Fix code style complaints
  • a5f1c32 Tests for handleMessage under all QoS flows
  • 9b2fad7 Use test.mosquitto.org for typescript tests
  • 8c34d13 Enable handleMessage backpressure support for QoS 2 flows

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.13.1 just got published.

Update to this version instead πŸš€

Release Notes v2.13.1
  • Ignore path when connecting via TLS #700
Commits

The new version differs by 9 commits.

  • de889fe Bumped v2.13.1.
  • 9bc31e2 Removed useless .jscsrc and .jshintrc
  • db7b0d4 Merge pull request #700 from redboltz/fix_699
  • 6384341 Add unit tests.
  • 6fc0302 Ignore path when connect as MQTTS.
  • 8fe4d75 Fixed flaky tests
  • 357f341 Merge pull request #693 from Tabrizian/master
  • 2818f00 remove eslint
  • f48f1b0 update eslint to avoid a deprecated option

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.14.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 20 commits.

  • 5d4d295 Bumped v2.14.0
  • 41a82ae added node 9 to .travis.yml
  • 249b2d1 Fixed flaky test, updated deps
  • 5ffcdfe Merge pull request #707 from redboltz/fix_706
  • a84880b Used xtend for default store options.
  • 1b290bb Removed conditional Store#close() calling from mqtt.Client#end().
  • 24f2a7a Merge pull request #708 from redboltz/fix_test_description
  • 63cfd04 Replace pubrel with pubcomp.
  • 08b1849 Fixed disconnected and disconnecting status management.
  • 1661c1a Fix #706.
  • ee05456 Merge pull request #697 from prabathabey/master
  • 430e488 Refactored all instances that previously used 'assert' to use 'should'
  • de3bdb3 Allowed not to send a 'pubcomp' when 'handleMessage' method throws an error, and added test cases to test the functionality
  • ecb8e4a Merge branch 'master' of https://github.com/prabathabey/MQTT.js
  • 50d4f83 Improved 'puback' handling first proposed in the PR #697 as per the feedback received and added unit tests corresponding to the aforesaid improvement

There are 20 commits in total.

See the full diff