Releases: mokeyish/smartdns-rs
Releases · mokeyish/smartdns-rs
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
v0.8.2
What's Changed
- ✨ Add support for self update
- ✨ Support setting H3 through HTTPS url fragment by @mokeyish in #237
- ✨ Add support for setting UDP so_mark by @mokeyish in #238
- ✨ Add support for connecting to UDP server via socks5 by @mokeyish in #245
- ✨ Add support for binding interface for nameserver by @mokeyish in #244
- ✨ Add support for resolving hostname by @mokeyish in #254
- ✨ Add support for custom hosts-file by @mokeyish in #255
- ✨Stop domain name prefetching when idle for more than 30 minutes by @mokeyish in #275
- ✨ Add support for wildcard domain match by @mokeyish in #280
- 👷 Update CI by @mokeyish in #281
- 👷 Update CI by @mokeyish in #263
- 🔨 Refactor speed test by @mokeyish in #278
- 🎨 Better dual stack selection by @mokeyish in #279
- 🐛 Fix for HTTPS queries bypassing local address rule by @mokeyish in #236
- 🐛 Fix parsing of log-console and server-tls by @mokeyish in #267
- 🐛 Fix cache ttl not updating by @mokeyish in #276
- 🐛 Add nameserver group verification for cached results by @mokeyish in #253
- 🐛 Fix cache ttl not updating by @mokeyish in #276
- ⬆Upgrade hickory by @mokeyish in #243
- ⬆️ Bump baptiste0928/cargo-install from 2 to 3 by @dependabot in #239
- ⬆️ Update which requirement from 5.0.0 to 6.0.0 by @dependabot in #247
- ⬆️ Update windows requirement from 0.52 to 0.54 by @dependabot in #248
- ⬆️ Update local-ip-address requirement from 0.5.3 to 0.6.1 by @dependabot in #250
- ⬆️ Bump extractions/setup-just from 1 to 2 by @dependabot in #251
- ⬆️ Bump softprops/action-gh-release from 0.1.15 to 2.0.2 by @dependabot in #258
- ⬆️ Update reqwest requirement from 0.11 to 0.12 by @dependabot in #261
- ⬆️ Bump softprops/action-gh-release from 2.0.2 to 2.0.4 by @dependabot in #259
- ⬆️ Update windows requirement from 0.54 to 0.56 by @dependabot in #268
- ⬆️ Update windows-service requirement from 0.6.0 to 0.7.0 by @dependabot in #269
- ⬆️ Bump softprops/action-gh-release from 2.0.4 to 2.0.5 by @dependabot in #274
New Contributors
Full Changelog: 0.7.2...v0.8.2
0.7.2
What's Changed
- ✨ Add support for windows 32-bit
- ✨ Add test configuration subcommand
- ✨ DoH supports num record type
- 🐛 Adopt a merge strategy for domain_set with the same name
- 🐛 Fastest IP test adds query type check #218
- 🐛 Restore whoami PTR query
- 🐛 Keep CNAME records #199
- 🐛 Fix windows path parsing by @mokeyish in #223
- 🐛 PTR query for private IP returns empty records. by @mokeyish in #224
- 🐛 Fix max_ip_reply_num when CNAME exists by @mokeyish in #226
- ⬆️ Bump ructions/toolchain from 1 to 2 by @dependabot in #216
Full Changelog: 0.7.1...0.7.2
0.7.1
What's Changed
- 🐛 Fix blocking async runtime by @mokeyish in #210
- 🐛 Fix domain-set parsing by @mokeyish in #211
- 🐛 Fix default log level from CampatibleCli by @mokeyish in #212
- 🎨 Fix address SOA handling by @mokeyish in #213
- 🎨 Allow http get to query DNS by @mokeyish in #214
- 👷 use ructions instead of actions-rs by @mokeyish in #215
Full Changelog: 0.7.0...0.7.1
0.7.0
What's Changed
- ✨ add support for DoQ by @mokeyish in #208
- ✨ add support for proxy dnssec by @mokeyish in #195
- ✨ DoH supports JSON format for querying DNS data by @mokeyish in #202
- ✨ add support for DoH3 by @mokeyish in #204
- 👷 add nightly build by @mokeyish in #206
- ✨ add support for http domainset provider by @mokeyish in #178
- ✨ add APIs for flush_cache and get_cache. by @mokeyish in #179
- ✨ add address/audit/forward and other APIs by @mokeyish in #180
- ✨ add support for
Whitelist domains
#172 by @mokeyish in #176 - 🐛 fix byte-unit #184 by @mokeyish in #185
- 🐛 fix config parsing error by @mokeyish in #200
- 🔨 refactor the listening server by @mokeyish in #201
- 🎨 migrate config parser to nom by @mokeyish in #177
- 🎨 add clap-verbosity-flag for log by @mokeyish in #191
- 🎨 split feature service and nft by @mokeyish in #207
- ⬆️ Update lru requirement from 0.11 to 0.12 by @dependabot in #170
- use axum as http listener by @mokeyish in #173
- add TrieMap by @mokeyish in #174
- Add benchmark by @mokeyish in #175
- ⬆️ Update which requirement from 4.3.0 to 5.0.0 by @dependabot in #171
- ⬆️ Update windows requirement from 0.51 to 0.52 by @dependabot in #181
- ⬆️ Update byte-unit requirement from 4.0.17 to 5.0.3 #183 with fixed build by @SamTV12345 in #184
- ⬆️ Bump actions/upload-artifact from 3 to 4 by @dependabot in #197
- 🐛 fix failed ECH check by @mokeyish in #205
Full Changelog: 0.6.5...0.7.0
0.6.5
What's Changed
- ⬆️ Update fast-socks5 requirement from 0.8.1 to 0.9.1 by @dependabot in #169
Full Changelog: 0.6.4...0.6.5
0.6.4
Full Changelog: 0.6.3...0.6.4
0.6.3
What's Changed
- ⬆️ Update webpki-roots requirement from 0.23.0 to 0.24.0 by @dependabot in #153
- ⬆️ Update lru requirement from 0.10 to 0.11 by @dependabot in #157
- 🐛 Fix typo by @Pinghigh in #164
New Contributors
Full Changelog: 0.6.2...0.6.3
0.6.2
What's Changed
- Create dependabot.yml by @mokeyish in #129
- ⬆️ Bump softprops/action-gh-release from 0.1.5 to 0.1.15 by @dependabot in #130
- ⬆️ Update windows requirement from 0.43.0 to 0.48.0 by @dependabot in #133
- ⬆️ Update webpki-roots requirement from 0.22.1 to 0.23.0 by @dependabot in #132
- ⬆️ Update windows-service requirement from 0.5.0 to 0.6.0 by @dependabot in #134
- ⬆️ Upgrade trust-dns. by @mokeyish in #137
- Added docker configuration and pihole to smartdns converter by @SamTV12345 in #144
- ⬆️ Update sysinfo requirement from 0.27 to 0.29 by @dependabot in #131
- ⬆️ Upgrade trust-dns. by @mokeyish in #148
- 🎨 Upstream servers allow multiple group names to be assigned by @mokeyish in #149
New Contributors
- @dependabot made their first contribution in #130
- @SamTV12345 made their first contribution in #144
Full Changelog: 0.6.1...0.6.2
0.6.1
What's Changed
- ⬆️smartdns-rust: update to 0.6.0 by @zxlhhyccc in #124
- ✨ Support setting
so_mark
by @mokeyish in #126 - 🐛 Fix address already in use on macos. by @mokeyish in #127
- ⬆️ Upgrade local-ip-address=0.5.3 by @mokeyish in #128
Full Changelog: 0.6.0...0.6.1