Skip to content

Releases: pb33f/libopenapi-validator

v0.0.14

07 Aug 14:37

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

Choose a tag to compare

Response body content definition can be empty

Fixes #14

v0.0.10

20 Jul 19:21

Choose a tag to compare

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

v0.0.7

17 May 12:05

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.

v0.0.6

16 May 16:04

Choose a tag to compare

Small bugfix to allow InvalidJSONType errors to bubble up from JSONSchema library, reported in vacuum.

daveshanley/vacuum#271

No new features, no other fixes.

v0.0.5

30 Apr 16:43

Choose a tag to compare

Bugfixes only, no features

Various schema validation cleanup

30 Apr 13:34

Choose a tag to compare

upgraded to v0.8.1 of libopenapi, schema primitive support tuned up and some clearer descriptions of validation errors added.

v0.0.3

26 Apr 14:28

Choose a tag to compare

support for base path definitions provided by server objects are now included when looking up paths.

v0.0.2

24 Apr 16:07
59d4921

Choose a tag to compare

A few small performance improvements and a bugfix

v0.0.1

22 Apr 14:13

Choose a tag to compare

First release, open up for early stress testing.