Skip to content

Releases: turbot/steampipe

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

v2.3.3

15 Dec 13:29
a493462

Choose a tag to compare

Memory and Resource Management

  • Fix query history memory leak due to unbounded growth. (#4811)
  • Fix unbounded growth in autocomplete suggestions maps. (#4812)
  • Fix goroutine leak in snapshot functionality. (#4768)

Context and Synchronization

  • Fix RunBatchSession blocking when initData.Loaded never closes. (#4781)

File Operations and Installation

  • Fix atomic write to prevent partial files during export. (#4718)
  • Fix atomic OCI installations to prevent inconsistent states. (#4758)
  • Fix atomic FDW binary replacement. (#4753)
  • Fix disk space validation before OCI installation. (#4754)

General Fixes

  • Improved SQL query parameterization in connection state management to prevent SQL injections. (#4748)
  • Increase snapshot row streaming timeout from 5s to 30s. (#4866)

Dependencies

  • Updated containerd and crypto packages to remediate vulnerabilities.

v2.3.3-rc.1

20 Nov 07:38
d5879c5

Choose a tag to compare

v2.3.3-rc.1 Pre-release
Pre-release
Update FDW version to 2.1.4

v2.3.2

03 Nov 09:15
b41fbe3

Choose a tag to compare

Bug fixes

  • Fix Linux builds by aligning the glibc baseline with supported distros to restore compatibility. (#4691)

v2.3.2-rc.0

03 Nov 05:37
51b97b8

Choose a tag to compare

v2.3.2-rc.0 Pre-release
Pre-release
update smoke tests to use net plugin

v2.3.1

31 Oct 11:40
119d7dd

Choose a tag to compare

Bug fixes

  • Fix issue where MacOS binaries failed to run due to absolute openssl paths and incorrect minimun OS version requirement. (#4679)

v2.3.1-rc.1

31 Oct 07:53
18ffdcd

Choose a tag to compare

v2.3.1-rc.1 Pre-release
Pre-release
new PostgresImageDigest