Skip to content

Releases: pb33f/libopenapi-validator

v0.13.3

Choose a tag to compare

@daveshanley daveshanley released this 15 Mar 02:35

Fixes #27

And fixes pb33f/wiretap#134 fully

v0.13.2

Choose a tag to compare

@daveshanley daveshanley released this 15 Mar 01:35

Fixes issues in wiretap

and issues

v0.13.1

Choose a tag to compare

@daveshanley daveshanley released this 27 Feb 14:32

Adds support for passing compiled schemas for document validation. Prevents another compilation step, saving on compute and memory.

No breaking changes.

v0.13.0

Choose a tag to compare

@daveshanley daveshanley released this 26 Feb 22:30

Refactored SchemaValidationFailure struct fields.

This is a breaking change,

#188
#200

@mjbonifacio

Also implemented a RadixTree design to speed up path lookup.

#217

@its-hammer-time

v0.12.1

Choose a tag to compare

@daveshanley daveshanley released this 23 Feb 16:26

Adds support for all authentication types.

@x-delfino

v0.12.0

Choose a tag to compare

@daveshanley daveshanley released this 23 Feb 16:17

Adds XML body validation with the addition of AllowXMLBodyValidation as a configuration option. Also adds support for x-www-form-urlencoded validation.

No breaking changes.

@ySnoopyDogy

v0.11.4

Choose a tag to compare

@daveshanley daveshanley released this 14 Feb 15:13

Adds lazy context tracking to speed up path searches a little. No new features, no other fixes.

v0.11.3

Choose a tag to compare

@daveshanley daveshanley released this 14 Feb 13:10

Adds a fix for nullable enum validation and moves HEAD validation to be RFC 7231 Section 4.3.2 compliant.

@k2tzumi, @saisatishkarra

v0.11.2

Choose a tag to compare

@daveshanley daveshanley released this 13 Feb 21:24

Fixed some caching issues with long-running processes, no new features.

v0.11.1

Choose a tag to compare

@daveshanley daveshanley released this 03 Feb 12:17

Handles nullable + allOf edge cases, and bumps libopenapi to v0.33.1

@alexrjones