Skip to content

v0.5.1

Compare
Choose a tag to compare
@flogo-oss flogo-oss released this 05 Feb 22:13
· 258 commits to master since this release
fe27c2a

As always, we’re out to squash bugs and enhance the developer experience.

Key changes/features:

  • Iterators: Support for iterating over an array or n times and invoking a single activity.
  • Native support for AWS Lambda. A Flow can now be built to target running as a function within AWS Lambda using native Golang support.
  • Support for referencing $env & $properties for trigger settings (for example, defining the port via an environment variable)
  • CLI switch to go dep from gb. This has an impact on users of the CLI. Note the updated documentation to reflect the changes (https://tibcosoftware.github.io/flogo/flogo-cli/flogo-cli/). Any current project will need to be upgraded using the supplied CLI commands.