Skip to content

Releases: cdimascio/express-openapi-validator

express-openapi-validator 2.17.0 released!

25 Nov 14:32
b8e3430
Compare
Choose a tag to compare

Release Notes

  • (feature) Add support to for splitting a specification into multiple files using $refs? #130
  • (fix) Optionally allows unknown query parameters to pass request validation #133
  • (fix) Validator does not work with OpenAPI v3 definition with empty servers object. #137

express-openapi-validator 2.15.0 released!

14 Nov 02:30
Compare
Choose a tag to compare

Release notes

  • improves path processing

express-openapi-validator 2.14.5 released!

12 Nov 01:41
Compare
Choose a tag to compare

Release Notes

  • Validator is caching wrong API descriptor #119
  • Query parameter of top-level security definitions not whitelisted #117

express-openapi-validator 2.14.4 released!

09 Nov 04:03
562f861
Compare
Choose a tag to compare

Release Notes

  • Security definition in query overwritten with additional query parameters #111
  • Error message produced for missing content-type is weird #114

express-openapi-validator 2.14.2 released!

06 Nov 02:50
Compare
Choose a tag to compare

Release Notes

  • (fix) incorrectly erroring on nullable date-time #108

express-openapi-validator 2.14.1 released!

02 Nov 19:58
Compare
Choose a tag to compare

Release Notes

  • Strict contract responses enhancement #99
  • An in-range update of @types/node is breaking the build #100

express-openapi-validator 2.13.0 released!

29 Oct 00:40
Compare
Choose a tag to compare

Release Notes

  • (fix) response validation allows schema to pass that has some differences #89

express-openapi-validator 2.12.2 released!

25 Oct 15:21
Compare
Choose a tag to compare

Release Notes

  • (fix) Use of undefined path resources or methods hang when processing securities #90
  • (fix) Global apiKey query param not detected by security handler #92

express-openapi-validator 2.12.1 released!

23 Oct 22:37
Compare
Choose a tag to compare

Release Notes

  • #83 enum validation errors list all allowed enum values in the validation error message.

express-openapi-validator2.9.0 released!

22 Oct 21:24
Compare
Choose a tag to compare

Release notes

  • Support OpenAPI writeOnly properties #76