Skip to content
Merged
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
33 changes: 20 additions & 13 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.76] - 2026-06-01 (APPROX.)
## [v0.107.77] - 2026-06-01 (APPROX.)

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

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

NOTE: Add new changes BELOW THIS COMMENT.
-->
Expand All @@ -22,25 +22,31 @@ 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.76] - 2026-05-21

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

### Changed

- Duration values in YAML configuration file now support `d` (days) units and has been updated.

**NOTE:** Any rollback to version below the `v0.107.76` should convert the values back to hours.

### Deprecated

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

### Fixed

- DNS caching with disabled DNSSEC ([#8384]).

[#8384]: https://github.com/AdguardTeam/AdGuardHome/issues/8384

<!--
NOTE: Add new changes ABOVE THIS COMMENT.
-->
[ms-v0.107.76]: https://github.com/AdguardTeam/AdGuardHome/milestone/111?closed=1

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

Expand Down Expand Up @@ -3618,11 +3624,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.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.77...HEAD
[v0.107.77]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.76...v0.107.77
-->

[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.75...HEAD
[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
[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
Expand Down
Loading