Releases: cdimascio/express-openapi-validator
Releases · cdimascio/express-openapi-validator
express-openapi-validator 2.8.1 released!
Release Notes
- (fix) Creating multiple app instances causes spec read to be empty #81
express-openapi-validator 2.8.0 released!
express-openapi-validator 2.7.0 available!
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!
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!
express-openapi-validator 2.3.1
Release Notes
- Response Validation Issue - "Cannot read property 'then' of undefined in modded.mung" #61
express-openapi-validator 2.3.0 released!
Release Notes
- Missing list of additional properties, when additionalProperties error is thrown #58
express-openapi-validator 2.1.5 available!
express-openapi-validator 2.0.2 released!
Release Notes
- fixes description and summary fields in path item object result in an error #50
express-openapi-validator 2.0.1 released!
Release notes
- add support to throw bad request when unknown query parameters are encountered #31