Skip to content

Releases: pb33f/libopenapi

v0.21.11

12 May 11:08
Compare
Choose a tag to compare

Fixes handling of circular references when rendering, handles a nil pointer exception.

@geniegeist

v0.21.10

29 Apr 20:44
Compare
Choose a tag to compare

Fixes a few more glitches and gaps.

@geniegeist

v0.21.9

26 Apr 23:50
Compare
Choose a tag to compare

Fixes a number of issues across models and the what_changed module after stress testing.

Also fixes the following issues:

Includes contributions from @vishalg0wda @jvogit @vkd

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.