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

Release 0.4.0 #4

Merged
merged 9 commits into from
Mar 27, 2022
Merged

Release 0.4.0 #4

merged 9 commits into from
Mar 27, 2022

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    2b860ad View commit details
    Browse the repository at this point in the history
  2. pass previousName into RR

    msimerson committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    9b3961f View commit details
    Browse the repository at this point in the history
  3. add lib dir

    msimerson committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    5adeff4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9306a0f View commit details
    Browse the repository at this point in the history
  5. add: bind rr parsing for CAA, DNSKEY, DS, HINFO, LOC

    - add: bind rr parsing for CAA, DNSKEY, DS, HINFO, LOC
    msimerson committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    29c0878 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. ci tweaks

    msimerson committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    b8528e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a915ab View commit details
    Browse the repository at this point in the history
  3. rewrite the parser grammar

    - parser uses (mostly) BNFs from RFCs 🎉
    - add parsing for RRs: naptr, rrsig, smimea, sshfp, spf, srv, tlsa, uri, "TYPE" uint (generic)
    - tests: added tests for MX, NS, PTR, SOA, TXT
    msimerson committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    30de277 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Release v0.4.0

    msimerson committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    7345af9 View commit details
    Browse the repository at this point in the history