steampipe

Zero-ETL, infinite possibilities. Live query APIs, code & more with SQL. No DB required.

AGPL-3.0 License

Stars
6.9K
Committers
44

Bot releases are visible (Hide)

steampipe - v0.20.0-alpha.9

Published by kaidaguerre over 1 year ago

steampipe - v0.20.0-alpha.8

Published by kaidaguerre over 1 year ago

steampipe - v0.20.0-alpha.7

Published by kaidaguerre over 1 year ago

steampipe - v0.19.5

Published by kaidaguerre over 1 year ago

steampipe - v0.20.0-alpha.6

Published by kaidaguerre over 1 year ago

steampipe - v0.20.0-alpha.5

Published by kaidaguerre over 1 year ago

steampipe - v0.20.0-alpha.4

Published by kaidaguerre over 1 year ago

steampipe - v0.19.5-alpha.0

Published by kaidaguerre over 1 year ago

steampipe - v0.19.4

Published by kaidaguerre over 1 year ago

steampipe - v0.19.4-alpha.0

Published by kaidaguerre over 1 year ago

steampipe - v0.20.0-alpha.3

Published by kaidaguerre over 1 year ago

steampipe - v0.20.0-alpha.2

Published by kaidaguerre over 1 year ago

steampipe - v0.19.3

Published by kaidaguerre over 1 year ago

Bug fixes

  • Fix issue where the json output of variable list command was returning wrong values for value and value_default fields. (#3265)
  • Fix dashboard UI crash when select inputs return null labels or values. (#3244)
steampipe - v0.20.0-test.1

Published by kaidaguerre over 1 year ago

steampipe - v0.20.0-alpha.1

Published by kaidaguerre over 1 year ago

steampipe - v0.20.0-alpha.0

Published by kaidaguerre over 1 year ago

steampipe - v0.19.2

Published by kaidaguerre over 1 year ago

What's new?

  • When creating a query snapshot, respect the snapshot-title arg when assigning a title to the dashboard. (#3233)
steampipe - v0.19.1

Published by kaidaguerre over 1 year ago

Bug fixes

  • Fix service stop failing if invoked directly after a schema change notification. (#3206)
steampipe - v0.19.0

Published by kaidaguerre over 1 year ago

What's new?

  • Add support for aggregator connections with dynamic tables. (#2886)
  • Support updating of dynamic plugin schemas based on file watching events (e.g. a new csv file is created in a watched location) (#2767)
  • Make workspace loading asynchronous. (#3123)
  • Make database start timeout configurable. (#3038)
  • When initialising interactive mode, instead of showing Initializing..., show the current status. (#3077)
  • Show the exported file location when --progress flag is enabled. (#2860)
  • For aggregator connections, add child connection names to connections.json. (#3079)
  • Aggregator connection with no child connections should only be a warning - not an error. (#3155)
  • Cleanup connection state file to remove legacy properties. (#3086)
  • Dashboard server should emit updated dashboard metadata when available dashboards changes. (#3182)
  • Update interactive prompt .inspect output and autocomplete based on changes to connection config or dynamic schema updates. (#3184)

Bug fixes

  • Steampipe config validation failure no longer prevents Steampipe commands from running - instead invalid connections are removed. (#3156)
  • Fixes issue where variables list command was not including description in JSON output. (#3114)
  • Ensure version display is consistent between startup and --v flag. (#3031)
  • When a plugin fails to load, remove connections for that plugin from the connection state file. (#3124)
  • Fix running a single dashboard from the command line failing if the dashboard needs inputs and the dashboard name is not fully qualified. (#3168,#3154)
  • Fix workspace load crash for invalid mod definition. (#3174)
  • Limit should not be pushed down if there are unconverted restrictions. (#291)
  • Dashboard text inputs are not correctly themed in Steampipe Cloud dashboard UI dark mode. (#3181)
  • Fix nil reference panic in FDW when a scan fails to start - do not add an iterator to Hub.runningIterators until scan is started successfully. (#298)
  • Fix tuple concurrently updated error when running multiple instances of steampipe dashboard concurrently. (#3188)
  • Fix Postgres error "cached plan must not change result type" when dynamic plugin schema changes. (#3185)
steampipe - v0.19.0-rc.11

Published by kaidaguerre over 1 year ago