-
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.68
head repository: miekg/dns
compare: v1.1.69
- 15 commits
- 9 files changed
- 9 contributors
Commits on Aug 3, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 6c4c3f4 - Browse repository at this point
Copy the full SHA 6c4c3f4View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 28c618b - Browse repository at this point
Copy the full SHA 28c618bView commit details
Commits on Aug 13, 2025
-
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>Configuration menu - View commit details
-
Copy full SHA for b01620e - Browse repository at this point
Copy the full SHA b01620eView commit details
Commits on Aug 18, 2025
-
Add notice about dnsv2 in the readme
Signed-off-by: Miek Gieben <miek@miek.nl>
Configuration menu - View commit details
-
Copy full SHA for 3098189 - Browse repository at this point
Copy the full SHA 3098189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4145b39 - Browse repository at this point
Copy the full SHA 4145b39View commit details
Commits on Sep 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d495d33 - Browse repository at this point
Copy the full SHA d495d33View commit details
Commits on Sep 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 294d373 - Browse repository at this point
Copy the full SHA 294d373View commit details
Commits on Oct 8, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for f640e4b - Browse repository at this point
Copy the full SHA f640e4bView commit details
Commits on Oct 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f15b2dd - Browse repository at this point
Copy the full SHA f15b2ddView commit details
Commits on Oct 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a0f8faa - Browse repository at this point
Copy the full SHA a0f8faaView commit details
Commits on Nov 13, 2025
-
Mechanical change Signed-off-by: Miek Gieben <miek@miek.nl>
Configuration menu - View commit details
-
Copy full SHA for b39ef96 - Browse repository at this point
Copy the full SHA b39ef96View commit details
Commits on Dec 11, 2025
-
MsgInvalidFunc: Make DefaultMsgInvalidFunc a variable. (#1690)
For parity with DefaultMsgAcceptFunc that is a variable. Signed-off-by: Ilya Kulakov <kulakov.ilya@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 74d2ba1 - Browse repository at this point
Copy the full SHA 74d2ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for acb3aba - Browse repository at this point
Copy the full SHA acb3abaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66f2f27 - Browse repository at this point
Copy the full SHA 66f2f27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49a9cee - Browse repository at this point
Copy the full SHA 49a9ceeView 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.68...v1.1.69