Skip to content

v0.13.8

Latest

Choose a tag to compare

@daveshanley daveshanley released this 26 May 15:53
· 2 commits to main since this release
  • Reworked request and response schema validation to use errors.As instead of direct JSON Schema error type assertions, making validation error handling safer when errors are wrapped.

  • Fixed a goroutine leak in schema-property lookup for empty JSONPath values and added a regression test for that case.

@SebTardif