Skip to content

Bump github.com/go-openapi/runtime from 0.29.5 to 0.30.0#740

Merged
gabriel-samfira merged 1 commit into
mainfrom
dependabot/go_modules/github.com/go-openapi/runtime-0.30.0
May 14, 2026
Merged

Bump github.com/go-openapi/runtime from 0.29.5 to 0.30.0#740
gabriel-samfira merged 1 commit into
mainfrom
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 go Pull requests that update go code labels May 14, 2026
@gabriel-samfira gabriel-samfira merged commit b081e98 into main May 14, 2026
4 checks passed
@gabriel-samfira gabriel-samfira deleted the dependabot/go_modules/github.com/go-openapi/runtime-0.30.0 branch May 14, 2026 07:34
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