Skip to content

Releases: turbot/steampipe

v0.21.8

23 Feb 14:33
Compare
Choose a tag to compare

Bug fixes

  • Fix growing memory usage following file watching events when running dashboard server. (#4150)

v0.21.7

09 Feb 16:17
Compare
Choose a tag to compare

Bug fixes

  • Fix variables not being reloaded after file watch event. (#4123)
  • Fix modfile being left invalid after mod uninstall. Fix variables not being reloaded after file watch event. (#4124)

v0.21.7-rc.0

09 Feb 13:51
bbc3851
Compare
Choose a tag to compare
v0.21.7-rc.0 Pre-release
Pre-release
Use fdw v1.9.3 (#4125)

v0.21.7-alpha.0

08 Feb 12:08
Compare
Choose a tag to compare
v0.21.7-alpha.0 Pre-release
Pre-release
fix logging crash

v0.21.6

06 Feb 12:31
Compare
Choose a tag to compare

Bug fixes

  • Fix HomeDirectoryModfileCheck returning false positive, causing errors when executing steampipe out of the home directory. (#4118)

v0.21.5

05 Feb 17:55
Compare
Choose a tag to compare

Bug fixes

  • Fixes UI freeze when prompting for workspace variables. (#4105)
  • Fixes dependency variable validation - was failing if dependency variable value was set in the vars file. (#4110)

v0.21.4

23 Jan 12:25
Compare
Choose a tag to compare

Bug fixes

  • Fixed schema clone function failing if table has an LTREE column. (#4079)
  • Maintain the order of execution when running multiple queries in batch mode. (#3728)
  • Fixes issue where using any meta-command would load connection state even if not required. (#3614)
  • Fixes issue where plugin version backfilling would write versions.json to cwd if the plugin folder is not found. (#4073)
  • Simplifies and fix available port check. (#4030)

v0.21.3

05 Jan 15:21
Compare
Choose a tag to compare

Whats new

  • Allow using pprof on FDW when STEAMPIPE_FDW_PPROF environment variable is set. (#368)

Bug fixes

  • Set connection state to error if plugin load fails. (#4043)
  • Fixes incorrect row count in timing output for aggregator connections. (#402)
  • OpenTelemetry metric names must only contain [A-Za-z0-9_.-]. (#369)
  • Maintain the order of execution when running multiple queries in batch mode. (#3728)

v0.21.2

12 Dec 15:28
Compare
Choose a tag to compare

Whats new

  • Add steampipe_plugin_column introspection table to the steampipe_internal schema. (#4003)

Bug fixes

  • Fixes issue where a query would return 'null' for an empty result set when output is set to json. (#3955)
  • Fix custom registries bugs
  • Clean up apt temporary files in Dockerfile

v0.21.2-rc.3

08 Dec 12:10
62af6d3
Compare
Choose a tag to compare
v0.21.2-rc.3 Pre-release
Pre-release
Prevent operators <>, > < in steampipe_plugin_column table being html…