Skip to content

Latest commit

 

History

History
158 lines (89 loc) · 8.57 KB

CHANGELOG.md

File metadata and controls

158 lines (89 loc) · 8.57 KB

v0.12.0 [2023-12-12]

What's new?

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)

v0.11.1 [2023-10-04]

Dependencies

v0.11.0 [2023-10-02]

Dependencies

v0.10.0 [2023-09-12]

Deprecations

  • Deprecated domain column in net_certificate table, which has been replaced by the address column. Please note that the address 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 the net_certificate table to allow specifying a port with the domain name. (#50)

v0.9.0 [2023-04-10]

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)

v0.8.1 [2022-12-27]

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

v0.8.0 [2022-09-28]

Bug fixes

  • Fixed the net_certificate table to return null 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)

v0.7.0 [2022-08-17]

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

v0.6.0 [2022-06-30]

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)

v0.5.0 [2022-06-24]

What's new?

Enhancements

v0.4.0 [2022-06-09]

What's new?

Enhancements

  • Added tag column to net_dns_record table. (#33)
  • Added crl_distribution_points, issuer_name, ocsp, ocsp_servers, public_key_length, revoked, and transparent columns to net_certificate table. (#33)

v0.3.0 [2022-04-28]

Enhancements

  • Added columns dns_server, expire, minimum, refresh, retry, serial to net_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 the type list key column. (#28)

v0.2.0 [2022-04-27]

Enhancements

v0.1.1 [2022-01-12]

Enhancements

v0.1.0 [2021-12-21]

Enhancements

  • The protocol column of net_connection is now optional and it defaults to tcp

v0.0.2 [2021-11-23]

What's new?

Enhancements

Bug fixes

  • Fixed: SQL in first example of net_connection docs

v0.0.1 [2021-04-28]

What's new?