Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Mar 22, 2018
1 parent ce5ed71 commit 04069f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ Base implementation of [FBP protocol](http://flowbased.github.io/fbp-protocol/)

## Changes

* 0.9.4 (git master)
* 0.10.0 (March 22nd 2018)
- Added support for FBP Protocol 0.7
- Changed the `component:component` message to conform with the FBP protocol schema
- Ensured all graph protocol messages get a response
- Added support for the `network:control`, `network:status`, and `network:data` capabilities
- Added `runtime:packetsent` response to `runtime:packet` requests
- Added error responses for unsupported subprotocols and commands
- Improved error handling when trying to receive packets from unavailable exported outports

* 0.9.3 (February 19th 2018)
- Improved error handling when starting a new network
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "noflo-runtime-base",
"description": "Base library for building NoFlo runtimes",
"version": "0.9.3",
"version": "0.10.0",
"author": {
"name": "Henri Bergius",
"email": "henri.bergius@iki.fi"
Expand Down

0 comments on commit 04069f8

Please sign in to comment.