Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 22 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The format is based on [*Keep a Changelog*](https://keepachangelog.com/en/1.0.0/
<!--
## [v0.108.0] – TBA

## [v0.107.75] - 2026-05-01 (APPROX.)
## [v0.107.76] - 2026-06-01 (APPROX.)

See also the [v0.107.75 GitHub milestone][ms-v0.107.75].
See also the [v0.107.76 GitHub milestone][ms-v0.107.76].

[ms-v0.107.75]: https://github.com/AdguardTeam/AdGuardHome/milestone/110?closed=1
[ms-v0.107.76]: https://github.com/AdguardTeam/AdGuardHome/milestone/111?closed=1

NOTE: Add new changes BELOW THIS COMMENT.
-->
Expand All @@ -22,6 +22,18 @@ NOTE: Add new changes BELOW THIS COMMENT.

- New `reason` query parameter in `GET /control/querylog`. See `openapi/openapi.yaml` for the full description.

### Deprecated

- Query parameter `response_status` in `GET /control/querylog` is now deprecated. Use new `reason` query parameter instead.

<!--
NOTE: Add new changes ABOVE THIS COMMENT.
-->

## [v0.107.75] - 2026-05-19

See also the [v0.107.75 GitHub milestone][ms-v0.107.75].

### Security

- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.26.3][go-1.26.3].
Expand All @@ -38,10 +50,6 @@ NOTE: Add new changes BELOW THIS COMMENT.

- `enable_dnssec` in `dns` configuration now defines whether the proxy should set the DO flag in the upstream requests, the default is `true` ([#7046]).

### Deprecated

- Query parameter `response_status` in `GET /control/querylog` is now deprecated. Use new `reason` query parameter instead.

### Fixed

- Statistics database deadlock ([#8359]).
Expand All @@ -54,16 +62,14 @@ NOTE: Add new changes BELOW THIS COMMENT.

- Safe Browsing and Parental Control labels on the General Settings page not updating after changing the UI language.

[#7046]: https://github.com/AdguardTeam/AdGuardHome/issues/7046
[#6823]: https://github.com/AdguardTeam/AdGuardHome/issues/6823
[#7046]: https://github.com/AdguardTeam/AdGuardHome/issues/7046
[#8348]: https://github.com/AdguardTeam/AdGuardHome/issues/8348
[#8359]: https://github.com/AdguardTeam/AdGuardHome/issues/8359

[ms-v0.107.75]: https://github.com/AdguardTeam/AdGuardHome/milestone/110?closed=1
[go-1.26.3]: https://groups.google.com/g/golang-announce/c/qcCIEXso47M

<!--
NOTE: Add new changes ABOVE THIS COMMENT.
-->

## [v0.107.74] - 2026-04-16

See also the [v0.107.74 GitHub milestone][ms-v0.107.74].
Expand Down Expand Up @@ -3600,11 +3606,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2].
[ms-v0.104.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/28?closed=1

<!--
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.75...HEAD
[v0.107.75]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.74...v0.107.75
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.76...HEAD
[v0.107.76]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.75...v0.107.76
-->

[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.74...HEAD
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.75...HEAD
[v0.107.75]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.74...v0.107.75
[v0.107.74]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.73...v0.107.74
[v0.107.73]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.72...v0.107.73
[v0.107.72]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.71...v0.107.72
Expand Down
2 changes: 1 addition & 1 deletion client/src/__locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
"example_rewrite_wildcard": "herschrijf reacties voor alle subdomeinen van <0>example.org</0>.",
"example_upstream_comment": "een commentaar.",
"example_upstream_doh": "versleutelde <0>DNS-via-HTTPS</0>;",
"example_upstream_doh3": "versleutelde DNS-over-HTTPS met geforceerde <0>HTTP/3</0> en geen terugval naar HTTP/2 of lager;",
"example_upstream_doh3": "versleutelde DNS-over-HTTPS met geforceerde <0>HTTP/3</0> en geen back-up naar HTTP/2 of lager;",
"example_upstream_doq": "versleutelde <0>DNS-via-QUIC</0>;",
"example_upstream_dot": "versleutelde <0>DNS-via-TLS</0>;",
"example_upstream_regular": "standaard DNS (over UDP);",
Expand Down
Loading
Loading