Dependencies
- Recompiled plugin with Go version
1.24. (#111) - Recompiled plugin with steampipe-plugin-sdk v5.13.1 that addresses critical and high vulnerabilities in dependent packages. (#112)
Bug fixes
- Fixed the
cipher_suite_nameandcipher_suite_idcolumns innet_tls_connectiontable to correctly rerturn the negotiated cipher suite instead of requested cipher suite value per Automatic cipher suite ordering in crypto/tls. (#92)
Dependencies
- Recompiled plugin with Go version
1.23.1. (#103) - Recompiled plugin with steampipe-plugin-sdk v5.11.5 that addresses critical and high vulnerabilities in dependent packages. (#103)
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. (#90) - Recompiled plugin with steampipe-plugin-sdk v5.10.4 that fixes logging in the plugin export tool. (#90)
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. (#85)
- The table docs have been updated to provide corresponding example queries for Postgres FDW and SQLite extension. (#85)
- Docs license updated to match Steampipe CC BY-NC-ND license. (#85)
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. (#84)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v5.6.2 which prevents nil pointer reference errors for implicit hydrate configs. (#73)
Dependencies
- Upgraded to steampipe-plugin-sdk v5.6.1 with support for rate limiters. (#70)
- Recompiled plugin with Go version
1.21. (#70)
Deprecations
- Deprecated
domaincolumn innet_certificatetable, which has been replaced by theaddresscolumn. Please note that theaddresscolumn requires a port, e.g.,github.com:443. This column will be removed in a future version. (#50)
What's new?
- Added
addresscolumn to thenet_certificatetable to allow specifying a port with the domain name. (#50)
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. (#58)
Bug fixes
- Fixed the example query in
docs/index.mdto correctly check the expiry date of certificates associated with websites. (#53) (Thanks @pdecat for the contribution!) - Fixed the typo in the example query of
net_connectiontable document. (#54) (Thanks @muescha for the contribution!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.8 which increases the default open file limit. (#52)
Bug fixes
- Fixed the
net_certificatetable to returnnullinstead of an error when the queried host doesn't exist in a DNS. (#49) (Thanks @bdd4329 for the contribution!)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v4.1.7 which includes several caching and memory management improvements. (#46)
- Recompiled plugin with Go version
1.19. (#46)
Bug fixes
- Fixed the
net_certificatetable to return an empty row instead of an error if the domain does not have an SSL certificate. (#42)
Dependencies
- Recompiled plugin with steampipe-plugin-sdk v3.3.2 which includes several caching fixes. (#39)
Enhancements
- Improved the backoff/retry mechanism in the
net_dns_recordtable to return results faster and more reliably. (#32) - Recompiled plugin with miekg/dns v1.1.50. (#32)
What's new?
- New tables added:
Enhancements
- Updated the
net_certificatetable to return an error for any non-200 response status codes. (#37) - Recompiled plugin with steampipe-plugin-sdk v3.3.0. (#38)
What's new?
- New tables added:
Enhancements
- Added
tagcolumn tonet_dns_recordtable. (#33) - Added
crl_distribution_points,issuer_name,ocsp,ocsp_servers,public_key_length,revoked, andtransparentcolumns tonet_certificatetable. (#33)
Enhancements
- Added columns
dns_server,expire,minimum,refresh,retry,serialtonet_dns_recordtable. (#28) - Updated
net_dns_recordtable to use Google's global public DNS instead of Cloudflare's for faster results. (#28) - Recompiled plugin with miekg/dns v1.1.47. (#28)
Bug fixes
- Fixed
net_dns_recordtable not returning correct results for consecutive queries when using thetypelist key column. (#28)
Enhancements
- Added support for native Linux ARM and Mac M1 builds. (#29)
- Recompiled plugin with steampipe-plugin-sdk v3.1.0 and Go version
1.18. (#27)
Enhancements
- Updated the Slack channel links in the
docs/index.mdand theREADME.mdfiles (#18) - Recompiled plugin with steampipe-plugin-sdk v1.8.3 (#19)
Enhancements
- The
protocolcolumn ofnet_connectionis now optional and it defaults totcp
What's new?
Enhancements
- Recompiled plugin with go version 1.17 (#13)
- Recompiled plugin with steampipe-plugin-sdk v1.8.2 (#12)
Bug fixes
- Fixed: SQL in first example of net_connection docs
What's new?
- New tables added