Skip to content

v0.0.14 Streamline use of DNS resolvers, Enhanced Reliability

Compare
Choose a tag to compare
@fortuna fortuna released this 15 Mar 15:04
· 221 commits to main since this release
cf06e52

Effortless Custom DNS with dns.NewStreamDialer

Configuring custom DNS resolvers within StreamDialers is straightforward now. Introducing dns.NewStreamDialer: provide your DNS resolver and a base dialer, and it handles Happy Eyeballs resolution and selection for optimized connectivity.

Fixed Connection Leaks

We've addressed connection leaks in error scenarios. This is an important upgrade for maintaining application stability.

Changelog

  • feat: create dns.NewStreamDialer by @fortuna in #180
  • fix: prevent conn leakage in transport, tls and tlsfrag by @jyyi1 in #195

Full Changelog: v0.0.13...v0.0.14