Changes compared to the previous beta, v0.108.0-b.16. See CHANGELOG.md for all changes.
Acknowledgements
A special thanks to our open-source contributor, @ishanjain28, as well as to everyone who filed and inspected issues, added translations, and helped us test this release!
Full Changelog
Security
- As an additional CSRF protection measure, AdGuard Home now ensures that requests that change its state but have no body (such as
POST /control/stats_reset
requests) do not have aContent-Type
header set on them (#4970).
Added
Experimental HTTP/3 Support
See #3955 and the related issues for more details. These features are still experimental and may break or change in the future.
-
DNS-over-HTTP/3 DNS and web UI client request support. This feature must be explicitly enabled by setting the new property
dns.serve_http3
in the configuration file totrue
. -
DNS-over-HTTP upstreams can now upgrade to HTTP/3 if the new configuration file property
use_http3_upstreams
is set totrue
. -
Upstreams with forced DNS-over-HTTP/3 and no fallback to prior HTTP versions using the
h3://
scheme.