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
. (#56) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool. (#56)
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. (#51)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#51)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#51)
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 column
_ctx
, and fixing connection and potential divide-by-zero bugs. (#50)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#43)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#41)
- Recompiled plugin with Go version
1.21
. (#41)
What's new?
- Added support for Server-to-Server OAuth authentication mechanism. Please refer the Configuration section for additional information. (#35)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.5.0 which significantly reduces API calls and boosts query performance, resulting in faster data retrieval. (#36)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.4.1 which fixes increased plugin initialization time due to multiple connections causing the schema to be loaded repeatedly. (#33)
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. (#29)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.12 which fixes the query caching functionality. (#26)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.6 which includes several caching and memory management improvements. (#23)
- Recompiled plugin with Go version
1.19
. (#23)
Bug fixes
- Fixed the
GetConfig
max concurrency configuration in thezoom_meeting
table to resolve the plugin validation errors. (#21)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v3.3.2 which includes several caching fixes. (#21)
Bug fixes
- Reverted steampipe-plugin-sdk v3.1.1 update and recompiled plugin with steampipe-plugin-sdk v3.1.0 due to plugin incompatibilities with the new SDK version. (#19)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v3.3.1 which includes several caching fixes. (#17)
Enhancements
- Added support for native Linux ARM and Mac M1 builds. (#15)
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18
. (#14)
Enhancements
- Recompiled plugin with Go version 1.17 (#11)
- Recompiled plugin with steampipe-plugin-sdk v1.8.2 (#10)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.6.1 (#5)
- Changed plugin license to Apache 2.0 per turbot/steampipe (#3)
What's new?
- New tables added
Enhancements
- Add common column of
account_id
to all tables.
Enhancements
- Use Steampipe SDK v0.2.8 with retry support (#1)
What's new?