Releases: retlehs/quien
Releases · retlehs/quien
Release list
v0.6.1
What's Changed
- Parse email in SOA RNAME record by @lapo-luchini in #12
- Pre-compile CMS regexes and clamp expired cert DaysLeft to zero by @hobostay in #2
New Contributors
- @lapo-luchini made their first contribution in #12
- @hobostay made their first contribution in #2
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.0
What's Changed
- Fix TCP fallback for truncated DNS responses by @timdittler in #11
- Show issuer organization in TLS certificate display by @retlehs in #15
- Add SEO analysis tab with optional CrUX integration by @retlehs in #16
New Contributors
- @timdittler made their first contribution in #11
Full Changelog: v0.4.1...v0.5.0
v0.4.1
v0.4.0
v0.3.1
v0.3.0
- New
internal/whois/tlds.goholds per-TLD WHOIS server, query format, and response normalizer in one map. .de: send-T dn <domain>so DENIC returns nameservers and changed date..jp: query JPRS with/eand normalize bracketed labels intokey: valueform..it: parser handles bare section headers with indented sub-fields, so registrar info no longer collides with registrant info..org: strip URL schemes/ports from registrar referral hosts so we actually reach the registrar WHOIS.- Resolver runs RDAP and WHOIS in parallel and merges them; RDAP wins where both have data.
v0.2.0
v0.1.2
- Fix .it WHOIS responses incorrectly marked as not found — WHOIS emptiness detection was too strict and rejected valid
.itoutput. It now recognizes.it-style fields likeDomain,Created,Last Update,Expire Date, andStatusas valid domain data. - Support .it date/key variants in parser — Added parsing aliases for
Last UpdateandExpire Dateso.itrecords populateupdated_dateandexpiry_datecorrectly.
v0.1.1
- Fix WHOIS status values incorrectly truncated — Status cleanup was stripping everything after the first space, turning values like
NOT AVAILABLEintoNOT. Now only strips trailing URLs. - Support for .be WHOIS format — Added parsing of tab-indented continuation lines used by registries like DNS Belgium (e.g. nameservers listed under a section header)
- Additional WHOIS key aliases — Recognize
domain,nameservers, and registrarnamefields used by non-standard WHOIS formats - Additional date format — Parse
Mon Jan 2 2006style dates (e.g.Sun Oct 16 2011)