Releases: pb33f/libopenapi-validator
Releases · pb33f/libopenapi-validator
v0.0.25
Contains latest deps, latest libopenapi
and an cleaned up ValidateRequestBody
method.
@nickajacks1
v0.0.21
bumped libopenapi to v0.12.1
Updated support for most of uses cases in #26
v.0.0.20
Addressing concurrency issues with #23. Still more work to be done, but this should move the needly significantly.
No new features.
v0.0.19
Fixed panic with type check on schema for query param.
Fixed #24
v0.0.18
Tuned up schema location lookup performance, and reduced noise in the output.
v0.0.17
No features, just a dependency bump from libopenapi
v0.0.16
Mostly tuneups, no new features except a new validation method to validate responses, not really a feature.
Just a clean-up, and a tuneup.
v0.0.15
Fixes a problem with malformed payloads being ignored by the validator. Errors are now captured and returned. The validator can no-longer be fooled by janky payloads.
Fixes #17
v0.0.14
Fixes issue reported by #16. Prevents a panic when a supplied schema is not a schema.
v0.0.11
Response body content definition can be empty
Fixes #14