-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: miekg/dns
base: v1.1.61
head repository: miekg/dns
compare: v1.1.62
- 9 commits
- 10 files changed
- 6 contributors
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 870b1c1 - Browse repository at this point
Copy the full SHA 870b1c1View commit details
Commits on Aug 3, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for d6940bf - Browse repository at this point
Copy the full SHA d6940bfView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 347f250 - Browse repository at this point
Copy the full SHA 347f250View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8d05ff7 - Browse repository at this point
Copy the full SHA 8d05ff7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ee99288 - Browse repository at this point
Copy the full SHA ee99288View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ef7392e - Browse repository at this point
Copy the full SHA ef7392eView commit details
Commits on Aug 13, 2024
-
Revert "Remove use of deprecated net.Error.Temporary (#1589)" (#1594)
This reverts commit ef7392e. See: #1589 (comment) breaks udp serving
Configuration menu - View commit details
-
Copy full SHA for 39938e9 - Browse repository at this point
Copy the full SHA 39938e9View commit details -
Go 1.23 was released couple of hours ago
Signed-off-by: Miek Gieben <miek@miek.nl>
Configuration menu - View commit details
-
Copy full SHA for 34b3cbb - Browse repository at this point
Copy the full SHA 34b3cbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07a2352 - Browse repository at this point
Copy the full SHA 07a2352View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.61...v1.1.62