Steampipe CLI v0.24.0 - Updated query JSON output format to add columns property containing the column information

Sep 05, 2024steampipe

Whats new

  • Added the ability to configure plugin startup timeout. (#4320)
  • Installed FDW and embedded Postgres database from GHCR instead of GCP. (#4344)
  • Updated query JSON output format to add a columns property containing the column information. This allows us to handle duplicate column names by appending a unique suffix to duplicate column name (#4317)

Existing query JSON format:

New query JSON format(with new columns property):

Bug fixes

  • Fixed the issue where the plugin manager was incorrectly reporting a shutdown. (#4365)