mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2664] [MERGED] 0.24: upgrade to idna 1 #3215
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#3215
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/2664
Author: @djc
Created: 12/10/2024
Status: ✅ Merged
Merged: 12/10/2024
Merged by: @djc
Base:
release/0.24← Head:0.24-idna-1📝 Commits (10+)
abe2b0dresolver: remove disabled mDNS support3cded6eRemove disabled code for HMAC truncationdd4498cBring back optional backtrace support8e1129eserver: remove unimplemented support for HTTPS with OpenSSL67f89edasync-std-resolver: remove disabled tests for DNSSEC supportd1b4dd3Allow nightly cfg guard (used for benchmarks)6965b0cMove lower_name_benches to proto crate018ced4Update semver-compatible dependencies5c5ad2fBump MSRV to 1.71 for rustls 0.23.182a78990Fix up certificate generation scripts📊 Changes
117 files changed (+1364 additions, -2003 deletions)
View changed files
📝
.github/workflows/test.yml(+1 -1)📝
CHANGELOG.md(+5 -1)📝
Cargo.lock(+777 -564)📝
Cargo.toml(+8 -5)📝
README.md(+1 -1)📝
bin/Cargo.toml(+3 -3)📝
bin/tests/named_tests.rs(+2 -2)📝
bin/tests/server_harness/mod.rs(+6 -6)📝
bin/tests/server_harness/mut_message_client.rs(+3 -0)📝
crates/async-std-resolver/Cargo.toml(+3 -0)📝
crates/async-std-resolver/README.md(+2 -2)📝
crates/async-std-resolver/src/lib.rs(+2 -2)📝
crates/async-std-resolver/src/tests.rs(+0 -22)📝
crates/client/Cargo.toml(+3 -0)📝
crates/client/README.md(+1 -1)📝
crates/client/src/client/async_client.rs(+2 -3)📝
crates/client/src/client/async_secure_client.rs(+1 -6)📝
crates/client/src/lib.rs(+2 -2)📝
crates/client/src/rr/zone.rs(+1 -1)📝
crates/proto/Cargo.toml(+3 -3)...and 80 more files
📄 Description
Fixes #2661.
Cobbled together from a bunch of PRs (see below) and added two 2 commits to the end.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.