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

Update microflo to the latest version 🚀 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Dec 31, 2017

Version 0.6.0 of microflo was just published.

Dependency microflo
Current Version 0.5.2
Type devDependency

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

It might be worth looking into these changes and trying to get this project onto the latest version of microflo.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 44 commits ahead by 44, behind by 1.

  • 002605e Release 0.6.0
  • 0f1ca8b Merge pull request #166 from microflo/component-search
  • 20e0b05 generate: Ensure includes are to file with absolute paths
  • e9cfb5a ComponentLibrary: Remove loadSetFile()
  • ea4c146 microflo: Remove --library in favor of --components
  • ed1a92f ComponentLibrary: Resolve paths when loading
  • 609c71e ComponentLibrary: Implement loadPaths()
  • a17ad4b Merge pull request #164 from microflo/bump-baudrate
  • b236704 Merge pull request #165 from microflo/greenkeeper/webpack-3.10.0
  • 9fe35c0 Only remove upload command, not Runtime.uploadGraph()
  • 725e960 Revert "microflo: Remove upload command"
  • f4b5a3e Change default baudrate to 115200
  • dba80c3 Merge pull request #163 from microflo/up
  • e5a9faa README: Fixup intro
  • 94b4bc8 engine: Rename no-longer-used MsgSetup

There are 44 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 🌴

greenkeeper bot added a commit that referenced this pull request Jan 6, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 6, 2018

Version 0.6.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • cd0aaa4 Release 0.6.2
  • 1084f1b generate: Fix --prepend not optional
  • ecb2834 Release 0.6.1
  • 6e04604 generate: Support --prepend-file option
  • 2605e77 Add logo sketch
  • 9bfe0a1 CHANGES: Add a summary for 0.6
  • 60cd344 Travis: Use absolute paths for PATH
  • e2c3b0f Travis: Check for ARM gcc on PATH
  • abcf7eb Make: Remove unused define
  • 89b0222 Travis: Add libmosquitto to linker path
  • 377ae07 Travis: Ref non-standard libmosquitto
  • fd39ee5 Travis: Remove last use of sudo
  • 11e116c Travis: Reduce use of sudo

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 24, 2018

Version 0.6.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 16 commits.

  • fcec8ba Bump
  • 0b0358f generate: Fix invalid C++ for port name arrays
  • 47d4caa CHANGES: Add MQTT host transport feature
  • 71b4f8f mqtt: Make dependency
  • 2e849e7 Merge pull request #175 from microflo/mqtt-transport
  • 7e2c67f tests: Also run fbp-specs using MQTT transport
  • 8e31933 runtime: Remove dead code
  • 2f8cce3 LinuxMqtt: Don't do debug by default
  • 12bcbb3 braindump: Notes on protocol improvements
  • dd7adba LinuxMqtt: Fix log flushing
  • 9529fa9 LinuxMqtt: Support sending microflo FBCS messages
  • 551bd0a mqtt: Remove console.log
  • 261ea4f runtime: Support MQTT transport
  • 698c0bc commandstream: Expose commands
  • a34499e Merge pull request #169 from microflo/greenkeeper/mocha-5.0.0

There are 16 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 25, 2018

Version 0.6.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2018

Version 0.6.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • 13f4427 Bump
  • fd83168 Merge pull request #179 from microflo/fbp-client
  • 1157cef fbp-protocol: Bump to version 0.7
  • fa32327 runtime: Set graph name initially
  • 9cfaeb2 fbp-protocol: Tweak network:data and runtime:packet
  • 717d320 fbp-protocol: Provided bogus port in runtime:packetsent
  • ce83ebb fbp-protocol: Avoid extra props on runtime:packet payload
  • 1b63ee5 Leave runtime:packetsent as invalid
  • d01cfb2 fbp-protocol: More missing values
  • 6eb1440 fbp-protocol: Use standard runtime:packetsent message
  • 02f15ad fbp-protocol: Add missing .graph values
  • 223a549 braindump: More protocol sketches
  • 099de23 braindump: Notes on Flowhub IoT kit

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 16, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 16, 2018

Version 0.6.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • 577d08a Release 0.6.6
  • 12bc853 Merge pull request #181 from microflo/protocol-fixes
  • cd82e7d protocol: Send FBP error messages instead of crashing
  • aa79288 Allow --secret flag for microflo runtime
  • f51105c protocol: Implement response for add/removeedge
  • dd66d3f protocol: Ack for addinitial and changeedge
  • 9368d1e Don't include secret in responses
  • 4186489 Avoid non-string secret when passing dummy variable
  • 341a8e0 Tweak console output a bit
  • 1dd9056 Live URL: Fix warning from Flowhub about missing type

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

Successfully merging this pull request may close these issues.

0 participants