From 275cd4aff63452576c518cf005cde1ed2dc32acd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Afflerbach?= Date: Wed, 29 Sep 2021 09:27:38 +0200 Subject: [PATCH 1/2] Changelog for schema_type_error_message --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19db9f0..3d56e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### Fixed +- More helpful error message for misspelled type names in [`Swagger schemas`](/reference/OpenAPI/README.md) - [`set-env`](/reference/actions/set-env.md) now does not produce unnecessary quotes for numeric values - Problem in the [`split()` function](/reference/functions/split.md), if called with a string containing an ampersand - Send `Vary: Origin` response headers for non-preflight requests if [CORS](/reference/OpenAPI/cors.md) is enabled but `Origin` was not sent From a991699e245439e76cd9f3d9c6451fe2ae37cfd3 Mon Sep 17 00:00:00 2001 From: "Rainer M. Canavan" Date: Wed, 13 Apr 2022 17:49:47 +0200 Subject: [PATCH 2/2] Changelog fuer Release 20220413 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d56e40..1779351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [20220413](https://hub.docker.com/r/sevenvaltechnologies/flatrunner/tags) + +### Added + +- provide request info as a HAR file if [`flat/collect-request-info`](/reference/configuration.md) is enabled + +### Fixed + +- More helpful error message for misspelled type names in [`Swagger schemas`](/reference/OpenAPI/README.md) +- don't leak Authorization in FLAT::getRequestInfo() +- fixed a mixup of JSON DOM representation styles + ## [20210623](https://hub.docker.com/r/sevenvaltechnologies/flatrunner/tags) ### Added @@ -8,7 +20,6 @@ ### Fixed -- More helpful error message for misspelled type names in [`Swagger schemas`](/reference/OpenAPI/README.md) - [`set-env`](/reference/actions/set-env.md) now does not produce unnecessary quotes for numeric values - Problem in the [`split()` function](/reference/functions/split.md), if called with a string containing an ampersand - Send `Vary: Origin` response headers for non-preflight requests if [CORS](/reference/OpenAPI/cors.md) is enabled but `Origin` was not sent