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.68
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.69
Choose a head ref
  • 15 commits
  • 9 files changed
  • 9 contributors

Commits on Aug 3, 2025

  1. RFC9567 report channel (#1658)

    * attempt at implementing RFC 9567 Error Reporting
    
    * we do not need to initialize a compression map
    
    * mention RFC 9567 in README
    
    * remove error  message prefix like in 09e0436
    gryphius authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    6c4c3f4 View commit details
    Browse the repository at this point in the history
  2. Bump the all group with 4 updates (#1664)

    Bumps the all group with 4 updates: [golang.org/x/net](https://github.com/golang/net), [golang.org/x/sync](https://github.com/golang/sync), [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/tools](https://github.com/golang/tools).
    
    
    Updates `golang.org/x/net` from 0.40.0 to 0.42.0
    - [Commits](golang/net@v0.40.0...v0.42.0)
    
    Updates `golang.org/x/sync` from 0.14.0 to 0.16.0
    - [Commits](golang/sync@v0.14.0...v0.16.0)
    
    Updates `golang.org/x/sys` from 0.33.0 to 0.34.0
    - [Commits](golang/sys@v0.33.0...v0.34.0)
    
    Updates `golang.org/x/tools` from 0.33.0 to 0.35.0
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.33.0...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.42.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: golang.org/x/sync
      dependency-version: 0.16.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: golang.org/x/sys
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: golang.org/x/tools
      dependency-version: 0.35.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 3, 2025
    Configuration menu
    Copy the full SHA
    28c618b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. future proof rsa key length to match minimum allowed (#1671)

    Since go1.24.0 the minimum key lenth is 1024.  That becomes obvious when
    generate key error is handled, and related error is printed.  For example:
    
        dnssec_test.go:134: failure to generate private key: crypto/rsa: 512-bit
        keys are insecure (see https://go.dev/pkg/crypto/rsa#hdr-Minimum_key_size)
    
    Signed-off-by: Sami Kerola <kerolasa@cloudflare.com>
    kerolasa authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    b01620e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Add notice about dnsv2 in the readme

    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    3098189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4145b39 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. update readme some more

    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    d495d33 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2025

  1. Configuration menu
    Copy the full SHA
    294d373 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Bump the all group across 1 directory with 4 updates (#1679)

    Bumps the all group with 3 updates in the / directory: [golang.org/x/net](https://github.com/golang/net), [golang.org/x/sync](https://github.com/golang/sync) and [golang.org/x/tools](https://github.com/golang/tools).
    
    
    Updates `golang.org/x/net` from 0.42.0 to 0.44.0
    - [Commits](golang/net@v0.42.0...v0.44.0)
    
    Updates `golang.org/x/sync` from 0.16.0 to 0.17.0
    - [Commits](golang/sync@v0.16.0...v0.17.0)
    
    Updates `golang.org/x/sys` from 0.34.0 to 0.36.0
    - [Commits](golang/sys@v0.34.0...v0.36.0)
    
    Updates `golang.org/x/tools` from 0.35.0 to 0.37.0
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.35.0...v0.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-version: 0.44.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: golang.org/x/sync
      dependency-version: 0.17.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: golang.org/x/sys
      dependency-version: 0.36.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: golang.org/x/tools
      dependency-version: 0.37.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    f640e4b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. Configuration menu
    Copy the full SHA
    f15b2dd View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Configuration menu
    Copy the full SHA
    a0f8faa View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Update deps (#1688)

    Mechanical change
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    b39ef96 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. MsgInvalidFunc: Make DefaultMsgInvalidFunc a variable. (#1690)

    For parity with DefaultMsgAcceptFunc that is a variable.
    
    Signed-off-by: Ilya Kulakov <kulakov.ilya@gmail.com>
    Kentzo authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    74d2ba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acb3aba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66f2f27 View commit details
    Browse the repository at this point in the history
  4. Release 1.1.69

    miekg committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    49a9cee View commit details
    Browse the repository at this point in the history
Loading