There are no significant changes in this plugin version; it has been released to align with Steampipe's v1.0.0 release. This plugin adheres to semantic versioning, ensuring backward compatibility within each major version.
Dependencies
- Recompiled plugin with Go version
1.22
. (#105) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool. (#105)
What's new?
- The plugin can now be downloaded and used with the Steampipe CLI, as a Postgres FDW, as a SQLite extension and as a standalone exporter. (#65)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#65)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#65)
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)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#45)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#41)
- Recompiled plugin with Go version
1.21
. (#41)
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 ifsheets
argument is empty or not set. (#32)
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)
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)
Enhancements
- Added support for native Linux ARM and Mac M1 builds. (#22)
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18
. (#20)
Bug fixes
- Fixed links in documentation for configuring OAuth client authentication.
Bug fixes
- Fixed: Credentials in the
credentials
argument now take precedence over those in thetoken_path
argument (#15)
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)
Bug fixes
- Fixed: Improve error message if
spreadsheet_id
config arg isnil
when running a query (#7)
What's new?
- New tables added