这是indexloc提供的服务,不要输入任何密码
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.61
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.62
Choose a head ref
  • 9 commits
  • 10 files changed
  • 6 contributors

Commits on Jun 21, 2024

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

Commits on Aug 3, 2024

  1. Bump golang.org/x/net from 0.26.0 to 0.27.0 (#1587)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.27.0.
    - [Commits](golang/net@v0.26.0...v0.27.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 Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d6940bf View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/sys from 0.21.0 to 0.22.0 (#1588)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.21.0 to 0.22.0.
    - [Commits](golang/sys@v0.21.0...v0.22.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 Aug 3, 2024
    Configuration menu
    Copy the full SHA
    347f250 View commit details
    Browse the repository at this point in the history
  3. Add support for missing Extended DNS Error Codes (EDE) (#1585)

    Extended DNS Error (EDE) codes were missing for code points 25-30.
    These are documented in:
    https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#extended-dns-error-codes
    
    Co-authored-by: Christian Elmerot <elmerot@cloudflare.com>
    chreo and Christian Elmerot authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8d05ff7 View commit details
    Browse the repository at this point in the history
  4. Add support for NXNAME type (#1584)

    IANA har allocated the NXNAME meta type to indicate an NSEC/NSEC3 record
    signals that the name does not exist (corresponds to NXDOMAIN).
    NXNAME is a meta type only for use with NSEC/NSEC3 bitmaps and use is
    defined in https://datatracker.ietf.org/doc/draft-ietf-dnsop-compact-denial-of-existence/
    
    Co-authored-by: Christian Elmerot <elmerot@cloudflare.com>
    chreo and Christian Elmerot authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ee99288 View commit details
    Browse the repository at this point in the history
  5. Remove use of deprecated net.Error.Temporary (#1589)

    net.Error.Temporary has been deprecated since Go 1.18. There
    has been some discussion around what to use in server accept loops
    instead [1], but the suggestion seems to be that it may be a mistake
    to have any sort of retries in place [2].
    
    This PR removes it, which may expose some users to errors that were
    previously swallowed and retried, but at the expense of leaking file
    descriptors and the like.
    
    1: https://groups.google.com/g/golang-nuts/c/-JcZzOkyqYI/m/xwaZzjCgAwAJ?pli=1
    2: https://groups.google.com/g/golang-nuts/c/-JcZzOkyqYI/m/vNNiVn_LAwAJ
    
    Co-authored-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
    miekg and johanbrandhorst authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ef7392e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Revert "Remove use of deprecated net.Error.Temporary (#1589)" (#1594)

    This reverts commit ef7392e.
    
    See:
    #1589 (comment)
    
    breaks udp serving
    miekg authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    39938e9 View commit details
    Browse the repository at this point in the history
  2. Go 1.23 was released couple of hours ago

    Signed-off-by: Miek Gieben <miek@miek.nl>
    miekg committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    34b3cbb View commit details
    Browse the repository at this point in the history
  3. Release 1.1.62

    miekg committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    07a2352 View commit details
    Browse the repository at this point in the history
Loading