Skip to content

Commit

Permalink
Pull request 2118: 6564-doc-fix
Browse files Browse the repository at this point in the history
Updates AdguardTeam#6564.

* commit '9bfad46a6ca813fe1d6e50b7039476351f2c68c6':
  openapi: upd chlog
  correct schema type for client upstreams_cache_size
  • Loading branch information
ainar-g committed Dec 20, 2023
2 parents 38b3ec1 + 9bfad46 commit 4698579
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion openapi/CHANGELOG.md
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi.yaml
Expand Up @@ -2709,7 +2709,7 @@
changed.
This behaviour can be changed in the future versions.
'type': 'boolean'
'type': 'integer'
'ClientAuto':
'type': 'object'
'description': 'Auto-Client information'
Expand Down

0 comments on commit 4698579

Please sign in to comment.