mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #968] [CLOSED] Release/0.18 #1828
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#1828
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/968
Author: @bluejekyll
Created: 12/22/2019
Status: ❌ Closed
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
49 files changed (+380 additions, -360 deletions)
View changed files
📝
.github/workflows/test.yml(+2 -0)📝
CHANGELOG.md(+10 -3)📝
Cargo.lock(+97 -97)📝
Cargo.toml(+2 -2)📝
Makefile.toml(+8 -2)📝
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)...and 29 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.