Releases: pb33f/libopenapi
v0.28.2
v0.28.1
Fixes issue with handling default empty values when rendering out the spec. An issue that was reported in daveshanley/vacuum#725
Now fixed.
No new features, no breaking changes.
v0.28.0
Full and complete OpenAPI 3.2 support.
https://learn.openapis.org/upgrading/v3.1-to-v3.2.html
https://github.com/OAI/OpenAPI-Specification/releases/tag/3.2.0
This is a breaking change
Issue #117 has been implemented which means BuildV3Model() will return an error instead of []error as we're now using errors.Join.
v0.27.2
Adds error tracking to NodeBuilder to surface issues when rendering
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