mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[GH-ISSUE #453] release new version client with new tokio #490
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#490
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?
Originally created by @ariwaranosai on GitHub (May 10, 2018).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/453
I'm using tokio with trust-dns in my project, but trust dns client from crate is old and still using tokio_core. Although, it's ok for me to use dependencies directly from github.
When will trust dns client release a new version? It there any roadmap?
@bluejekyll commented on GitHub (May 10, 2018):
Yes, I have plans on publishing new versions of all the crates soon. I need to review the diffs on all the interfaces, and do a once-over on some of the other libs, like the TLS implementations (I think they still need some upgrades off tokio-core). But this will be happening, it's at the top of my list. (I've been a little distracted with some other projects at the moment).
I don't anticipate any major changes from what master is right now, if you want to get started with that.
@ariwaranosai commented on GitHub (May 11, 2018):
thanks.
@bluejekyll commented on GitHub (May 18, 2018):
fyi, new client was published today on crates.io. thanks for your patience!