mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #967] [MERGED] Release/0.18 #1829
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#1829
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/967
Author: @bluejekyll
Created: 12/22/2019
Status: ✅ Merged
Merged: 12/22/2019
Merged by: @bluejekyll
Base:
master← Head:release/0.18📝 Commits (10+)
79ecd20update version to 0.18303e053rename AsyncSecureClient to AsyncDnssecClient5abda72rename SecureClient et al to Dnssec (more accurate)b3157e7remove unimplemented from zone parserd4da43dfix up ResponseCode to be infalible parse4d373a8complete removal of BasicDnsHandle8f8a8d3simplify the global resolver example2868ad4update some readmes0f6f8e9add more Changelog notes4f4804fupdate all dependencies 12/22📊 Changes
47 files changed (+370 additions, -356 deletions)
View changed files
📝
.github/workflows/test.yml(+2 -0)📝
CHANGELOG.md(+10 -3)📝
Cargo.lock(+97 -97)📝
README.md(+18 -17)📝
bin/Cargo.toml(+9 -9)📝
bin/README.md(+20 -0)📝
bin/tests/named_test_rsa_dnssec.rs(+3 -3)📝
crates/client/Cargo.toml(+3 -3)📝
crates/client/README.md(+19 -1)📝
crates/client/src/client/async_secure_client.rs(+11 -13)📝
crates/client/src/client/client.rs(+12 -12)📝
crates/client/src/client/mod.rs(+2 -2)📝
crates/client/src/lib.rs(+2 -2)📝
crates/client/src/serialize/txt/master.rs(+10 -3)📝
crates/https/Cargo.toml(+3 -3)📝
crates/native-tls/Cargo.toml(+2 -2)📝
crates/openssl/Cargo.toml(+2 -2)📝
crates/proto/Cargo.toml(+1 -1)📝
crates/proto/benches/lib.rs(+1 -1)📝
crates/proto/src/lib.rs(+4 -4)...and 27 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.