Skip to content

Latest commit

 

History

History
95 lines (55 loc) · 4.4 KB

CHANGELOG.md

File metadata and controls

95 lines (55 loc) · 4.4 KB

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?