Skip to content

chore(deps): bump github.com/go-openapi/runtime from 0.29.5 to 0.30.0#27851

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/go-openapi/runtime-0.30.0
Closed

chore(deps): bump github.com/go-openapi/runtime from 0.29.5 to 0.30.0#27851
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/go-openapi/runtime-0.30.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps github.com/go-openapi/runtime from 0.29.5 to 0.30.0.

Release notes

Sourced from github.com/go-openapi/runtime's releases.

v0.30.0

0.30.0 - 2026-05-13

Long awaited fixes and additions

  • Fixed most long standing issues.

  • Added standalone middleware module (swagger UI, serve spec).

  • Improved content negotiation.

  • Context-aware request submission

Full Changelog: go-openapi/runtime@v0.29.5...v0.30.0

33 commits in this release.


Implemented enhancements

  • feat(client): honor context cancellation in multipart upload goroutine by @​fredbi ...
  • feat(client): introduce SubmitContext by @​fredbi ...
  • feat: extract media type match validation to separate package by @​fredbi ...
  • feat(mediatype): typed media-type and symmetric Accept negotiation by @​fredbi ...

Fixed bugs

  • fix(client): preserve trailing slash on bare-root path pattern by @​fredbi in #441 ...
  • fix(client): close streaming body on buildHTTP error paths by @​fredbi ...
  • fix(client): fix content type selection in the runtime client. by @​fredbi in #435 ...
  • fix: validateContentType distinguishes 400 vs 415 by @​fredbi ...

Refactor

  • refactor(mediatype): extract findByCanonical from Lookup by @​fredbi in #443 ...
  • Fix/140 json dialects by @​fredbi in #442 ...
  • refactor(client)!: pivot to context-only request building by @​fredbi ...
  • refactor(client): thread context through BuildHTTP and SubmitContext by @​fredbi ...
  • refactor(client): moved request to its own internal package. by @​fredbi ...
  • refactor(client): split buildHTTP into two end-to-end flows (2) by @​fredbi ...
  • refactor(negotiate): extract negotiate package to server-middleware by @​fredbi ...
  • refactor(middleware): extract docui handlers to a stdlib-only module by @​fredbi ...

Documentation

  • docs(media-types): expand client-inbound response section by @​fredbi ...

... (truncated)

Commits
  • 6444588 chore: prepare release v0.30.0
  • 886fc70 chore: fixup go mod before release
  • 4c7f308 docs(media-types): expand client-inbound response section
  • 1e8c4e1 refactor(mediatype): extract findByCanonical from Lookup (#443)
  • 853ccde Fix/140 json dialects (#442)
  • 5286530 fix(client): preserve trailing slash on bare-root path pattern (#441)
  • 0d73e8c doc: added READMEs per module, updated agentic instructions (#439)
  • c234c6a Merge pull request #438 from fredbi/refact/runtime-submit
  • 4049a8d refactor(client)!: pivot to context-only request building
  • 5115002 feat(client): honor context cancellation in multipart upload goroutine
  • 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/go-openapi/runtime](https://github.com/go-openapi/runtime) from 0.29.5 to 0.30.0.
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.29.5...v0.30.0)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/runtime
  dependency-version: 0.30.0
  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 (Renovate/Dependabot) go Pull requests that update Go code (Renovate/Dependabot) labels May 14, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 14, 2026 03:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file (Renovate/Dependabot) go Pull requests that update Go code (Renovate/Dependabot) labels May 14, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.03%. Comparing base (187ff13) to head (fe6852e).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #27851      +/-   ##
==========================================
- Coverage   64.03%   64.03%   -0.01%     
==========================================
  Files         422      422              
  Lines       57826    57826              
==========================================
- Hits        37031    37029       -2     
- Misses      17308    17313       +5     
+ Partials     3487     3484       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

Superseded by #27896.

@dependabot dependabot Bot closed this May 18, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/go-openapi/runtime-0.30.0 branch May 18, 2026 03:49
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 (Renovate/Dependabot) go Pull requests that update Go code (Renovate/Dependabot)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants