AdGuard Home - Package Updates
Pinned
AdGuard Home
-
[1.13.0]
- Update base image to 5.0.0
-
[1.13.1]
- Update AdGuardHome to 0.108.0-b.65
- Full Changelog
- The ability to check filtering rules for host names using an optional query type and optional ClientID or client IP address (#4036).
- Optional
client
andqtype
URL query parameters to theGET /control/check_host
HTTP API. - Rules with the
client
modifier not working (#7708). - The search form not working in the query log (#7704).
- Clearing the DNS cache on the DNS settings page now includes both global cache and custom client cache.
-
[1.13.2]
- Update AdGuardHome to 0.108.0-b.66
- Full Changelog
- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.24.2][go-1.24.2].
- Node 20 support, Node 22 will be required in future releases.
- Filtering for DHCP clients (#7734).
- Validation process for the HTTPS port on the Encryption Settings page.
- Node 18 support.
-
[1.13.3]
- Update AdGuardHome to 0.108.0-b.67
- Full Changelog
- Any simultaneous requests that are considered duplicates will now only result in a single request to upstreams, reducing the chance of a cache poisoning attack succeeding. This is controlled by the new configuration object
pending_requests
, which has a singleenabled
property, set totrue
by default. - Incorrect label on login page (#7729).