Skip to content

Releases: cdimascio/express-openapi-validator

express-openapi-validator 2.8.1 released!

22 Oct 00:30
ae004f9
Compare
Choose a tag to compare

Release Notes

  • (fix) Creating multiple app instances causes spec read to be empty #81

express-openapi-validator 2.8.0 released!

20 Oct 00:18
Compare
Choose a tag to compare

Release Notes

  • (feature) Support for OpenAPI 3 readOnly properties 🎉
  • (fix) Can't use multiple Media Types in combination with "multipart/form-data" in requestBody.content #74 Thanks @medolino

express-openapi-validator 2.7.0 available!

14 Oct 02:52
8b40689
Compare
Choose a tag to compare

Release Notes
Features improved security support

  • securityHandlers are optional. If unspecified a default handler is used to pass through valid requests to downstream middleware
  • global securities can be overridden by local securities
  • A list of securities will be OR'd
  • As per spec, the {} security item can be used to identify an anonymous security

express-openapi-validator 2.5.0 available!

12 Oct 03:39
f814ca3
Compare
Choose a tag to compare

Release notes

  • Implements support for security validation using security schemes defined in an OpenAPI spec
  • Validation for security #55

express-openapi-validator 2.4.0 available!

08 Oct 15:59
381543c
Compare
Choose a tag to compare

Release Notes

  • Adds support for unknown/custom formats
  • fixes Unknown format "decimal" is used in schema #56
  • fixes Errors for unknown format #48

express-openapi-validator 2.3.1

07 Oct 21:46
8e2e1da
Compare
Choose a tag to compare

Release Notes

  • Response Validation Issue - "Cannot read property 'then' of undefined in modded.mung" #61

express-openapi-validator 2.3.0 released!

02 Oct 18:18
d047ccb
Compare
Choose a tag to compare

Release Notes

  • Missing list of additional properties, when additionalProperties error is thrown #58

express-openapi-validator 2.1.5 available!

18 Sep 01:34
Compare
Choose a tag to compare

Release Notes

  • Add support for Response validation #30
  • Adds support for Unknown query parameters validation #31

express-openapi-validator 2.0.2 released!

12 Sep 21:27
Compare
Choose a tag to compare

Release Notes

  • fixes description and summary fields in path item object result in an error #50

express-openapi-validator 2.0.1 released!

11 Sep 19:30
df060e4
Compare
Choose a tag to compare

Release notes

  • add support to throw bad request when unknown query parameters are encountered #31