Skip to content

Releases: AdguardTeam/dnsproxy

Release v0.46.6

04 Feb 12:45
ea04aad
Compare
Choose a tag to compare

Fixes netbsd build

Release v0.46.5

14 Dec 15:19
Compare
Choose a tag to compare

Fixed

Release v0.46.4

02 Dec 12:49
Compare
Choose a tag to compare

Fixed

  • proxy.Proxy.ClearCache method panicking.

Release v0.46.3

01 Dec 15:49
Compare
Choose a tag to compare

Added

  • proxy.Proxy.ClearCache() method to clear DNS cache.

  • --pprof command-line flag to expose the debug API on http://localhost:6060.

Release v0.46.2

25 Oct 15:09
Compare
Choose a tag to compare

Fixed

  • proxy.UpstreamConfig now properly closes all the underlying upstream.Upstreams.

Release v0.46.1

19 Oct 12:56
Compare
Choose a tag to compare
v0.46.1

Release v0.46.0

18 Oct 12:30
Compare
Choose a tag to compare

Changed

  • Upstream now implements the io.Closer interface. Note, that it's important to close Upstream in the code that uses dnsproxy as a library.

Release v0.45.4

13 Oct 12:31
Compare
Choose a tag to compare

Fixed

  • The github.com/lucas-clemente/quic-go dependency updated to v0.29.2 which fixes busy-looping.

Release v0.45.3

11 Oct 10:33
Compare
Choose a tag to compare

Changed

  • Responses with SERVFAIL response code are now cached for 30 seconds.

Fixed

  • Queries with disabled DNSSEC checking (CD flag) aren't cached now.

Release v0.45.2

30 Sep 15:18
Compare
Choose a tag to compare

Fixed

  • Previously removed proxy.Proxy's implementation of the http.Handler interface has been reverted.