fix(go): update all non-major dependencies#132
Open
lrstanley-x[bot] wants to merge 1 commit intomasterfrom
Open
fix(go): update all non-major dependencies#132lrstanley-x[bot] wants to merge 1 commit intomasterfrom
lrstanley-x[bot] wants to merge 1 commit intomasterfrom
Conversation
Signed-off-by: lrstanley-x[bot] <153159847+lrstanley-x[bot]@users.noreply.github.com>
Contributor
Author
|
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:
v5.2.4->v5.2.5v0.33.0->v0.33.10Release Notes
go-chi/chi (github.com/go-chi/chi/v5)
v5.2.5Compare Source
What's Changed
New Contributors
Full Changelog: go-chi/chi@v5.2.3...v5.2.5
pb33f/libopenapi (github.com/pb33f/libopenapi)
v0.33.10Compare Source
Even more memory use and speed tuneups! This time, a little further down the stack. No breaking changes, no new features, just better memory use.
v0.33.9Compare Source
Memory use and performance tune-ups; no new features, but did fix some goroutine leaks and added a public cache-clearing capability, which isn't useful unless you're building long-running services.
v0.33.8Compare Source
After a couple of tune-ups, the default config is constructed properly now, and forced JSON parsing during spec load can be avoided. No breaking changes.
@its-hammer-time
v0.33.7Compare Source
v0.33.6Compare Source
Fixed off by one issue in downstream applications
v0.33.5Compare Source
Addresses some downstream race conditions in tests for consuming apps. And added fragment support to #519
No breaking changes, no new features.
v0.33.4Compare Source
Introduces a new option on the
DocumentConfigurationstruct to address #519SkipExternalRefResolutionwill prevent any external references from being looked up or resolved. They won't hit the index, the resolver, or the rolodex; it will stop trying to look them up and just continue.falseby default, you have to turn it on.v0.33.3Compare Source
Fixes issue #497 and cleans up a few more rolodex custom file system, resolving issues for nested file systems.
v0.33.2Compare Source
Fixed regression in bundler for handling circular references under certain conditions. Improved the rolodex resolver for certain relative file systems using custom file system implementations.
Also implemented fully correct
$idresolving for references when present in schemas.@califlower
v0.33.1Compare Source
Some small non-breaking fixes, mostly with edge cases and complex ref resolution on exploded file systems.
@andreyyudin
@tx3stn
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
PR generated using automation.