Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: miekg/dns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.63
Choose a base ref
...
head repository: miekg/dns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.64
Choose a head ref
  • 11 commits
  • 13 files changed
  • 7 contributors

Commits on Feb 22, 2025

  1. Bump golang.org/x/sys from 0.27.0 to 0.29.0 (#1632)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.27.0 to 0.29.0.
    - [Commits](golang/sys@v0.27.0...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 22, 2025
    Copy the full SHA
    b5cf059 View commit details
  2. Bump golang.org/x/net from 0.31.0 to 0.34.0 (#1631)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.31.0 to 0.34.0.
    - [Commits](golang/net@v0.31.0...v0.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 22, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b911878 View commit details
  3. SVCB is no RFC 9460. (#1636)

    Closes #1628
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored Feb 22, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    72fe95a View commit details

Commits on Feb 24, 2025

  1. Bump golang.org/x/sync from 0.7.0 to 0.11.0 (#1635)

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.11.0.
    - [Commits](golang/sync@v0.7.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 24, 2025
    Copy the full SHA
    75e8f27 View commit details
  2. Try to group the dependabot prs

    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Feb 24, 2025
    Copy the full SHA
    37f4827 View commit details
  3. Merge branch 'master' of github.com:miekg/dns

    miekg committed Feb 24, 2025
    Copy the full SHA
    494e4d2 View commit details
  4. Manually run a go get -u

    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Feb 24, 2025
    Copy the full SHA
    1c19e49 View commit details

Commits on Mar 10, 2025

  1. Add the check-soa program, which uses the library (#1638)

    Co-authored-by: Stephane Bortzmeyer <stephane+framagit@bortzmeyer.org>
    bortzmeyer and Stephane Bortzmeyer authored Mar 10, 2025
    Copy the full SHA
    6425a08 View commit details

Commits on Mar 12, 2025

  1. Add support for Compact Answers OK flag in EDNS (#1639)

    Compact Answers OK flag is a signal that a queryer or server understand
    and can validate Compact Denial of Existance answers allowing RCODE
    NXDOMAIN restoration with single NSEC/NSEC3.
    Flag is allocated by IANA: https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-13
    Compact Denial of Existance: https://www.iana.org/go/draft-ietf-dnsop-compact-denial-of-existence-07
    
    Co-authored-by: Christian Elmerot <elmerot@cloudflare.com>
    chreo and Christian Elmerot authored Mar 12, 2025
    Copy the full SHA
    8d0c412 View commit details

Commits on Mar 18, 2025

  1. Add RESINFO rr (#1641)

    * Add RESINFO rr
    
    * Update scan_rr.go
    
    ---------
    
    Co-authored-by: Miek Gieben <miek@miek.nl>
    frcroth and miekg authored Mar 18, 2025
    Copy the full SHA
    d912518 View commit details
  2. Release 1.1.64

    miekg committed Mar 18, 2025
    Copy the full SHA
    f83d075 View commit details
Loading