mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2055] [CLOSED] Prepare 0.23.1 #2784
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#2784
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/2055
Author: @bluejekyll
Created: 10/9/2023
Status: ❌ Closed
Base:
release/0.23← Head:prepare-0.23.1📝 Commits (10+)
47e8a78server: add register with rustls server config06fdd60server: fix rustls server config error3436a36Remove unusedrustls-webpkidependency0515bf5Addwebpki-rootsandnative-certsfeatures588875aFold error intoDnsExchangeConnectFuture262c1ebUserequired-featuresfor examples8e38497Fix CIa6db011Fix the resolver version warning in the workspace202fe2aBump actions/checkout from 3 to 4fe7bd36Forward serde-config feature to the proto crate📊 Changes
126 files changed (+3314 additions, -1551 deletions)
View changed files
📝
.github/workflows/publish.yml(+1 -1)📝
.github/workflows/test.yml(+15 -14)📝
CHANGELOG.md(+6 -0)📝
Cargo.lock(+525 -458)📝
Cargo.toml(+14 -12)📝
README.md(+7 -5)📝
bin/Cargo.toml(+3 -3)📝
bin/README.md(+6 -5)📝
bin/src/trust-dns.rs(+3 -3)📝
bin/tests/named_https_tests.rs(+2 -2)📝
bin/tests/named_quic_tests.rs(+1 -1)📝
bin/tests/server_harness/mut_message_client.rs(+1 -1)📝
crates/async-std-resolver/README.md(+3 -1)📝
crates/client/Cargo.toml(+4 -2)📝
crates/client/README.md(+3 -1)📝
crates/client/src/client/async_client.rs(+1 -1)📝
crates/client/src/client/async_secure_client.rs(+1 -1)📝
crates/client/src/client/client.rs(+1 -1)📝
crates/client/src/client/memoize_client_handle.rs(+4 -4)📝
crates/client/src/h2_client_connection.rs(+1 -1)...and 80 more files
📄 Description
Updates all crate READMEs and Changelog to forward reference Hickory DNS crates and repo.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.