@@ -9,15 +9,52 @@ The format is based on [*Keep a Changelog*](https://keepachangelog.com/en/1.0.0/
9
9
<!--
10
10
## [v0.108.0] – TBA
11
11
12
- ## [v0.107.59 ] - 2025-04-01 (APPROX.)
12
+ ## [v0.107.60 ] - 2025-04-01 (APPROX.)
13
13
14
- See also the [v0.107.59 GitHub milestone][ms-v0.107.59 ].
14
+ See also the [v0.107.60 GitHub milestone][ms-v0.107.60 ].
15
15
16
- [ms-v0.107.59 ]: https://github.com/AdguardTeam/AdGuardHome/milestone/94 ?closed=1
16
+ [ms-v0.107.60 ]: https://github.com/AdguardTeam/AdGuardHome/milestone/95 ?closed=1
17
17
18
18
NOTE: Add new changes BELOW THIS COMMENT.
19
19
-->
20
20
21
+ ### Security
22
+
23
+ - Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.24.2][go-1.24.2].
24
+
25
+ ### Changed
26
+
27
+ - Alpine Linux version in `Dockerfile` has been updated to 3.21 ([#7588]).
28
+
29
+ ### Deprecated
30
+
31
+ - Node 20 support, Node 22 will be required in future releases.
32
+
33
+ **NOTE:** `npm` may be replaced with a different tool, such as `pnpm` or `yarn`, in a future release.
34
+
35
+ ### Fixed
36
+
37
+ - Filtering for DHCP clients ([#7734]).
38
+
39
+ - Validation process for the HTTPS port on the *Encryption Settings* page.
40
+
41
+ ### Removed
42
+
43
+ - Node 18 support.
44
+
45
+ [#7588]: https://github.com/AdguardTeam/AdGuardHome/issues/7588
46
+ [#7734]: https://github.com/AdguardTeam/AdGuardHome/issues/7734
47
+
48
+ [go-1.24.2]: https://groups.google.com/g/golang-announce/c/Y2uBTVKjBQk
49
+
50
+ <!--
51
+ NOTE: Add new changes ABOVE THIS COMMENT.
52
+ -->
53
+
54
+ ## [v0.107.59] - 2025-03-21
55
+
56
+ See also the [v0.107.59 GitHub milestone][ms-v0.107.59].
57
+
21
58
### Fixed
22
59
23
60
- Searching for persistent clients using an exact match for CIDR in the `POST /clients/search HTTP API`.
@@ -29,9 +66,7 @@ NOTE: Add new changes BELOW THIS COMMENT.
29
66
[#7704]: https://github.com/AdguardTeam/AdGuardHome/issues/7704
30
67
[#7708]: https://github.com/AdguardTeam/AdGuardHome/issues/7708
31
68
32
- <!--
33
- NOTE: Add new changes ABOVE THIS COMMENT.
34
- -->
69
+ [ms-v0.107.59]: https://github.com/AdguardTeam/AdGuardHome/milestone/94?closed=1
35
70
36
71
## [v0.107.58] - 2025-03-19
37
72
@@ -3064,11 +3099,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2].
3064
3099
[ms-v0.104.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/28?closed=1
3065
3100
3066
3101
<!--
3067
- [Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.59 ...HEAD
3068
- [v0.107.59 ]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.58 ...v0.107.59
3102
+ [Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.60 ...HEAD
3103
+ [v0.107.60 ]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.59 ...v0.107.60
3069
3104
-->
3070
3105
3071
- [Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.58...HEAD
3106
+ [Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.59...HEAD
3107
+ [v0.107.59]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.58...v0.107.59
3072
3108
[v0.107.58]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.57...v0.107.58
3073
3109
[v0.107.57]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.56...v0.107.57
3074
3110
[v0.107.56]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.55...v0.107.56
0 commit comments