Skip to content

Releases: pb33f/libopenapi-validator

v.0.0.20

18 Sep 22:01
Compare
Choose a tag to compare

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
Choose a tag to compare

Fixed panic with type check on schema for query param.

Fixed #24

v0.0.18

16 Sep 17:20
Compare
Choose a tag to compare

Tuned up schema location lookup performance, and reduced noise in the output.

v0.0.17

16 Sep 15:48
Compare
Choose a tag to compare

No features, just a dependency bump from libopenapi

v0.0.16

02 Sep 19:55
Compare
Choose a tag to compare

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
Choose a tag to compare

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

07 Aug 14:37
Compare
Choose a tag to compare

Fixes issue reported by #16. Prevents a panic when a supplied schema is not a schema.

v0.0.11

23 Jul 11:16
Compare
Choose a tag to compare

Response body content definition can be empty

Fixes #14

v0.0.10

20 Jul 19:21
Compare
Choose a tag to compare

Schema violations now contain the schema and the object used during validation.

v0.0.7

17 May 12:05
Compare
Choose a tag to compare

Same bug fixed in v0.0.6, but in a different place, working on a different subset of docs.

No new features.