Releases: pb33f/libopenapi
v0.21.7
Fixed an issue with re-entrancy in the cache. No breaking changes, no new features
v0.21.6
Fixes a race condition in the what-changed
module.
v0.21.5
v0.21.4
Fixes an issue with locking in certain scenarios in the what-changed
module
v0.21.3
Fixes a number of issues in the what-changed
package reported in openapi-changes
No new features.
v0.21.2
Adds support for excluding extracting extension references to the document config in document model.
Also fixed an issue with the wrong key node being picked up by component schema references in the index.
v0.21.1
Adds support for turning off extension reference resolving via the index config.
v0.21.0
v0.20.0
libopenapi is now RFC-9535 Compliant!
https://www.rfc-editor.org/rfc/rfc9535.html
Thanks speakeasy! https://github.com/speakeasy-api/jsonpath
No changes to any APIs, no breaking changes.
v0.19.1
No changes, or fixes, just a small update to how SchemaProxy
logic handles nil states.