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
. (#65) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool. (#65)
What's new?
- New tables added
Enhancements
- The
euuid
column has now been assigned as a connection key column across all the tables which facilitates more precise and efficient querying across multiple Linode accounts. (#56) - The Plugin and the Steampipe Anywhere binaries are now built with the
netgo
package. (#60) - Added the
version
flag to the plugin's Export tool. (#65)
Dependencies
- Recompiled plugin with linode-sdk-for-go v1.37.0. (#56)
- Recompiled plugin with steampipe-plugin-sdk v5.10.1 which ensures that
QueryData
passed toConnectionKeyColumns
value callback is populated withConnectionManager
. (#55)
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. (#47)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#47)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#47)
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. (#46)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#31)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#28)
- Recompiled plugin with Go version
1.21
. (#28)
Enhancements
- Updated the
docs/index.md
file to include multi-account configuration examples. (#19)
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. (#17)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.7 which includes several caching and memory management improvements. (#14)
- Recompiled plugin with Go version
1.19
. (#14)
Bug fixes
- Fixed the Slack community links in README and docs/index.md files. (#10)
Enhancements
- Added support for native Linux ARM and Mac M1 builds. (#8)
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18
. (#7)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.8.2 and Go version 1.17 (#4)
What's new?