Releases: pb33f/libopenapi
v0.27.2
v0.27.0
v0.26.0
We have moved to a supported yaml lib!
https://github.com/yaml/go-yaml
No breaking changes, no new features, no nothing except a newly supported core engine. This is a feature release because it's a completely different fork of the yaml lib and it may have consequences downstream, however all our tests are in order.
v0.25.9
OpenAPI 3.2 support now available for document building.
v0.25.8
v0.25.7
Adds support for OpenAPI 3.2 and HTTP QUERY to data models, index and what changed module.
v0.25.6
Fixes issue #451
v0.25.5
Fixes race condition found in schema cache via parent proxy wiring.
v0.25.4
v0.25.3
Address #361
The rolodex now has support for its own LocalFS which uses absolute paths, and the fs.FS interface (which requires relative ones).
This update solves this issue, while maintaining backwards compatibility.
So now our violating interface (but what we need to map a FullDefinition) is supported, as well as allowing other compliant implementations to work.