Releases: AdguardTeam/dnsproxy
Releases · AdguardTeam/dnsproxy
Release v0.78.2
Changed
- The version of Go updated to
1.25.5.
Fixed
proxy.Config.CacheOptimisticAnswerTTLandproxy.Config.CacheOptimisticMaxAgewere not set to default values again.
Release v0.78.1
Fixed
proxy.Config.CacheOptimisticAnswerTTLandproxy.Config.CacheOptimisticMaxAgewere not set to default values, as documented.
Release v0.78.0
Added
proxy.Config.CacheOptimisticAnswerTTLandproxy.Config.CacheOptimisticMaxAgefields to control the behavior of the optimistic cache.
Changed
upstream.QUICTraceFuncis nowupstream.QUICTracer.
Release v0.77.0
Changed
- The function
upstream.NewDefaultHostsResolvernow expectscontext.Context. - The version of Go updated to
1.25.2.
Release v0.76.2
Changed
- The version of Go updated to
1.25.1.
Release v0.76.1
Fixed
- TTL override calculation.
Release v0.76.0
Changed
quic-goupdate: fieldsQUICConnectionandQUICStreamofproxy.DNSContexttype are now pointer to structs.
Removed
- The previously deprecated function
fastip.NewFastestAddr.
Release v0.75.6
Fixed
- Opened listeners are now closed on failed start.
Release v0.75.5
Changed
- Improved logging.
- Updated
gonumdependency.
Release v0.75.4
Fixed
- The custom cache provided through
DNSContextis now utilized even when the global cache is disabled.