Releases: turbot/flowpipe
Releases · turbot/flowpipe
v1.1.0-beta.202410302254
v1.1.0-beta
What's new?
- Updated Go to v1.23.0
Bug fixes
v1.0.2
v1.0.1
JSON output, input variable and pipeline pause bug fixes
Bug fixes
- Fix crashing cases when using
--output json
. (#594). - Coerce variables set in interactive console to their declared type. (#595).
- Nested pipelines now correctly pauses parent pipelines. (#955).
- Pipeline with
max_concurrency
setting is now automatically paused and will successfully resume. (#957). form_url
is now sanitized.
v1.0.0
What's new?
connection
resource to manage credentials. Documentation.connection
andnotifier
types for variables and params. (#871)enum
validation for variables and params.- Defined exit codes for various CLI operations. Documentation.
Bug fixes
- Passing pipeline references to nested mods for execution. (#908)
- Do not crash if pipeline reference is set to a string. (#911)
Deprecation
credential
andcredential_import
are deprecated to be replaced withconnection
andconnection_import
.
v0.9.1
v0.9.0
v0.8.1
v0.8.0
trigger list
command change, function step
and mod variable
bug fixes
What's new?
trigger list
command includes triggers from root mod's immediate dependencies. (#892).
Bug fixes
v0.7.1
v0.7.0
On-demand trigger execution and param
support for trigger.
What's new?
Bug fixes