Skip to content

chore(deps): bump github.com/pb33f/libopenapi from 0.16.13 to 0.20.0#242

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/pb33f/libopenapi-0.20.0
Closed

chore(deps): bump github.com/pb33f/libopenapi from 0.16.13 to 0.20.0#242
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/pb33f/libopenapi-0.20.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps github.com/pb33f/libopenapi from 0.16.13 to 0.20.0.

Release notes

Sourced from github.com/pb33f/libopenapi's releases.

v0.20.0

libopenapi is now RFC-9535 Compliant!

https://www.rfc-editor.org/rfc/rfc9535.html

Thanks speakeasy! https://github.com/speakeasy-api/jsonpath

No changes to any APIs, no breaking changes.

v0.19.1

No changes, or fixes, just a small update to how SchemaProxy logic handles nil states.

v0.19.0

Adds a ton of changes, without breaking anything! There are no known breaking changes in this release, a lot of changes but nothing will break by upgrading.

Lots of updates to fix glitches and improve support for non OpenAPI files in the rolodex.

  • Issue #298 is resolved, cannot be replicated anymore.
  • Solves #321

@​LasneF

v0.18.7

Added support for OpenAPI 3.1.1 documents.

@​LasneF

v0.18.6

Solves issue pb33f/libopenapi#333

  • Accessing GetAllComponentSchemas causes a race condition error during usage.
  • Adds a RWLock to ensure that the map object is safely created across go routines. This pattern is used for other similar fields

Add nil check on Document Render to avoid panic

Expanded the existing check during Render to generally check for a nil highOpenAPI3Model, with more specific error message depending on if it's Swagger or not.

Also added a check for the info which is a pointer, so could technically be nil. Added a test case to ensure we error. Without my changes the test panics which we're trying to avoid.

Fix: resolve remote relative refs correctly

Some deep dark glitches in the index resulted in some random relative $ref's being missed under certain edge conditions.


This release was 100% provided by the community


@​califlower @​inFocus7 @​felixjung

v0.18.5

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/pb33f/libopenapi](https://github.com/pb33f/libopenapi) from 0.16.13 to 0.20.0.
- [Release notes](https://github.com/pb33f/libopenapi/releases)
- [Commits](pb33f/libopenapi@v0.16.13...v0.20.0)

---
updated-dependencies:
- dependency-name: github.com/pb33f/libopenapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2025

Superseded by #245.

@dependabot dependabot bot closed this Feb 3, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/pb33f/libopenapi-0.20.0 branch February 3, 2025 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants