Releases: pb33f/libopenapi-validator
Releases · pb33f/libopenapi-validator
v0.0.29
25 Nov 15:23
Compare
Sorry, something went wrong.
No results found
Latest libopenapi, no new features, just performance improvements lower down in the stack
v0.0.26
04 Nov 16:40
Compare
Sorry, something went wrong.
No results found
No new features, just a version bump for libopenapi
v0.0.25
04 Nov 16:12
Compare
Sorry, something went wrong.
No results found
Contains latest deps, latest libopenapi and an cleaned up ValidateRequestBody method.
@nickajacks1
v0.0.21
08 Oct 16:38
Compare
Sorry, something went wrong.
No results found
bumped libopenapi to v0.12.1
Updated support for most of uses cases in #26
v.0.0.20
18 Sep 22:01
Compare
Sorry, something went wrong.
No results found
Addressing concurrency issues with #23 . Still more work to be done, but this should move the needly significantly.
No new features.
v0.0.19
18 Sep 12:56
Compare
Sorry, something went wrong.
No results found
Fixed panic with type check on schema for query param.
Fixed #24
v0.0.18
16 Sep 17:20
Compare
Sorry, something went wrong.
No results found
Tuned up schema location lookup performance, and reduced noise in the output.
v0.0.17
16 Sep 15:48
Compare
Sorry, something went wrong.
No results found
No features, just a dependency bump from libopenapi
v0.0.16
02 Sep 19:55
Compare
Sorry, something went wrong.
No results found
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
07 Aug 15:30
Compare
Sorry, something went wrong.
No results found
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