Releases: pb33f/libopenapi-validator
v0.3.0
v0.2.2
v0.2.1
Fixes issue with validation failing on empty security definitions. Fixes #97
v0.2.0
No new features, but does upgrade latest deps (libopenapi
) https://github.com/santhosh-tekuri/jsonschema
to v0.6.1
Which improves all schema handling. A few tune ups were required, error messages are slightly different now and there is less noise in the machine.
Also added coverage across the project to level up quality.
v0.1.0
This is a breaking change release that refines some of the behavior of the library.
SetPathItem
was removed from the parameter validation. It was causing race conditions.
The FindPath
method no-longer performs any validation, it was a mix of concerns.
v0.0.56
v0.0.55
Adds a new synchronous version of ValidateHttpRequest
called ValidateHttpRequestSync
v0.0.54
Fixes an issue with parameter schema validation was not rendering inline, so $ref
values were not being resolved correctly.
Also bumps libopenapi
version.
v0.0.53
v0.0.52
Fixes an issue with path param validation that didn't pass through the rendered schema with the validation error.
Also added in a couple of nil pointer exception catches and bumped deps.
No new features.