Skip to content

v0.23.0-alpha.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@bluejekyll bluejekyll released this 02 Aug 20:03
· 213 commits to main since this release

0.23.0

Fixed

  • (proto) Fix truncation for UDP #1975 by nmittler

Changed

  • (resolver) fix(resolver): correct ttl from lru cache #1984 by iberryful
  • (ci) Use dtolnay/rust-toolchain #1993 by waywardmonkeys
  • (all) update the minimum required openssl version #1979 by bluejekyll
  • (bin) Print offending bind error in panic message #1971 by wprzytula

Added

  • (resolver) Add Google DoT and DoH to ResolverConfig #1989 by daxpedda
  • (server) Adding graceful shutdown to server #1977 by nmittler