Changes compared to the previous beta, v0.108.0-b.18. See CHANGELOG.md for all changes.
Full Changelog
Security
- Go version has been updated to prevent the possibility of exploiting the CVE-2022-41716 Go vulnerability fixed in Go 1.18.8.
Added
- The warning message when adding a certificate having no IP addresses (#4898).
- Several new blockable services (#3972). Those will now be more in sync with the services that are already blockable in AdGuard DNS.
- A new HTTP API,
GET /control/blocked_services/all
, that lists all available blocked services and their data, such as SVG icons (#3972). - The ability to put ClientIDs into DNS-over-HTTPS hostnames as opposed to URL paths (#3418). Note that AdGuard Home checks the server name only if the URL does not contain a ClientID.
Changed
- DNS-over-TLS resolvers aren't returned anymore when the configured TLS certificate contains no IP addresses (#4927).
Deprecated
- The
GET /control/blocked_services/services
HTTP API; use the newGET /control/blocked_services/all
API instead (#3972).
Fixed
- ClientIDs not working when using DNS-over-HTTPS with HTTP/3.
- Editing the URL of an enabled rule list also includes validation of the filter contents preventing from saving a bad one (#4916).