All Versions
10
Latest Version
Avg Release Cycle
36 days
Latest Release
2171 days ago
Changelog History
Changelog History
-
v0.5.8
February 06, 2019 -
v0.5.7
November 12, 2018 -
v0.5.6
August 13, 2018 -
v0.5.5 Changes
June 30, 2018🚀 This release focuses on on squashing bugs, as well as the introduction of the Golang API.
🔋 Features Added
- Golang API: Enables Go developers to leverage activities, triggers and flows within their own Go applications. (#289)
- Array length function for conditions (#282)
💻 Flogo Flows Web UI
- 🔧 Trigger configurations now support referencing of $property & $env
- 🏗 Build and target shim triggers from UI (#252)
🐛 Bugs Squashed
- Array mapping fails (#281)
- 💻 Web UI: Manually added properties in property bag are lost in app import/export (#205)
- While importing Json file Flow description values are not retained. (#258)
- 📜 Parse ternary expression failed (TIBCOSoftware/flogo-lib#194)
- Going into infinite loop in error handle flow while iterate activity mapping error (TIBCOSoftware/flogo-lib#193)
- 👌 Support expression mapping in iterate (TIBCOSoftware/flogo-lib#192)
- Engine hangs when a flow has multiple reply activities (TIBCOSoftware/flogo-lib#181)
- 🛠 fix subflow activity to handle call to flow with no inputs/outputs (TIBCOSoftware/flogo-contrib#262)
- ⚡️ Lambda trigger updates (TIBCOSoftware/flogo-contrib#256)
- REST trigger POST data: What are the accepted types? (#285)
- Expect proper error message to user: Flogo FAAS (#286)
- 🔧 Invoke Lambda MissingRegion: could not find region configuration (#274)
-
v0.5.4 Changes
May 18, 2018🚀 This release is a minor release focusing on squashing bugs. No new major features have been added.
🐛 Bugs Squashed
- Array input to flow throwing a conversion error (#212)
- Cannot iterate over an output array from a previous activity (#213)
- 🛰 Lambda trigger does not return proper payload on APIGW request (#249)
- ✂ Remove
Reply (Legacy)
(#219) - Iterator: unable to evaluate path (#272)
- Iterator does not recognize my map attribute (#273)
- 🔊 Flogo webui reports successful install when logs show fail (#195)
- 💻 Flogo Web: If activity/trigger fails to install web ui does not recover from failure (#114)
- 🛠 Fix an issue to recongnize boolean in expression condition (TIBCOSoftware/flogo-lib#152)
🔋 Features Added
- OOB Memory and CPU profiling for Flogo application binaries (#243)
- ✨ Enhance support for Application Properties (#226)
- Mapper functions exposed via the WebUI
- 👌 Support expression on object mapping (TIBCOSoftware/flogo-lib#144)
- 👌 Support keyword nil in expression (TIBCOSoftware/flogo-lib#167)
-
v0.5.3 Changes
March 30, 2018🚀 This release is a minor release focusing just on squashing bugs. No new features have been added.
🐛 Bugs Squashed
- 🌲 Panic thrown with invalid Log level (#204)
- 0️⃣ Mapper functions imported by default (TIBCOSoftware/flogo-lib#153)
- 👀 Introduced string.ignoreCaseEquals mapper function (TIBCOSoftware/flogo-lib#153)
- Timer trigger starts flow immediately for past date (TIBCOSoftware/flogo-contrib#236)
- Unhandled flow errors are not propagated (TIBCOSoftware/flogo-contrib#235)
- Resolved an issue where the iterator would throw an error preventing the app from starting (#207)
-
v0.5.3-rc1
March 26, 2018 -
v0.5.2 Changes
March 22, 2018🚀 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
-
v0.5.2-rc4
March 17, 2018 -
v0.5.2-rc2
March 15, 2018