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. (#23)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#23)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#23)
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
_ctxcolumn, and fixing connection and potential divide-by-zero bugs. (#22)
Bug fixes
- Fixed the invalid Go module path of the plugin. (#20)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#10)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#7)
- Recompiled plugin with Go version
1.21. (#7)
What's new?