feat(go): update github.com/pb33f/libopenapi (v0.34.4 → v0.38.4)#147
Open
lrstanley-x[bot] wants to merge 1 commit into
Open
feat(go): update github.com/pb33f/libopenapi (v0.34.4 → v0.38.4)#147lrstanley-x[bot] wants to merge 1 commit into
lrstanley-x[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #147 +/- ##
=======================================
Coverage 69.23% 69.23%
=======================================
Files 10 10
Lines 2022 2022
=======================================
Hits 1400 1400
Misses 508 508
Partials 114 114 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
e01ea64 to
bbd02b1
Compare
bbd02b1 to
797c5f7
Compare
797c5f7 to
d41d470
Compare
d41d470 to
d54b950
Compare
Signed-off-by: lrstanley-x[bot] <153159847+lrstanley-x[bot]@users.noreply.github.com>
d54b950 to
18c4b53
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.34.4→v0.38.4Release Notes
pb33f/libopenapi (github.com/pb33f/libopenapi)
v0.38.4Compare Source
Just an internal refactor and deduplication of code, and build speed upgrades. No fixes, no features, no breaking changes,
v0.38.3Compare Source
Fixes concurrent rendering issues stemming from changes in how the YAML lib has changed between RCs
#594
@gnuletik
v0.38.2Compare Source
Bumps to rc6 on yaml and fixed
$defhandling in bundler.v0.38.1Compare Source
Fixes #590 and moved to our own fork of testify
v0.38.0Compare Source
Improves parse/index performance and memory use with lazy
SpecInfoJSON generation, lower-allocation node indexing, faster component-path conversion, and reduced goroutine overhead in small translation/schema paths.Adds
SkipMetadataCollectionfor 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.3Compare Source
Address issue #581
v0.37.2Compare Source
Provides a deeper fix for #575
v0.37.1Compare Source
Addresses regression identified in #575
v0.37.0Compare Source
New
generatormodule 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.
v0.36.6Compare Source
Fixes issues with auto-detecting types when bundling by adding a source path to determine type cleanly. No breaking changes.
v0.36.5Compare Source
New budgeting controls and logic for rendering mocks. Some specs with crazy max limits as traits were causing insane blowout mock generation. No breaking changes.
v0.36.4Compare Source
Various fixes with bundler dealing with rewriting relative paths in composed mode, some house-keeping and cleanup.
No new features or breaking changes.
v0.36.3Compare Source
Fixes
v0.36.2Compare Source
Addresses #565
v0.36.1Compare Source
Fixes a number of issues in the new version of
openapi-changes.no new features, no breaking changes.
v0.36.0Compare Source
New XML rendering capability in the mock renderer.
Fixed a few glitches and reported issues.
No breaking changes.
v0.35.1Compare Source
A big refactor of the low-level model, after years of growth and organic changes. runs faster and cooler now, fewer allocations, less memory, and less number crunching. runs fewer instructions faster, all for free.
Also fixes a bundling glitch that was keeping old references in play in the model after composed bundling.
No breaking changes, no new features.
v0.35.0Compare Source
The release fixes an issue where
$idwas being parsed when inside examples. The index module was also heavily refactored to make it easier to read, operate, and understand, a huge cleanup of years of organic growth. Much more to come.No breaking changes, no new features, 7% more efficient.
@luke-hagar-sp
Configuration
📅 Schedule: (in timezone America/Denver)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
PR generated using automation.