Releases: project-flogo/core
Releases · project-flogo/core
v1.6.3
What's Changed
- fix shared data delete due to concurrent map writes by @abhijitWakchaure in #271
New Contributors
- @abhijitWakchaure made their first contribution in #271
Full Changelog: v1.6.2...v1.6.3
v1.6.2
What's Changed
- Update LICENSE by @JGrotex in #266
- Engine will gracefully shutdown even before FLOGO_APP_DELAYED_STOP_IN… by @milanbhagwat in #268
New Contributors
- @JGrotex made their first contribution in #266
- @milanbhagwat made their first contribution in #268
Full Changelog: v1.6.1...v1.6.2
v1.6.2-rc.1
What's Changed
- Update LICENSE by @JGrotex in #266
- Engine will gracefully shutdown even before FLOGO_APP_DELAYED_STOP_IN… by @milanbhagwat in #268
New Contributors
- @JGrotex made their first contribution in #266
- @milanbhagwat made their first contribution in #268
Full Changelog: v1.6.1...v1.6.2-rc.1
v1.6.1
v1.6.1-rc.1
What's Changed
- Trace context enhancements by @vijaynalawade in #265
Full Changelog: v1.6.0...v1.6.1-rc.1
v1.6.0
What's Changed
- Make IsConditionalMapping to public by @lixingwang in #260
- Give correct error message while condition mapper key is empty by @lixingwang in #262
- Stopping/Starting all triggers by @vijaynalawade in #261
- fix given wrong key by @lixingwang in #263
- Merge Stateful service feature into master by @lixingwang in #264
Full Changelog: v1.5.0...v1.6.0
v1.6.0-rc.2
fix given wrong key (#263)
v1.6.0 RC.1
v1.6.0-rc.1 Missed change
v1.5.0
- Fixed Extral index field has been added in array mapping
- FIxed trigger startup order issue
- Move handler time log to debug level
v1.4.0
- Added event id per handle to action request
- Print error stack trace when only on debug level or lower
- Few bugs fixes