Skip to content

v0.11.0

Choose a tag to compare

@wadakatu wadakatu released this 17 Mar 10:01
· 131 commits to main since this release
e0088f0

What's Changed

Refactoring

  • Use in-place mutation to reduce array copies in OpenApiSchemaConverter (#33)
  • Replace JSON encode/decode roundtrip with direct array-to-object conversion (#34)
  • Add clearCache/evict to OpenApiSpecLoader and free cache after coverage (#35)
  • Cache PathMatcher, opis Validator, and ErrorFormatter instances in OpenApiResponseValidator (#36)
  • Replace magic sentinel -1 with null for cachedMaxErrors

Full Changelog: v0.10.0...v0.11.0