Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.76 KB

Changelog.md

File metadata and controls

65 lines (43 loc) · 1.76 KB

Change Log

Unreleased next version

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 the query command. (#29)

Other changes

0.2.0

Released on 2024-06-20.

Breaking changes

  • Renamed the man command to help. ([18])
  • The default query type for the query command is now AAAA. (#4)

New

  • Added a new lookup command. (#10)
  • Added new output formats friendly and table. The friendly 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

0.1.0

Initial release.