Skip to content

Releases: pb33f/libopenapi

v0.38.5

Choose a tag to compare

@daveshanley daveshanley released this 29 Jun 13:04

Fixes #597

v0.38.4

Choose a tag to compare

@daveshanley daveshanley released this 27 Jun 15:40

Just an internal refactor and deduplication of code, and build speed upgrades. No fixes, no features, no breaking changes,

v0.38.3

Choose a tag to compare

@daveshanley daveshanley released this 24 Jun 14:16

Fixes concurrent rendering issues stemming from changes in how the YAML lib has changed between RCs

#594

@gnuletik

v0.38.2

Choose a tag to compare

@daveshanley daveshanley released this 23 Jun 16:17

Bumps to rc6 on yaml and fixed $def handling in bundler.

v0.38.1

Choose a tag to compare

@daveshanley daveshanley released this 15 Jun 21:50

Fixes #590 and moved to our own fork of testify

v0.38.0

Choose a tag to compare

@daveshanley daveshanley released this 13 Jun 14:47

Improves parse/index performance and memory use with lazy SpecInfo JSON generation, lower-allocation node indexing, faster component-path conversion, and reduced goroutine overhead in small translation/schema paths.

Adds SkipMetadataCollection for consumers that do not need diagnostic index metadata, allowing faster/lighter parsing for large documents.

Tightens YAML handling around duplicate keys, merge/root errors, empty overlays, and YAML v4 rc.5 rendering behavior.

Fixes OpenAPI 3.0 webhooks extraction so same-named scalar values no longer create empty webhook maps.

Improves change detection and generator metadata fidelity, including anchor-insensitive YAML comparisons and preserved/inferred

YAML tags for generated enum/const metadata.

@asadtariq96

v0.37.3

Choose a tag to compare

@daveshanley daveshanley released this 04 Jun 13:49

Address issue #581

v0.37.2

Choose a tag to compare

@daveshanley daveshanley released this 27 May 20:58

Provides a deeper fix for #575

v0.37.1

Choose a tag to compare

@daveshanley daveshanley released this 27 May 13:42

Addresses regression identified in #575

v0.37.0

Choose a tag to compare

@daveshanley daveshanley released this 26 May 19:18

New generator module that Generated Code and Specs.

https://pb33f.io/libopenapi/generating-code/
https://pb33f.io/libopenapi/parsing-code/

Code from OpenAPI and OpenAPI from Code, all built in. no deps. no run-time required.