mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[GH-ISSUE #658] Make tokio optional dependeny for resolver #268
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#268
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 @fafhrd91 on GitHub (Jan 13, 2019).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/658
@bluejekyll commented on GitHub (Jan 14, 2019):
We can make
tokiooptional, it looks like this will require us to disable the synchronousResolver, but theAsyncResolvershould be fine. It needs to be a dev dependency for tests. I'm assuming this will be ok?It will default to on, and will require
default-features=falseon the Cargo.toml dependency line. Sound good?@fafhrd91 commented on GitHub (Jan 14, 2019):
Default is on is totally fine. Thanks!
@fafhrd91 commented on GitHub (Jan 14, 2019):
when do you plan to release this feature?
@bluejekyll commented on GitHub (Jan 14, 2019):
I'm planning on releasing 0.11.0-alpha soon. I'm just polishing up some things in another PR that I'd like to land before doing that.
Is this a blocker? I could backport to 0.10 if this is urgent.
@fafhrd91 commented on GitHub (Jan 14, 2019):
It is fine. I just need to know timeframe.
@bluejekyll commented on GitHub (Jan 14, 2019):
I can't promise a timeline, but I was hoping to start the next alpha release series in the next week.
@fafhrd91 commented on GitHub (Mar 25, 2019):
@bluejekyll when do you plan to release 0.11?
@bluejekyll commented on GitHub (Mar 25, 2019):
I think you mean non-alpha? I would like to publish one more alpha, let that bake a little, and then release 0.11. The next alpha would be in the next week, and that should be the last one, assuming no serious complaints. So maybe 4 weeks?
@fafhrd91 commented on GitHub (Mar 25, 2019):
ok, thanks.