Breaking changes
New
- Made the output for the padding EDNS0 option more terse in the friendly output format. (#33)
Bug fixes
- Actually made
friendly
the default output format for thequery
command. (#29)
Other changes
Released on 2024-06-20.
Breaking changes
- Renamed the
man
command tohelp
. ([18]) - The default query type for the
query
command is nowAAAA
. (#4)
New
- Added a new
lookup
command. (#10) - Added new output formats
friendly
andtable
. Thefriendly
format 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
query
command. (#23) - The
query
command now also supports TLS. (#24) - IP addresses can now be used as the query name of the
query
command. They will be translated into the standard reverse pointer names. In this case, if no explicit query type is given,PTR
will be used. (#25)
Other changes
- Increased minimum supported Rust version to 1.78.
- Binary packages are now built and distributed via the NLnetLabs Package repository.
Initial release.