Skip to content

Commit 8dd4962

Browse files
committed
Pull request 2541: upd-chlog
Squashed commit of the following: commit f04f9e7 Author: Eugene Burkov <[email protected]> Date: Wed Dec 3 19:24:57 2025 +0300 all: upd chlog
1 parent 57ac74c commit 8dd4962

File tree

1 file changed

+38
-22
lines changed

1 file changed

+38
-22
lines changed

CHANGELOG.md

Lines changed: 38 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,21 @@ The format is based on [*Keep a Changelog*](https://keepachangelog.com/en/1.0.0/
99
<!--
1010
## [v0.108.0] – TBA
1111
12-
## [v0.107.70] - 2025-11-25 (APPROX.)
12+
## [v0.107.71] - 2025-12-17 (APPROX.)
1313
14-
See also the [v0.107.70 GitHub milestone][ms-v0.107.70].
14+
See also the [v0.107.71 GitHub milestone][ms-v0.107.71].
1515
16-
[ms-v0.107.70]: https://github.com/AdguardTeam/AdGuardHome/milestone/105?closed=1
16+
[ms-v0.107.71]: https://github.com/AdguardTeam/AdGuardHome/milestone/106?closed=1
1717
1818
NOTE: Add new changes BELOW THIS COMMENT.
1919
-->
2020

21-
### Security
22-
23-
- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.25.5][go-1.25.5].
24-
25-
### Added
26-
27-
- New field `"start_time"` in the `GET /control/status` response.
28-
2921
### Changed
3022

3123
- Stale records in optimistic DNS cache now have an upper age limit controlled by `dns.cache_optimistic_max_age`. The default value is 12 hours.
3224

3325
- TTL for stale answers from optimistic DNS cache is now controlled by `dns.cache_optimistic_answer_ttl`. The default value is 30 seconds.
3426

35-
- Stale records in optimistic DNS cache now have an upper age limit of 12 hours.
36-
37-
- New blocked services UI.
38-
3927
#### Configuration changes
4028

4129
In this release, the schema version has changed from 31 to 32.
@@ -60,15 +48,34 @@ In this release, the schema version has changed from 31 to 32.
6048

6149
To roll back this change, set the `schema_version` back to `31`.
6250

51+
<!--
52+
NOTE: Add new changes ABOVE THIS COMMENT.
53+
-->
54+
55+
## [v0.107.70] - 2025-12-03
56+
57+
See also the [v0.107.70 GitHub milestone][ms-v0.107.70].
58+
59+
### Security
60+
61+
- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.25.5][go-1.25.5].
62+
63+
### Added
64+
65+
- New field `"start_time"` in the `GET /control/status` response.
66+
67+
### Changed
68+
69+
- Stale records in optimistic DNS cache now have an upper age limit of 12 hours.
70+
71+
- New blocked services UI.
72+
6373
### Fixed
6474

6575
- Generated mobileconfig could not be installed on macOS 26.1.
6676

6777
[go-1.25.5]: https://groups.google.com/g/golang-announce/c/8FJoBkPddm4
68-
69-
<!--
70-
NOTE: Add new changes ABOVE THIS COMMENT.
71-
-->
78+
[ms-v0.107.70]: https://github.com/AdguardTeam/AdGuardHome/milestone/105?closed=1
7279

7380
## [v0.107.69] - 2025-10-30
7481

@@ -85,6 +92,7 @@ See also the [v0.107.69 GitHub milestone][ms-v0.107.69].
8592
### Fixed
8693

8794
- DHCP settings could not be saved ([#8075]).
95+
8896
- DNS Rewrite edit modal did not populate with the correct values ([#8072]).
8997

9098
### Removed
@@ -107,6 +115,7 @@ See also the [v0.107.68 GitHub milestone][ms-v0.107.68].
107115
### Added
108116

109117
- New DNS rewrite settings endpoints `GET /control/rewrite/settings` and `PUT /control/rewrite/settings/update` ([#1765]). See `openapi/openapi.yaml` for details.
118+
110119
- New fields `"groups"` and `"group_id"` added to the HTTP API (`GET /control/blocked_services/all`). See `openapi/openapi.yaml` for the full description.
111120

112121
### Changed
@@ -118,6 +127,7 @@ See also the [v0.107.68 GitHub milestone][ms-v0.107.68].
118127
In this release, the schema version has changed from 30 to 31.
119128

120129
- Added a new boolean field `filtering.rewrites_enabled` to globally enable/disable DNS rewrites.
130+
121131
- Added a new boolean field `enabled` for each entry in `filtering.rewrites` to toggle individual rewrites.
122132

123133
```yaml
@@ -152,6 +162,7 @@ See also the [v0.107.67 GitHub milestone][ms-v0.107.67].
152162
### Added
153163

154164
- The *HaGeZi's DNS Rebind Protection* filter for protecting against DNS rebinding attacks ([#102]).
165+
155166
- Support for configuring the suggested default HTTP port for the installation wizard via the `ADGUARD_HOME_DEFAULT_WEB_PORT` environment variable (useful for vendors).
156167

157168
### Changed
@@ -161,6 +172,7 @@ See also the [v0.107.67 GitHub milestone][ms-v0.107.67].
161172
### Fixed
162173

163174
- Excessive configuration file overwrites when visiting the Web UI and a non-empty `language` is set.
175+
164176
- Lowered the severity of log messages for failed deletion of old filter files ([#7964]).
165177

166178
[#102]: https://github.com/AdguardTeam/AdGuardHome/issues/102
@@ -179,12 +191,15 @@ See also the [v0.107.66 GitHub milestone][ms-v0.107.66].
179191
### Changed
180192

181193
- Our snap package now uses the `core24` image as its base.
194+
182195
- Outgoing HTTP requests now use the `User-Agent` header `AdGuardHome/v0.107.66` (where `v0.107.66` is the current version) instead of `Go-http-client/1.1` ([#7979]).
183196

184197
### Fixed
185198

186199
- Authentication errors in the Web UI when AdGuard Home is behind a proxy that sets Basic Auth headers ([#7987]).
200+
187201
- The HTTP API `GET /control/profile` endpoint failing when no users were configured ([#7985]).
202+
188203
- Missing warning on the *Encryption Settings* page when using a certificate without an IP address.
189204

190205
[#7979]: https://github.com/AdguardTeam/AdGuardHome/issues/7979
@@ -3396,11 +3411,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2].
33963411
[ms-v0.104.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/28?closed=1
33973412

33983413
<!--
3399-
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.70...HEAD
3400-
[v0.107.70]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.69...v0.107.70
3414+
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.71...HEAD
3415+
[v0.107.71]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.70...v0.107.71
34013416
-->
34023417

3403-
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.69...HEAD
3418+
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.70...HEAD
3419+
[v0.107.70]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.69...v0.107.70
34043420
[v0.107.69]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.68...v0.107.69
34053421
[v0.107.68]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.67...v0.107.68
34063422
[v0.107.67]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.66...v0.107.67

0 commit comments

Comments
 (0)