v0.0.14 Streamline use of DNS resolvers, Enhanced Reliability #200
fortuna
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
transport
,tls
andtlsfrag
by @jyyi1 in fix: prevent conn leakage intransport
,tls
andtlsfrag
#195Full Changelog: v0.0.13...v0.0.14
Beta Was this translation helpful? Give feedback.
All reactions