Skip to content

v0.23.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@bluejekyll bluejekyll released this 03 Jun 05:13
· 280 commits to main since this release
4d3b5a2

Fixed

  • (server) Merge up deny response in requests to server #1954
  • (proto) remove duplicate is_soa function #1948 by mattsse
  • (resolver) Fix minimal tokio version requirement #1931 by Gelbpunkt

Changed

  • (all) Bump log to v0.4.18 #1949 by daxpedda
  • (proto) Make RData::read() API public #1945 by djc
  • (all) Replace lazy_static with once_cell #1944 by daxpedda
  • (resolver) Return Self from AsyncResolver::new() #1942 by daxpedda
  • (all) Use default-features = false for quinn #1941 by daxpedda
  • (all) remove the direct dependency to quinn-udp #1935 by zh-jq

Added

  • (resolver) add test for connecting DoH with pure IP Address #1936 by mokeyish
  • (resolver) add NameServerConfigGroup::from_ips_quic #1929 by zh-jq