Releases: TIBCOSoftware/flogo
v0.4.1
v0.4.0
Key feature(s):
Flogo Edge Apps: Launched at TIBCO Now in Berlin and generally available via Flogo Web UI. Flogo Edge Apps is the easiest way to build apps targeting microcontrollers. We’ve built a contribution model around microcontroller platforms, triggers & activities enabling Flogo Edge Apps to be extended to support additional microcontroller platforms and sensors.
WebUI has been enhanced to include a new application profile concept, when the Microcontroller profile is selected, applications can be built to target specific microcontroller platforms (such as Arduino).
As always, this release also includes general bug fixes.
v0.3.4
v0.3.3
v0.3.2
v0.3.1
Flogo Web
Flogo Web UI has undergone a bit of a facelift, with general improvements and also the introduction of applications to better manage organize your flows.
Flogo Web UI is available via a Docker image that provides a web-based design tool and all the required dependencies to develop, test and build applications. Follow the instructions on http://flogo.io to get started.
Flogo
General bug fixes and performance improvements.
v0.3.0
Flogo Web
New Flogo Web UI docker image that provides a web-based design tool and all the required dependencies to develop, test and build flows. Follow the instructions in http://flogo.io to start the Flogo Web.
Flogo Adapters
New Flogo Adapter Trigger provides your Flogo application the ability to start a flow from a device. Use the new CLI device commands to prepare, build and update the firmware of a device. Check out the device section of flogo-cli to get started.
v0.2.3
flogo
- Corrected instructions in readme for the helloworld sample.
flogo-services
- Reimplemented flow & state services in Go to eliminate Java dependencies so that runtime footprint and docker image sizes are minimized.
flogo-cli
- Fixed incorrect type of error in the Activity.eval() method when building a custom Activity.
- Fixed missing error as return value in Trigger.stop() method when building a custom Trigger.
v0.2.2-beta1
Fixed typos & added clarification re: license