Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New formats for query: human and table #20

Merged
merged 11 commits into from
Jun 5, 2024
Merged

New formats for query: human and table #20

merged 11 commits into from
Jun 5, 2024

Conversation

tertsdiepraam
Copy link
Contributor

No description provided.

@tertsdiepraam tertsdiepraam marked this pull request as ready for review May 29, 2024 08:43
src/output/human.rs Outdated Show resolved Hide resolved
src/output/mod.rs Outdated Show resolved Hide resolved
src/output/mod.rs Outdated Show resolved Hide resolved
@tertsdiepraam tertsdiepraam requested a review from partim June 3, 2024 07:33
@tertsdiepraam tertsdiepraam merged commit 38b1de8 into main Jun 5, 2024
24 checks passed
partim added a commit that referenced this pull request Jun 20, 2024
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

* Increased minimum supported Rust version to 1.78.
* Binary packages are now built and distributed via the [NLnetLabs Package
  repository](https://nlnetlabs.nl/packages/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants