8000 Comparing v1.1.62...v1.1.64 · miekg/dns · GitHub
[go: up one dir, main page]

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 requ 8000 est

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.62
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
  • 20 commits
  • 20 files changed
  • 11 contributors

Commits on Aug 21, 2024

  1. add decorate reader warning (#1596)

    The bytes read from the reader are returned to a pool and
    must not be changed by the decorated reader.
    johanbrandhorst authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6008929 View commit details
    Browse the repository at this point in the history
  2. edns0 cleanups (#1595)

    Mostly trickered by:
    
    ~~~
    -               return &EDNS0_ESU{Code: EDNS0ESU}
    +               return new(EDNS0_ESU)
    ~~~
    
    dont see why this 'case' needs to be different than all the others. Some
    various textual changes for the test.
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    794abd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Bump golang.org/x/net from 0.27.0 to 0.28.0 (#1600)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.27.0 to 0.28.0.
    - [Commits](golang/net@v0.27.0...v0.28.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 Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b77d1ed View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Configuration menu
    Copy the full SHA
    cbe4275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a00a2f View commit details
    Browse the repository at this point in the history
  3. fix: input validation for RRSIG.Verify() (#1618)

    * fix: input validation for RRSIG.verify()
    
    * fix: use labels.go/equal instead of strings.EqualFold for domain comparison
    developStorm authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    ca39c8b View commit details
    Browse the repository at this point in the history
  4. Bump golang.org/x/net from 0.28.0 to 0.31.0 (#1622)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.31.0.
    - [Commits](golang/net@v0.28.0...v0.31.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 Jan 24, 2025
    Configuration menu
    Copy the full SHA
    fb0c220 View commit details
    Browse the repository at this point in the history
  5. Bump golang.org/x/sys from 0.23.0 to 0.27.0 (#1619)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.23.0 to 0.27.0.
    - [Commits](golang/sys@v0.23.0...v0.27.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 Jan 24, 2025
    Configuration menu
    Copy the full SHA
    c705e5a View commit details
    Browse the repository at this point in the history
  6. Release 1.1.63

    miekg committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    97c29ff View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    b5cf059 View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    b911878 View commit details
    Browse the repository at this point in the history
  3. SVCB is no RFC 9460. (#1636)

    Closes #1628
    
    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    72fe95a View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    75e8f27 View commit details
    Browse the repository at this point in the history
  2. Try to group the dependabot prs

    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    37f4827 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    494e4d2 View commit details
    Browse the repository at this point in the history
  4. Manually run a go get -u

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

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
    Configuration menu
    Copy the full SHA
    6425a08 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    8d0c412 View commit details
    Browse the repository at this point in the history

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
    Configuration menu
    Copy the full SHA
    d912518 View commit details
    Browse the repository at this point in the history
  2. Release 1.1.64

    miekg committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    f83d075 View commit details
    Browse the repository at this point in the history
Loading
0