Skip to content

Latest commit

 

History

History
84 lines (53 loc) · 5.82 KB

CHANGELOG.md

File metadata and controls

84 lines (53 loc) · 5.82 KB

v0.7.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. (#42)

v0.6.1 [2023-10-04]

Dependencies

v0.6.0 [2023-10-02]

Dependencies

v0.5.0 [2023-08-24]

What's new?

  • Added a new config argument naming_convention to support api_native or snake_case table and column names. Please check the Configuration section for more information on how to use the new config argument. (#24)

v0.4.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. (#20)

v0.3.0 [2023-03-23]

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. (#12)
  • Recompiled plugin with Go version 1.19. (#12)

v0.2.1 [2023-03-02]

Bug fixes

  • Fixed formatting for various examples in index and table docs.

v0.2.0 [2022-06-24]

Enhancements

v0.1.0 [2022-04-28]

Enhancements

v0.0.1 [2022-02-15]

What's new?