Skip to content

0.8.1

Compare
Choose a tag to compare
@partim partim released this 18 Sep 14:14
· 309 commits to main since this release
ddcf5fe

New

  • Added a new method FoundSrvs::into_srvs that converts the value into an iterator over the found SRV records without resolving them further. (#174, #214 by @WhyNotHugo); this was added in 0.7.2 but missing in 0.8.0)
  • Added impl of Borrow<Dname<[u8]>> and AsRef<Dname<[u8]>> for Dname<_>. (#219 by [@iximeow}], #225)
  • Added Dname::fmt_with_dot that can be used when wanting to display a domain name with a dot at the end. (#210)

Bug Fixes

  • Fixed trait bounds on FoundSrvs::into_stream to make it usable again. (#174, [#214 by @WhyNotHugo]; this was fixed in 0.7.2 but missing in 0.8.0)
  • Fixed scanning of domain names that are just the root label. (#210)
  • Fixed util::base64::SymbolConverter to also include the final group in the output if there is padding. (#212)