Skip to content

0.19.4 async-std-resolver support

Compare
Choose a tag to compare
@bluejekyll bluejekyll released this 12 Apr 00:18
· 64 commits to release/0.19 since this release

0.19.4

Fixed

  • (resolver) properly reuse connections, for TCP, TLS, and HTTPS #1058

Added

  • (resolver) option to include intermediate (CNAME) records in results (@balboah) #1028
  • (async-std-resolver) added implementation for async-std! woohoo! (@belak) #1067 #1051 #926
  • (server) add support for $INCLUDE in zone files (@kachayev) #1027
  • (proto) exposed LabelIter from Name (@avitex) #1064

Changed

  • (all) updated rustls to 0.17
  • (all) updated tokio-rustls to 0.13
  • (all) min rustc compiler version now 1.40