mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #919] [CLOSED] Minimal versions #1790
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#1790
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/919
Author: @mathstuf
Created: 11/11/2019
Status: ❌ Closed
Base:
release-r0.12-cs0.17← Head:minimal-versions📝 Commits (10+)
f8920e8fix DnsRequestSender to take task::Context for Waker8bcfdd3cleanup all clippy warnings6c4e08eupdate OpenSSL for Windows tests8b609bedeny all audit warnings7d6f265Bump backtrace from 0.3.38 to 0.3.400f3a3e3Addvalid_untilmethod for specific resolver lookup results0bfabbdAllow parsing DNSSEC record types10541a1Add resolver methods for SOA and NS records03e1ff7Bump webpki-roots from 0.17.0 to 0.18.01d56809Bump env_logger from 0.6.2 to 0.7.1📊 Changes
344 files changed (+15955 additions, -12767 deletions)
View changed files
➖
.appveyor.yml(+0 -69)➖
.coveralls.yml(+0 -2)➕
.github/workflows/publish.yml(+33 -0)➕
.github/workflows/test.yml(+195 -0)📝
.gitignore(+1 -0)📝
.rustfmt.toml(+1 -0)➖
.travis.yml(+0 -168)📝
CHANGELOG.md(+401 -37)📝
Cargo.lock(+1003 -1219)📝
Cargo.toml(+7 -5)➕
Makefile.toml(+470 -0)📝
README.md(+61 -44)➕
bin/Cargo.toml(+94 -0)➕
bin/LICENSE-APACHE(+202 -0)➕
bin/LICENSE-MIT(+20 -0)➕
bin/Makefile.toml(+32 -0)➕
bin/README.md(+51 -0)📝
bin/benches/bind_conf/example.conf(+7 -7)📝
bin/benches/comparison_benches.rs(+44 -42)📝
bin/src/named.rs(+179 -122)...and 80 more files
📄 Description
Needs releases of https://github.com/tokio-rs/tokio/pull/1764, https://github.com/sfackler/typed-headers/pull/6, and https://github.com/alexcrichton/socket2-rs/pull/46 first.
This also only gets
trust-dns-resolverworking under the-Z minimal-versionsflag. More PRs will need to be filed for the other crates to also work, but I don't need them immediately and this hole is deep enough as it is :/ .🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.