Releases: AdguardTeam/dnsproxy
Releases · AdguardTeam/dnsproxy
Release v0.81.0
Release v0.80.0
Added
-
The command-line flags
--doh-routes,--doh-insecure-enabled.
Removed
Release v0.79.0
Fixed
- Issue with QUIC buffers (#484).
Changed
-
package
handlerrenamed tomiddleware. -
proxy.RequestHandlerrenamed toproxy.Handler.
Added
-
ratelimitpackage. -
proxy.Middlewareinterface.
Removed
proxy.ResponseHandler,proxy.Config.ResponseHandler, and ratelimit configuration fields inproxy.Config.
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.