Skip to content

Releases: turbot/steampipe

v2.4.4

25 May 13:59
Immutable release. Only release title and notes can be modified.
49ee0b8

Choose a tag to compare

v2.4.4 (#5003)

v2.4.3

19 May 12:18
Immutable release. Only release title and notes can be modified.
f105c56

Choose a tag to compare

Bump FdwVersion to 2.2.3 (FDW security release for CVE-2026-41889) (#…

v2.4.2

22 Apr 13:49
Immutable release. Only release title and notes can be modified.
90cfc54

Choose a tag to compare

Bug fixes

  • Fix steampipe plugin install failing with an opaque 403 Forbidden when stale GHCR credentials are present in ~/.docker/config.json (e.g. from a prior docker login). Now retries the OCI pull anonymously when stored credentials are rejected. (pipe-fittings#792)

Dependencies

  • Bump pipe-fittings/v2 from v2.9.0 to v2.9.1.

v2.4.1

07 Apr 18:20
Immutable release. Only release title and notes can be modified.
d527a22

Choose a tag to compare

Harden GitHub Actions: pin actions to SHAs and set explicit permissio…

v2.4.0

27 Feb 11:56

Choose a tag to compare

Whats new

  • Compiled with Go 1.26.

v2.3.6

20 Feb 09:45
b713a4c

Choose a tag to compare

Bug fixes

  • Fix date and timestamptz display formatting in query results. (#4450)

v2.3.5

06 Feb 09:30

Choose a tag to compare

Bug fixes

  • Fix autocomplete regression where suggestions disappear when typing a table name after from . (#4928)

Dependencies

  • Updated golang.org/x/crypto package to remediate security vulnerabilities.

v2.3.4

16 Dec 16:31
a236e2c

Choose a tag to compare

Bug fixes

  • Fix database client deadlocks caused by concurrent session map access during connection pool cleanup. (#4917)

v2.3.4-rc.1

16 Dec 11:38
ef0f334

Choose a tag to compare

v2.3.4-rc.1 Pre-release
Pre-release
Fixed deadlocks on adding connections

v2.3.4-rc.0

16 Dec 08:09
1d9139d

Choose a tag to compare

v2.3.4-rc.0 Pre-release
Pre-release
Fix db client deadlocks with non-blocking cleanup and RW locks