mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-26 20:19:06 +03:00
all: upd chlog
This commit is contained in:
parent
496cbba94e
commit
76d0371220
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
- 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
|
### Deprecated
|
||||||
|
|
||||||
- The `GET /clients/find` HTTP API is deprecated. Use the new `POST /clients/search` API.
|
- 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]).
|
- 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
|
[#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
|
[go-1.23.5]: https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI
|
||||||
|
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -3,7 +3,7 @@ module github.com/AdguardTeam/AdGuardHome
|
||||||
go 1.23.5
|
go 1.23.5
|
||||||
|
|
||||||
require (
|
require (
|
||||||
// TODO!!
|
// TODO(s.chzhen): !! Update to tag.
|
||||||
github.com/AdguardTeam/dnsproxy v0.74.2-0.20250123124619-13a82417e9e2
|
github.com/AdguardTeam/dnsproxy v0.74.2-0.20250123124619-13a82417e9e2
|
||||||
github.com/AdguardTeam/golibs v0.31.0
|
github.com/AdguardTeam/golibs v0.31.0
|
||||||
github.com/AdguardTeam/urlfilter v0.20.0
|
github.com/AdguardTeam/urlfilter v0.20.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue