-
-
Notifications
You must be signed in to change notification settings - Fork 8
feat(go): update github.com/pb33f/libopenapi-validator (v0.4.7 → v0.9.3) #114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lrstanley-x
wants to merge
1
commit into
master
Choose a base branch
from
renovate/github.com-pb33f-libopenapi-validator-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat(go): update github.com/pb33f/libopenapi-validator (v0.4.7 → v0.9.3) #114
lrstanley-x
wants to merge
1
commit into
master
from
renovate/github.com-pb33f-libopenapi-validator-0.x
Conversation
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
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #114 +/- ##
==========================================
- Coverage 69.37% 69.23% -0.14%
==========================================
Files 10 10
Lines 2436 2022 -414
==========================================
- Hits 1690 1400 -290
+ Misses 632 508 -124
Partials 114 114 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
a22df37 to
1096492
Compare
1096492 to
070b4b1
Compare
070b4b1 to
a8d907c
Compare
a8d907c to
328b596
Compare
Signed-off-by: lrstanley-x[bot] <153159847+lrstanley-x[bot]@users.noreply.github.com>
328b596 to
5525b71
Compare
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.4.7->v0.9.3Release Notes
pb33f/libopenapi-validator (github.com/pb33f/libopenapi-validator)
v0.9.3Compare Source
Added a new
--yaml2jsonflag to executable version of the lib to handle JSON encoding issues with yaml.@reversearrow
v0.9.2Compare Source
Added a new XMLValidator interface and the ability validate (in a simple mechanism) XML is valid.
v0.9.1Compare Source
Fixes daveshanley/vacuum#726
v0.9.0Compare Source
Introduces a regex cache to the
FindPathmethod.It's a breaking change, but well worth it if you're using this library in long running, heavy load servers and you're seeing memory drain.
#190
@ySnoopyDogy
v0.8.1Compare Source
Fixes cache warm up bug
@its-hammer-time
v0.8.0Compare Source
Adds in Schema caching for long running validation.
A full breakdown of the changes.
#187
@its-hammer-time
v0.7.0Compare Source
Support for considering the OpenAPI version in response.ValidateResponseSchema and request.ValidateRequestSchema.
Each function signature contains a breaking change.
In ValidateRequestSchema and ValidateResponseSchema, I think the version should ideally be passed as a parameter via config.Option, but since all other functions were passing the version as an argument, I followed suit.
(For example, the intent of the arguments of helpers.NewCompiledSchemaWithVersion becomes unclear.)
#186
@k1LoW
v0.6.4Compare Source
Upgrades to latest libopenapi
v0.6.3Compare Source
Fixed validation for schemas that have no index.
v0.6.2Compare Source
Addressing daveshanley/vacuum#712
v0.6.1Compare Source
Relaxes ignore regex on noise from schema violations.
v0.6.0Compare Source
Adds a custom vocabulary to the schema validator to support OpenAPI 3.0 keywords and provide proper
nullablevalidation for 3.1 (not allowed) and 3.0 (allowed) as well as other OpenAPI specific keywords likediscriminatordaveshanley/vacuum#710
daveshanley/vacuum#603
Also adds Jackson-style scalar coercion (string->boolean/number) configuration options.
v0.5.0Compare Source
Fixes for
And also brings in support for latest deps and yaml.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.