Skip to content

Releases: turbot/flowpipe

v1.2.0

01 Aug 10:10
43d1484

Choose a tag to compare

What's new?

  • Compiled with Go 1.24.

Dependencies

  • Upgrade golang.org/x/oauth2, form-data and vite packages to remediate critical vulnerabilities.

v1.1.2-rc.3-beta.202507111227

11 Jul 12:34

Choose a tag to compare

Pre-release
Merge branch 'v1.1.x' into smoke-test-merge-develop

v1.1.2-rc.2

11 Jul 11:37

Choose a tag to compare

v1.1.2-rc.2 Pre-release
Pre-release
Refactor GitHub Actions workflows by renaming the smoke test workflow…

v1.1.2-rc.1

11 Jul 08:03

Choose a tag to compare

v1.1.2-rc.1 Pre-release
Pre-release
Enhance GitHub Actions workflows by adding a new smoke test workflow …

v1.1.1

23 Apr 07:34
744343e

Choose a tag to compare

Dependencies

  • Upgrade containerd, golang.org/x/net and vite packages to remediate moderate vulnerabilities.

v1.1.0

23 Dec 02:00
b60618a

Choose a tag to compare

CLI load performance improvement

What's new?

  • Improved CLI load time for environments with many connection resources.
  • Updated Go to v1.23.

v1.0.2

28 Oct 13:52
faa0441

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

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

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

Choose a tag to compare

trigger introspection output fix

Bug fixes

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