Skip to content

Latest commit

 

History

History
76 lines (45 loc) · 4.83 KB

CHANGELOG.md

File metadata and controls

76 lines (45 loc) · 4.83 KB

v0.6.2 [2024-02-13]

Bug fixes

  • Fixed the plugin initialization error by returning only the static tables when invalid config parameters were set for dynamic tables. (#39)

v0.6.1 [2023-12-12]

Bug fixes

  • Fixed the missing optional tag on the Metrics connection config parameter. (#36)

v0.6.0 [2023-12-12]

What's new?

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.8.0 that includes plugin server encapsulation for in-process and GRPC usage, adding Steampipe Plugin SDK version to _ctx column, and fixing connection and potential divide-by-zero bugs. (#33)

v0.5.0 [2023-10-20]

What's new?

  • The Prometheus address (address) can now be set with the PROMETHEUS_URL environment variable. (#23) (Thanks @beudbeud for the contribution!)

v0.4.1 [2023-10-05]

Dependencies

v0.4.0 [2023-10-02]

Dependencies

v0.3.0 [2023-06-20]

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.5.0 which significantly reduces API calls and boosts query performance, resulting in faster data retrieval. This update significantly lowers the plugin initialization time of dynamic plugins by avoiding recursing into child folders when not necessary. (#13)

v0.2.0 [2023-03-22]

Dependencies

  • Recompiled plugin with steampipe-plugin-sdk v5.3.0 which includes fixes for query cache pending item mechanism and aggregator connections not working for dynamic tables. (#9)
  • Recompiled plugin with Go version 1.19. (#9)

v0.1.0 [2022-05-25]

Enhancements

v0.0.1 [2022-01-11]

What's new?