Merge branch 'master' into 7555-fix-ra-packets
This commit is contained in:
69
CHANGELOG.md
69
CHANGELOG.md
@@ -9,15 +9,61 @@ The format is based on [*Keep a Changelog*](https://keepachangelog.com/en/1.0.0/
|
||||
<!--
|
||||
## [v0.108.0] – TBA
|
||||
|
||||
## [v0.107.56] - 2025-01-10 (APPROX.)
|
||||
## [v0.107.58] - 2025-03-11 (APPROX.)
|
||||
|
||||
See also the [v0.107.56 GitHub milestone][ms-v0.107.56].
|
||||
See also the [v0.107.58 GitHub milestone][ms-v0.107.58].
|
||||
|
||||
[ms-v0.107.56]: https://github.com/AdguardTeam/AdGuardHome/milestone/91?closed=1
|
||||
[ms-v0.107.58]: https://github.com/AdguardTeam/AdGuardHome/milestone/93?closed=1
|
||||
|
||||
NOTE: Add new changes BELOW THIS COMMENT.
|
||||
-->
|
||||
|
||||
### Fixed
|
||||
|
||||
- Changes to global upstream DNS settings not applying to custom client upstream configurations.
|
||||
- The formatting of large numbers in the clients tables on the *Client settings* page ([#7583]).
|
||||
|
||||
[#7583]: https://github.com/AdguardTeam/AdGuardHome/issues/7583
|
||||
|
||||
<!--
|
||||
NOTE: Add new changes ABOVE THIS COMMENT.
|
||||
-->
|
||||
|
||||
## [v0.107.57] - 2025-02-20
|
||||
|
||||
See also the [v0.107.57 GitHub milestone][ms-v0.107.57].
|
||||
|
||||
### Security
|
||||
|
||||
- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.23.6][go-1.23.6].
|
||||
|
||||
### Added
|
||||
|
||||
- The ability to specify the upstream timeout in the Web UI.
|
||||
|
||||
### Changed
|
||||
|
||||
- The *Fastest IP address* upstream mode now correctly collects statistics for all upstream DNS servers.
|
||||
|
||||
### Fixed
|
||||
|
||||
- The hostnames of DHCP clients not being shown in the *Top clients* table on the dashboard ([#7627]).
|
||||
- The formatting of large numbers in the upstream table and query log ([#7590]).
|
||||
|
||||
[#7590]: https://github.com/AdguardTeam/AdGuardHome/issues/7590
|
||||
[#7627]: https://github.com/AdguardTeam/AdGuardHome/issues/7627
|
||||
|
||||
[go-1.23.6]: https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k
|
||||
[ms-v0.107.57]: https://github.com/AdguardTeam/AdGuardHome/milestone/92?closed=1
|
||||
|
||||
## [v0.107.56] - 2025-01-23
|
||||
|
||||
See also the [v0.107.56 GitHub milestone][ms-v0.107.56].
|
||||
|
||||
### Security
|
||||
|
||||
- Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in [1.23.5][go-1.23.5].
|
||||
|
||||
### Added
|
||||
|
||||
- The new HTTP API `POST /clients/search` that finds clients by their IP addresses, CIDRs, MAC addresses, or ClientIDs. See `openapi/openapi.yaml` for the full description.
|
||||
@@ -29,14 +75,17 @@ NOTE: Add new changes BELOW THIS COMMENT.
|
||||
### Fixed
|
||||
|
||||
- Invalid ICMPv6 Router Advertisement messages ([#7547]).
|
||||
|
||||
- Request count link in the clients table ([#7513]).
|
||||
|
||||
- The formatting of large numbers on the dashboard ([#7329]).
|
||||
|
||||
[#7329]: https://github.com/AdguardTeam/AdGuardHome/issues/7329
|
||||
[#7513]: https://github.com/AdguardTeam/AdGuardHome/issues/7513
|
||||
[#7547]: https://github.com/AdguardTeam/AdGuardHome/issues/7547
|
||||
|
||||
<!--
|
||||
NOTE: Add new changes ABOVE THIS COMMENT.
|
||||
-->
|
||||
[go-1.23.5]: https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI
|
||||
[ms-v0.107.56]: https://github.com/AdguardTeam/AdGuardHome/milestone/91?closed=1
|
||||
|
||||
## [v0.107.55] - 2024-12-11
|
||||
|
||||
@@ -2978,11 +3027,13 @@ 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.56...HEAD
|
||||
[v0.107.55]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.55...v0.107.56
|
||||
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.58...HEAD
|
||||
[v0.107.58]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.57...v0.107.58
|
||||
-->
|
||||
|
||||
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.55...HEAD
|
||||
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.57...HEAD
|
||||
[v0.107.57]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.56...v0.107.57
|
||||
[v0.107.56]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.55...v0.107.56
|
||||
[v0.107.55]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.54...v0.107.55
|
||||
[v0.107.54]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.53...v0.107.54
|
||||
[v0.107.53]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.52...v0.107.53
|
||||
|
||||
Reference in New Issue
Block a user