Skip to content

Latest commit

 

History

History
86 lines (49 loc) · 5.14 KB

CHANGELOG.md

File metadata and controls

86 lines (49 loc) · 5.14 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. (#64)

v0.6.1 [2023-10-05]

Dependencies

v0.6.0 [2023-10-02]

Dependencies

v0.5.0 [2023-08-02]

Enhancements

  • The sheets config argument now allows for wildcard-based searches of sheets, enabling the creation of dynamic tables as needed. By default, no dynamic tables will be created if sheets argument is empty or not set. (#32)

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

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

v0.2.0 [2022-04-27]

Enhancements

v0.1.2 [2022-04-14]

Bug fixes

  • Fixed links in documentation for configuring OAuth client authentication.

v0.1.1 [2022-01-31]

Bug fixes

  • Fixed: Credentials in the credentials argument now take precedence over those in the token_path argument (#15)

v0.1.0 [2021-12-08]

Enhancements

  • Recompile plugn with Go version 1.17 (#11)
  • Recompiled plugin with steampipe-plugin-sdk v1.8.2 (#10)
  • docs/index.md now includes Google Drive and Sheets API scope information (#9)

v0.0.2 [2021-11-22]

Bug fixes

  • Fixed: Improve error message if spreadsheet_id config arg is nil when running a query (#7)

v0.0.1 [2021-11-21]

What's new?