Skip to content

Releases: sevenval/flat-docs

Release 2022-04-13

13 Apr 17:50
4883796
Compare
Choose a tag to compare

Docker Image: sevenvaltechnologies/flatrunner:20220413

Added

Fixed

  • More helpful error message for misspelled type names in Swagger schemas
  • Don't leak Authorization in FLAT::getRequestInfo()
  • Fixed a mixup of JSON DOM representation styles

Release 2021-06-23

23 Jun 11:43
c3109ed
Compare
Choose a tag to compare

Docker Image: sevenvaltechnologies/flatrunner:20210623

Added

  • The validate-request-security request option

Fixed

  • set-env now does not produce unnecessary quotes for numeric values
  • Problem in the split() function, if called with a string containing an ampersand
  • Send Vary: Origin response headers for non-preflight requests if CORS is enabled but Origin was not sent

Release 20210107

07 Jan 10:52
821b1b7
Compare
Choose a tag to compare

Release 20200828

28 Aug 08:06
f16e6d3
Compare
Choose a tag to compare

Docker Image: sevenvaltechnologies/flatrunner:20200828

Added

Fixed

Changed

The log action can no longer override system log fields.

Release 20200519

19 May 18:40
6f47292
Compare
Choose a tag to compare

Docker Image: sevenvaltechnologies/flatrunner:20200519

Added

Fixed

Release 20200424

24 Apr 12:53
a5abbd9
Compare
Choose a tag to compare

Docker Image: sevenvaltechnologies/flatrunner:20200424

Added

Fixed

  • If a client URL path is below the API base path, does not match any defined route, and a path is defined which equals the API base path, so that a matching client URL path is the concatenation of the API base path with itself (e.g. /api/api if the basePath is /api), the fallback flow is now properly executed.
  • Some PEM formatted keys could not be recognized during JWT processing.
  • Multi-line values for environment variables are now supported.

Changed

FLAT 20200409

09 Apr 09:18
47f7732
Compare
Choose a tag to compare

Docker Image: sevenvaltechnologies/flatrunner:20200409

Added

Changed

Fixed

  • When testing multiple test files with flat test, each test now tests its own response.
  • Fatal errors when using certain combinations of jwt-decode() and <eval/>

FLAT 20200323

23 Mar 15:30
693cac3
Compare
Choose a tag to compare

Docker Image: sevenvaltechnologies/flatrunner:20200323

Fixed

FLAT 20200318

18 Mar 13:05
a9b017c
Compare
Choose a tag to compare

Docker Image: sevenvaltechnologies/flatrunner:20200318

Added

Changed

FLAT 20200213

13 Feb 10:55
36a848c
Compare
Choose a tag to compare

Docker Image: sevenvaltechnologies/flatrunner:20200213

Added

Fixed

Changed