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