Skip to content

Releases: pb33f/libopenapi

v0.21.8

03 Mar 22:32
Compare
Choose a tag to compare

Fixes an off by one issue that is causing a panic.

Fixes issue #385

v0.21.7

22 Feb 06:13
Compare
Choose a tag to compare

Fixed an issue with re-entrancy in the cache. No breaking changes, no new features

@MRawlings

v0.21.6

20 Feb 04:13
Compare
Choose a tag to compare

Fixes a race condition in the what-changed module.

v0.21.5

15 Feb 17:27
Compare
Choose a tag to compare

Fixed a bug with rendering out negative floating point numbers

@pratik-sharma-1

v0.21.4

14 Feb 16:48
Compare
Choose a tag to compare

Fixes an issue with locking in certain scenarios in the what-changed module

v0.21.3

14 Feb 03:28
Compare
Choose a tag to compare

Fixes a number of issues in the what-changed package reported in openapi-changes

No new features.

v0.21.2

02 Feb 03:52
Compare
Choose a tag to compare

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

01 Feb 23:50
Compare
Choose a tag to compare

Adds support for turning off extension reference resolving via the index config.

v0.21.0

01 Feb 21:57
2b2d734
Compare
Choose a tag to compare

Bumps jsonpath version to take advantage of the WithPropertyNameExtension() func for adding support for `~' to suppliment missing functionality from the RFC that we need in vacuum.

Fixes an enum issue in the what-changed model.

@LasneF
@lobocv

v0.20.0

10 Jan 20:27
Compare
Choose a tag to compare

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.