mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #1927] [MERGED] Prepare 0.23 alpha 1 #2702
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#2702
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/1927
Author: @bluejekyll
Created: 5/8/2023
Status: ✅ Merged
Merged: 5/10/2023
Merged by: @djc
Base:
main← Head:prepare-0.23-alpha-1📝 Commits (10+)
f9c7455update changelog for 0.233ad8857update version to 0.23-alpha.1b036440update h2 dependency due to vuln warningcfd3803cleanliness updates forrustc 1.69b7df879cleanup workspace features64a552duse workspace for all common package details4a30542cleanup required featuresd94d504bump cargo make version62ca7a1fix up required features for no-default-featuresadcd391remove author and replace with generic mention of contributors📊 Changes
26 files changed (+650 additions, -497 deletions)
View changed files
📝
.github/workflows/publish.yml(+1 -1)📝
.github/workflows/test.yml(+1 -1)📝
CHANGELOG.md(+77 -0)📝
Cargo.lock(+394 -260)📝
Cargo.toml(+28 -17)📝
bin/Cargo.toml(+9 -20)📝
crates/async-std-resolver/Cargo.toml(+9 -16)📝
crates/async-std-resolver/src/tests.rs(+2 -0)📝
crates/client/Cargo.toml(+11 -18)📝
crates/proto/Cargo.toml(+10 -17)📝
crates/proto/src/serialize/binary/bin_tests.rs(+3 -3)📝
crates/recursor/Cargo.toml(+10 -17)📝
crates/resolver/Cargo.toml(+10 -17)📝
crates/resolver/examples/custom_provider.rs(+11 -12)📝
crates/resolver/examples/flush_cache.rs(+4 -4)📝
crates/resolver/examples/global_resolver.rs(+20 -22)📝
crates/resolver/examples/multithreaded_runtime.rs(+2 -2)📝
crates/resolver/src/async_resolver.rs(+2 -0)📝
crates/resolver/src/name_server/connection_provider.rs(+3 -3)📝
crates/resolver/src/name_server/name_server_stats.rs(+1 -0)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.