Skip to content

Comments

chore(deps): bump github.com/pb33f/libopenapi from 0.33.5 to 0.33.11 in /codegen#38

Merged
matoous merged 1 commit intomainfrom
dependabot/go_modules/codegen/github.com/pb33f/libopenapi-0.33.11
Feb 22, 2026
Merged

chore(deps): bump github.com/pb33f/libopenapi from 0.33.5 to 0.33.11 in /codegen#38
matoous merged 1 commit intomainfrom
dependabot/go_modules/codegen/github.com/pb33f/libopenapi-0.33.11

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2026

Bumps github.com/pb33f/libopenapi from 0.33.5 to 0.33.11.

Release notes

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

v0.33.11

Adds a new ClearAllCaches() method to the top of the library.

// ClearAllCaches resets every global in-process cache in libopenapi.
// Call this between document lifecycles in long-running processes
// (servers, CLI tools that process many specs) to release memory that
// would otherwise accumulate and never be garbage-collected.
func ClearAllCaches() { 
...

No other new features or fixes.

v0.33.10

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.9

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.8

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.6

Fixed off by one issue in downstream applications

Commits
  • 20f64b7 Added new top level ClearAllCaches()
  • 0736aea formatting
  • aaf276a some more performance tuning on path lookups.
  • f537dec clear the cache!
  • f89e485 coverage
  • 31508be coverage bump
  • b495464 more memory, resouce and performance enhancements.
  • ba8ebef memory and runtime optimizations
  • 0ea58b9 fix: use NewDocumentConfiguration() as default config in BuildV3Model
  • d1fa334 coverage
  • Additional commits viewable in compare view

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 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.33.5 to 0.33.11.
- [Release notes](https://github.com/pb33f/libopenapi/releases)
- [Commits](pb33f/libopenapi@v0.33.5...v0.33.11)

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

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 Feb 22, 2026
@matoous matoous merged commit a086c1c into main Feb 22, 2026
7 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/codegen/github.com/pb33f/libopenapi-0.33.11 branch February 22, 2026 19:43
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.

1 participant