all: upd chlog

This commit is contained in:
Stanislav Chzhen 2025-01-27 20:32:44 +03:00
parent 496cbba94e
commit 76d0371220
2 changed files with 6 additions and 2 deletions

View file

@ -26,6 +26,10 @@ NOTE: Add new changes BELOW THIS COMMENT.
- 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.
### Changed
- Improved upstream statistics to provide more accurate data ([#6818]).
### Deprecated
- The `GET /clients/find` HTTP API is deprecated. Use the new `POST /clients/search` API.
@ -36,8 +40,8 @@ NOTE: Add new changes BELOW THIS COMMENT.
- The formatting of large numbers on the dashboard ([#7329]).
[#7513]: https://github.com/AdguardTeam/AdGuardHome/issues/7513
[#7329]: https://github.com/AdguardTeam/AdGuardHome/issues/7329
[#7513]: https://github.com/AdguardTeam/AdGuardHome/issues/7513
[go-1.23.5]: https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/AdguardTeam/AdGuardHome
go 1.23.5
require (
// TODO!!
// TODO(s.chzhen): !! Update to tag.
github.com/AdguardTeam/dnsproxy v0.74.2-0.20250123124619-13a82417e9e2
github.com/AdguardTeam/golibs v0.31.0
github.com/AdguardTeam/urlfilter v0.20.0