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
_ctx
column, 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
domain
column innet_certificate
table, which has been replaced by theaddress
column. Please note that theaddress
column requires a port, e.g.,github.com:443
. This column will be removed in a future version. (#50)
What's new?
- Added
address
column to thenet_certificate
table 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.md
to 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_connection
table 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_certificate
table to returnnull
instead 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_certificate
table 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_record
table 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_certificate
table 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
tag
column tonet_dns_record
table. (#33) - Added
crl_distribution_points
,issuer_name
,ocsp
,ocsp_servers
,public_key_length
,revoked
, andtransparent
columns tonet_certificate
table. (#33)
Enhancements
- Added columns
dns_server
,expire
,minimum
,refresh
,retry
,serial
tonet_dns_record
table. (#28) - Updated
net_dns_record
table 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_record
table not returning correct results for consecutive queries when using thetype
list 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.md
and theREADME.md
files (#18) - Recompiled plugin with steampipe-plugin-sdk v1.8.3 (#19)
Enhancements
- The
protocol
column ofnet_connection
is 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