Breaking changes
- Renamed the
mancommand tohelp. ([18]) - The default query type for the
querycommand is nowAAAA. (#4)
New
- Added a new
lookupcommand. (#10) - Added new output formats
friendlyandtable. Thefriendlyformat is the new default format. (#20, #27) - Output a placeholder for unparseable record data rather than erroring out. (#22)
- Flags can now be set and unset in the
querycommand. (#23) - The
querycommand now also supports TLS. (#24) - IP addresses can now be used as the query name of the
querycommand. They will be translated into the standard reverse pointer names. In this case, if no explicit query type is given,PTRwill be used. (#25)
Other changes
- Increased minimum supported Rust version to 1.78.
- Binary packages are now built and distributed via the NLnet Labs Package repository.