Skip to content

0.0.5-alpha ✔️

Build time: 2023-12-31T02:14:25+02:00
Commit Ref: a620a72
Docker tag: sirveo/sirveo-alpha:0.0.5-alpha

Breaking Changes

None.

Features

  • ⚡😀 ui: add block type input-password
  • ⚡😀 ui: reorder web flow step handlers
  • ⚡😀 ui: reorder task flow levels
  • ⚡🔥 ui: add basic flow import
  • ⚡🔥 subflow node: allow JSON input data override on node configuration, which significantly simplifies passing data to subflows
  • ⚡🔥 http node: add post-processing javascript code
  • ⚡🔥 web flows: step transition from init-mode handlers now initializes the target step, with recursion and loop protection
  • ⚡🔥 web flow nodes can now use input from other nodes (in the same handler chain)
  • ⚡ add $last variable to task & web flow condition context

Fixes

  • 🐞 fix that task flow levels didn’t honor Stop-On-Match
  • 🐞 fix that web flow to-step handlers didn’t stop handler stack
  • 🐞 fix that webhook, link and test API routes populate engine RunMode and RunSource correctly
  • 🐞 fix that engine populates meta:exec_mode correctly
  • 🐞 ui: fix task node snapping bug
  • 🐞 ui: fix node filtering logic when adding nodes
  • 🐞 ui: fix typo for deactivate flow button
  • 🐞 ui: fix that adding and reordering web flow handlers breaks sort order
  • 🐞 ui: fix web flow handler ordering bug
  • 🐞 ui: fix that logout from editor causes JS exception

Enhancements

  • 🔼😀 ui: confirm delete of task flow levels
  • 🔼😀 ui: closing web flow handler view stays on handler list
  • 🔼😀 ui: web flow handler list now links to nodes and steps
  • 🔼 ui: hide add node tab for task flows
  • 🔼😀 web flows / handler condition errors now indicate which handler they are attached to
  • 🔼⚙️ engine: always set meta:parent_flow_* keys
  • 🔼⚙️ engine: populate store meta:node_*