Releases: turbot/flowpipe
Releases · turbot/flowpipe
v0.6.1
v0.6.0
New console integration for interactive workflows in the terminal, data-dir
and execution-id
flags, and bug fixes.
What's new?
- Interactive workflows in the terminal via console integration. Blog.
- Simplified progress output for
flowpipe pipeline run
command when running in Client mode and not using the--verbose
arg. --data-dir
parameter to specify the location of the event store database. (#852).--execution-id
parameter to specify custom execution id for pipeline run. (#856).- Update
Go
version to v1.22.4.
Bug fixes
v0.5.0
Mod pull
strategy, variable
list and show commands
What's new?
-
Add support for installing mods from a branch or from the local file system. (#849).
To install from a branch:
flowpipe mod install github.com/turbot/flowpipe-mod-aws-thrifty#main
To reference a mod in the local file system:
flowpipe mod install ../mods/local_mod_folder
-
Add
--pull
flag tomod
command to control the mod update strategy. (#849). Possible update strategies are:full
- check branch and tags for both latest and accuracylatest
- update everything to latest, but only branches - not tags - are commit checked (which is the same as latest)development
- update branches and broken constraints to latest, leave satisfied constraints unchangedminimal
- only update broken constraints, do not check branches for new commits
- Variable list and show commands. (#373)
Bug fixes
- Pipeline references declared in subsequent files are correctly identified and processed.
- Preserves pipeline params ordering as specified in the pipeline definition. (#408)
v0.4.6
v0.4.5
v0.4.4
Query step args attribute, file watcher, duplicate step names and invalid notifier reference fixes
Bug fixes
v0.4.3
Lazy create flowpipe.db
, max_concurrency
and HTTP integration output fixes
Bug fixes
v0.4.2
v0.4.1
Erroneous error message, max_concurrency
, try()
function and URL bug fixes
Bug fixes
- Input step respects the
max_concurrency
argument. (#798). - Erroneous error message detecting a missing credential where there isn't one.
- HCL
try()
function should be evaluated at runtime rather than parse time. - Integration and input step URLs should use the provided custom host & port. (#792).
- Shows filename and line number for invalid step references.
v0.4.0
Microsoft Teams integration and CLI argument bug fix
What's new?
- Microsoft Teams integration. Documentation.
Bug fixes