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
. (#74) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool. (#74)
What's new?
- New tables added
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
_ctx
column, 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. (#42)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#40)
- Recompiled plugin with Go version
1.21
. (#40)
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. (#32)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.6 which includes several caching and memory management improvements. (#30)
- Recompiled plugin with Go version
1.19
. (#30)
Enhancements
- Recompiled plugin with whois-parser v1.24.0. (#28)
- Recompiled plugin with steampipe-plugin-sdk v3.3.1, which includes several caching fixes. (#27)
Bug fixes
- Fixed
.dk
domains returning incorrect nameservers. (#28)
Bug fixes
- Fixed the Slack community links in README and docs/index.md files. (#25)
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
. (#21)
Enhancements
- Recompiled plugin with steampipe-plugin-sdk v1.8.2 (#18)
- Recompiled plugin with Go version 1.17 (#18)
Enhancements
- Accept more date formats and don't error if unparseable (e.g.
tesco.co.uk
created date isbefore Aug-1996
). - Updated Steampipe SDK version for better caching, etc.
What's new?
- Updated README and docs home page (#9)
Enhancements
- Updated examples for
whois_domain
table (#7) - Recompiled plugin with steampipe-plugin-sdk v0.2.4
Bug fixes
- Update to display the version of the plugin.
- Recompiled plugin with latest steampipe-plugin-sdk to resolve SDK issues: