Releases: turbot/steampipe
Releases · turbot/steampipe
v0.21.8
Bug fixes
- Fix growing memory usage following file watching events when running dashboard server. (#4150)
v0.21.7
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.6
Bug fixes
- Fix
HomeDirectoryModfileCheck
returning false positive, causing errors when executing steampipe out of the home directory. (#4118)
v0.21.5
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
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
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
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