From 8d1e1e8bec72e6c05d2fc928ba4874762c40bf95 Mon Sep 17 00:00:00 2001 From: Marc Brugger Date: Wed, 20 Dec 2023 07:52:39 +0100 Subject: [PATCH 1/2] correct schema type for client upstreams_cache_size Signed-off-by: bakito --- openapi/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 5ab3fa52..781959ff 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -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' From 97a048b238926cad8fed19bcff8c2dae2f9262ff Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 20 Dec 2023 18:15:20 +0300 Subject: [PATCH 2/2] openapi: upd chlog --- openapi/CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/openapi/CHANGELOG.md b/openapi/CHANGELOG.md index b71ee56c..66966200 100644 --- a/openapi/CHANGELOG.md +++ b/openapi/CHANGELOG.md @@ -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