Skip to content

Commit

Permalink
Changelog fuer Release 20220413
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainer M. Canavan committed Apr 13, 2022
1 parent 275cd4a commit a991699
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit a991699

Please sign in to comment.