flogo v0.5.2 Release Notes

Release Date: 2018-03-22 // about 6 years ago
  • ๐Ÿš€ 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