Skip to content

Releases: turbot/flowpipe

v1.1.0-beta.202410302254

30 Oct 23:02
c743029
Compare
Choose a tag to compare
Pre-release

v1.1.0-beta

What's new?

  • Updated Go to v1.23.0

Bug fixes

v1.0.2

28 Oct 13:52
faa0441
Compare
Choose a tag to compare

trigger run and event cleanup bug fixes

Bug fixes

  • trigger run command now exits when the execution is paused. (#962).
  • Event jsonl output file deletion is now handled correctly. (#960).

v1.0.1

25 Oct 07:56
0f60067
Compare
Choose a tag to compare

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

22 Oct 03:37
5eaabd4
Compare
Choose a tag to compare

What's new?

  • connection resource to manage credentials. Documentation.
  • connection and notifier 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 and credential_import are deprecated to be replaced with connection and connection_import.

v0.9.1

09 Sep 14:01
4467146
Compare
Choose a tag to compare

trigger introspection output fix

Bug fixes

  • trigger introspection output correctly shows param attribute. (#900)

v0.9.0

04 Sep 01:20
b16f31f
Compare
Choose a tag to compare

tags argument in pipeline param and mod variable resources

What's new?

  • tags argument in pipeline param and mod variable resources. (#898).
  • Updated Docker dependency to v27.1.2.

v0.8.1

30 Aug 09:41
79a6d77
Compare
Choose a tag to compare

Function step's source attribute fix

Bug fixes

  • source attribute in function step now evaluated relative to the its mod directory rather than the root mod directory. (#895).

v0.8.0

26 Aug 01:39
6326458
Compare
Choose a tag to compare

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

  • Function step will no longer randomly fail in slower host machines. (#888).
  • Mod variable definition now matches Powerpipe's definition. (#889).

v0.7.1

14 Aug 13:40
25311f6
Compare
Choose a tag to compare

Pipeline param validation fix

Bug fixes

  • Complex nested map data type in pipeline param no longer fails with a mismatched types error. (#879).

v0.7.0

13 Aug 22:49
3f5105a
Compare
Choose a tag to compare

On-demand trigger execution and param support for trigger.

What's new?

  • On-demand trigger execution. (#864).
  • param support for trigger. (#840).

Bug fixes

  • Complex data type in pipeline param no longer fails with a mismatched types error. (#879).
  • Pipeline param default value is not nested in a map data type. (#880).