Releases: cdimascio/express-openapi-validator
Releases · cdimascio/express-openapi-validator
express-openapi-validator 2.12.1 released!
Release Notes
- #83 enum validation errors list all allowed enum values in the validation error message.
express-openapi-validator2.9.0 released!
Release notes
- Support OpenAPI writeOnly properties #76
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
securityHandlersare 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