Skip to content

v0.5.2

Compare
Choose a tag to compare
@flogo-oss flogo-oss released this 22 Mar 03:28
· 224 commits to master since this release
895f145

This release captures a number of core changes and enhancements. Backward compatibility has been maintained.

Key Changes/Features

  • Subflows: The ability to invoke a flow within the same application scope as the current flow, enabling app devs to distribute app logic into logical functions/flows within the application scope.
  • Additional mapping types: Additional mapping types have been exposed to enable function-level invocation within mappings (for example, contact). *Note, the function support is not exposed via the Web UI, but is available when building your app models directly.
  • New application model: The Flogo application model has been cleaned up and simplified to expose a more intuitive format for manual editing and consumption.
  • New activity: AWS SNS
  • As always, general bug fixes and enhancements