Unclaimed project
Are you a maintainer of smartdns-rs ? Claim this project to take control of your public changelog and roadmap.
Claim this project Changelog
smartdns-rs A cross platform local DNS server (Dnsmasq like) written in rust to obtain the fastest website IP for the best Internet experience, supports DoT, DoQ, DoH, DoH3.
Β© 2026 AnnounceHQ. All rights reserved.
Back to changelogNew December 5, 2025
v0.13.0 What's Changed
Bump softprops/action-gh-release from 2.2.2 to 2.3.2 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/579
Bump reqwest from 0.12.15 to 0.12.20 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/580
Bump socket2 from 0.5.9 to 0.5.10 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/554
Bump cfg-if from 1.0.0 to 1.0.1 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/592
Bump rustls from 0.23.27 to 0.23.28 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/590
π¨ Adjust privilege dropping behavior on Linux by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/593
Bump clap from 4.5.38 to 4.5.40 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/582
Bump which from 7.0.3 to 8.0.0 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/595
Fix ip-alias answer type error by @zeng-y-l in https://github.com/mokeyish/smartdns-rs/pull/598
feat: use build artifacts by @SamTV12345 in https://github.com/mokeyish/smartdns-rs/pull/599
Push docker image to ghcr.io by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/600
Bump webpki-roots from 1.0.0 to 1.0.1 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/597
π¨ Refactor Docker configuration by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/601
π Correct path error in Dockerfile by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/603
Bump tower-http from 0.6.5 to 0.6.6 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/596
Bump tokio from 1.45.0 to 1.46.1 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/608
Bump ureq from 3.0.11 to 3.0.12 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/605
π¨ Cargo clippy by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/609
β¨ Support DomainWildcard by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/610
Bump cc from 1.2.22 to 1.2.29 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/606
π Fix quic bind by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/611
π¨ Share DomainRule between client rule groups by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/612
β¨ Add dns64 support by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/613
π¨ Adjust config to require explicit conf_dir setting by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/614
Bump sysinfo from 0.35.1 to 0.35.2 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/569
π¨ Cargo clippy by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/615
β¨ Add simple configuration modification support by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/616
π¨ Introduce ProtocolConfig to DnsUrl by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/624
Upgrade Hickory & Refactor ConnectionProvider by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/625
π¨ Optimize H2/H3 selection logic by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/626
β¨ Implement warmup for DnsHandle by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/627
π Avoid attempting H3 connection when H2 is preferred by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/628
Support server system by @zeng-y-l in https://github.com/mokeyish/smartdns-rs/pull/630
β‘Reduce connection test failure latency by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/631
β¬ Upgrade socket2 to 0.6 and surge-ping 0.8 by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/633
Bump sysinfo from 0.35.2 to 0.36.1 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/629
fix: accept first NOERROR response in FastestResponse to prevent timeouts by @wydy in https://github.com/mokeyish/smartdns-rs/pull/634
Optional: Delete the managed folder when uninstalling the service by @wydy in https://github.com/mokeyish/smartdns-rs/pull/636
Correct installation guide in README by @wydy in https://github.com/mokeyish/smartdns-rs/pull/637
Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/640
Dualstack middleware fix by @wydy in https://github.com/mokeyish/smartdns-rs/pull/643
Bump glob from 0.3.2 to 0.3.3 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/641
Bump reqwest from 0.12.22 to 0.12.23 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/644
Bump clap-verbosity-flag from 3.0.3 to 3.0.4 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/649
Bump tracing-subscriber from 0.3.19 to 0.3.20 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/651
Bump bindgen from 0.71.1 to 0.72.1 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/652
Bump cfg-if from 1.0.1 to 1.0.3 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/654
π Fix BIN_DIR not exist when installing service on windows by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/658
β¨ Add functionality to obtain DNS server IP via DHCP by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/660
π¨ Ignore DHCP test for DNS server acquisition by @mokeyish in https://github.com/mokeyish/smartdns-rs/pull/663
Bump serde from 1.0.224 to 1.0.228 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/665
Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in https://github.com/mokeyish/smartdns-rs/pull/674
Accelerated Initialization: Concurrently warm up upstream servers by @wydy in https://github.com/mokeyish/smartdns-rs/pull/681
New Contributors
@wydy made their first contribution in https://github.com/mokeyish/smartdns-rs/pull/634
Full Changelog : https://github.com/mokeyish/smartdns-rs/compare/v0.12.2...v0.13.0