Releases: mokeyish/smartdns-rs
Releases · mokeyish/smartdns-rs
v0.9.0
What's Changed
- ✨ Add support for saving cache periodically by @mokeyish in #395
- ✨ Add support for https-record by @mokeyish in #396
- ✨ Add support for srv-record by @mokeyish in #388
- ⚡ Optimize cache and connection concurrency by @mokeyish in #411
- 🐛 Fix CNAME record not added when query A by @mokeyish in #403
- 🐛Fix CNAME error DNS_PROBE_FINISHED_NXDOMAIN by @mokeyish in #387
- 🐛 Fix the default path for parsing H3 by @mokeyish in #405
- 🐛 Fix DoH/DoH3 not supporting pure IPv6 addresses by @mokeyish in #406
- 🐛 Fix domain rules minimum TTL not work by @mokeyish in #408
- 🐛 Fix
no-serve-expired
andresponse-mode
not parsed by @mokeyish in #410 - 💚 Use branch name as version when build missing version by @mokeyish in #407
- 🐛 Ignore UdpSocket's WSAECONNRESET error on Windows by @mokeyish in #392
- 🎨 reuse nom_recipes by @mokeyish in #404
- 🎨 Use sleep instead of interval to avoid saving DNS cache at statup by @mokeyish in #409
- fix example config in README.md by @cocoon in #398
- ⬆ update hickory-dns by @mokeyish in #402
Full Changelog:mokeyish/hickory-dns@0.25.0-smartdns.4...0.25.0-smartdns.5
New Contributors
Full Changelog: v0.8.7...v0.9.0
v0.8.8-alpha.1
What's Changed
- ✨ Add support for srv-record by @mokeyish in #388
- ✨ Add support for https-record by @mokeyish in #396*
- ✨ Add support for saving cache periodically by @mokeyish in #395
- 🐛 Fix CNAME error DNS_PROBE_FINISHED_NXDOMAIN by @mokeyish in #387
- 🐛 Fix CNAME record not added when query A by @mokeyish in #403
- 🐛 Ignore UdpSocket's WSAECONNRESET error on Windows by @mokeyish in #392
- fix example config in README.md by @cocoon in #398
- 🎨 reuse nom_recipes by @mokeyish in #404
- ⬆ update hickory-dns by @mokeyish in #402
Full Changelog:mokeyish/hickory-dns@0.25.0-smartdns.4...0.25.0-smartdns.5
New Contributors
Full Changelog: v0.8.7...v0.8.8-alpha.1
v0.8.7
What's Changed
- 🐛 Fix
domain-rules -c none
not work by @mokeyish in #351 - ⬆️ Bump quinn-proto from 0.11.3 to 0.11.8 by @dependabot in #362
- 🐛 Fixed the problem of being unable to query after being disconnected… by @mokeyish in #376
- 🐛 Fix "no connections available" for default nameserver group by @mokeyish in #378
- ✨ Enhance filepath resolving by @mokeyish in #379
- 👷 Automatically detect whether it is prerelease by @mokeyish in #380
- ✨ self-update supports for upgrading to specific version by @mokeyish in #381
- ✨ Select nameserver base on QueryStatistics by @mokeyish in #382
- ⬆️ Bump cc from 1.0.104 to 1.1.19 by @dependabot in #375
Full Changelog: v0.8.6...v0.8.7
v0.8.7-alpha.3
What's Changed
- ✨ self-update supports for upgrading to specific version by @mokeyish in #381
- ✨ Select nameserver base on QueryStatistics by @mokeyish in #382
Full Changelog: v0.8.7-alpha.2...v0.8.7-alpha.3
v0.8.7-alpha.2
v0.8.7-alpha.1
What's Changed
- 🐛 Fix
domain-rules -c none
not work by @mokeyish in #351 - ⬆️ Bump quinn-proto from 0.11.3 to 0.11.8 by @dependabot in #362
- 🐛 Fixed the problem of being unable to query after being disconnected… by @mokeyish in #376
Full Changelog: v0.8.6...v0.8.7-alpha.1
v0.8.6
What's Changed
- 🎨 Skip adding nftset when querying in the background by @mokeyish in #333
- ✨ Add support for querying PTR from hosts file by @mokeyish in #335
- ✨ Support adding ip to nftset by @mokeyish in #320
- 🐛 Fix panic of select_ok by @mokeyish in #321
- 💚 Support aarch64-pc-windows-msvc by @mokeyish in #152
- ⬆️ Bump num-traits from 0.2.17 to 0.2.19 by @dependabot in #313
- ⬆️ Bump async-trait from 0.1.77 to 0.1.80 by @dependabot in #316
- ⬆️ Bump url from 2.5.1 to 2.5.2 by @dependabot in #323
- ⬆️ Bump clap from 4.5.6 to 4.5.7 by @dependabot in #317
- ⬆️ Bump softprops/action-gh-release from 2.0.5 to 2.0.6 by @dependabot in #322
- ⬆️ Bump windows from 0.56.0 to 0.57.0 by @dependabot in #315
- ⬆️ Bump cc from 1.0.83 to 1.0.104 by @dependabot in #326
- ⬆️ Bump clap from 4.5.7 to 4.5.8 by @dependabot in #325
Full Changelog: v0.8.5...v0.8.6
v0.8.5
What's Changed
- 🐛 Fix nameserver subnet not work by @mokeyish in #310
- ⚡Optimize cache prefetch module by @mokeyish in #311
- ⬆️ Upgrade dependency hickory-dns by @mokeyish in #309
- ⬆️ Bump url from 2.5.0 to 2.5.1 by @dependabot in #305
- ⬆️ Bump enum_dispatch from 0.3.12 to 0.3.13 by @dependabot in #302
- ⬆️ Bump clap from 4.4.18 to 4.5.6 by @dependabot in #303
- ⬆️ Bump serde from 1.0.196 to 1.0.203 by @dependabot in #306
- ⬆️ Bump anyhow from 1.0.79 to 1.0.86 by @dependabot in #304
- ⬆️ Bump chrono from 0.4.35 to 0.4.38 by @dependabot in #301
Full Changelog: v0.8.4...v0.8.5
v0.8.4
v0.8.3
What's Changed
- ⬆️ Bump h2 from 0.4.2 to 0.4.5 by @dependabot in #284
- ⬆️ Bump mio from 0.8.10 to 0.8.11 by @dependabot in #283
- ⬆️ Bump clap-verbosity-flag from 2.1.2 to 2.2.0 by @dependabot in #287
- ⬆️ Bump surge-ping from 0.8.0 to 0.8.1 by @dependabot in #289
- ⬆️ Bump serde from 1.0.196 to 1.0.203 by @dependabot in #286
- ⬆️ Bump which from 6.0.0 to 6.0.1 by @dependabot in #291
- ⬆️ Bump anyhow from 1.0.79 to 1.0.86 by @dependabot in #290
- ⬆️ Bump bytes from 1.5.0 to 1.6.0 by @dependabot in #288
- 🐛 Fix windows service uninstall failure by @mokeyish in #298
Full Changelog: v0.8.2...v0.8.3