mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
openapi: upd chlog
This commit is contained in:
parent
8d1e1e8bec
commit
97a048b238
1 changed files with 8 additions and 1 deletions
|
@ -4,6 +4,13 @@
|
|||
|
||||
## v0.108.0: API changes
|
||||
|
||||
## v0.107.44: API changes
|
||||
|
||||
### Type correction in `Client`
|
||||
|
||||
* Field `upstreams_cache_size` of object `Client` now correctly has type
|
||||
`integer` instead of the previous incorrect type `boolean`.
|
||||
|
||||
## v0.107.42: API changes
|
||||
|
||||
### The new field `"serve_plain_dns"` in `TlsConfig`
|
||||
|
@ -152,7 +159,7 @@ has the following format:
|
|||
* The new field `"top_upstreams_responses"` in `GET /control/stats` method
|
||||
shows the total number of responses from each upstream.
|
||||
|
||||
* The new field `"top_upstrems_avg_time"` in `GET /control/stats` method shows
|
||||
* The new field `"top_upstreams_avg_time"` in `GET /control/stats` method shows
|
||||
the average processing time in seconds of requests from each upstream.
|
||||
|
||||
## v0.107.30: API changes
|
||||
|
|
Loading…
Add table
Reference in a new issue