Skip to content

Update go-openapi packages - #48

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-openapi
Open

Update go-openapi packages#48
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-openapi

Conversation

@renovate

@renovate renovate Bot commented Apr 18, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/go-openapi/runtime v0.29.3v0.33.0 age confidence
github.com/go-openapi/strfmt v0.26.1v0.27.0 age confidence

Release Notes

go-openapi/runtime (github.com/go-openapi/runtime)

v0.33.0

Compare Source

0.33.0 - 2026-07-27

Support for server-side streaming of multipart form

Full Changelog: go-openapi/runtime@v0.32.6...v0.33.0

3 commits in this release.


Implemented enhancements
Miscellaneous tasks
Updates

People who contributed to this release

New Contributors

runtime license terms

License

Per-module changes

client-middleware/opentracing (0.33.0)
Miscellaneous tasks

v0.32.6

Compare Source

0.32.6 - 2026-07-21

Full Changelog: go-openapi/runtime@v0.32.5...v0.32.6

4 commits in this release.


Miscellaneous tasks
Updates

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.32.6)

Miscellaneous tasks
Updates

docs/examples (0.32.6)

Miscellaneous tasks
Updates

v0.32.5

Compare Source

0.32.5 - 2026-07-16

Full Changelog: go-openapi/runtime@v0.32.4...v0.32.5

10 commits in this release.


Documentation
Miscellaneous tasks
Updates
Other (technical)

People who contributed to this release

New Contributors

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.32.5)

Miscellaneous tasks
Updates

docs/examples (0.32.5)

Updates

server-middleware (0.32.5)

Updates

v0.32.4

Compare Source

0.32.4 - 2026-06-19

Full Changelog: go-openapi/runtime@v0.32.3...v0.32.4

10 commits in this release.


Fixed bugs
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.32.4)

Miscellaneous tasks
Updates

docs/examples (0.32.4)

Updates

v0.32.3

Compare Source

0.32.3 - 2026-06-02

Full Changelog: go-openapi/runtime@v0.32.2...v0.32.3

6 commits in this release.


Implemented enhancements
  • feat(ci): added shared workflow for bot-pr monitoring by @​fredbi ...
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.32.3)

Miscellaneous tasks
Updates

docs/examples (0.32.3)

Miscellaneous tasks
Updates

v0.32.2

Compare Source

0.32.2 - 2026-05-27

Full Changelog: go-openapi/runtime@v0.32.1...v0.32.2

2 commits in this release.


Fixed bugs
Miscellaneous tasks

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.32.2)

Miscellaneous tasks

v0.32.1

Compare Source

0.32.1 - 2026-05-25

Full Changelog: go-openapi/runtime@v0.32.0...v0.32.1

3 commits in this release.


Documentation
Code quality
Miscellaneous tasks

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.32.1)

Miscellaneous tasks

v0.32.0

Compare Source

0.32.0 - 2026-05-25

Full Changelog: go-openapi/runtime@v0.31.0...v0.32.0

8 commits in this release.


Fixed bugs
  • refactor(client/otel): pivot OpenTelemetry transport to SubmitContext by @​fredbi ...
  • fix(middleware): bind formData file params from urlencoded bodies by @​fredbi ...
Documentation
Code quality
  • ci: add unsafe-skipauth tagged-build workflow with coverage by @​fredbi ...
  • feat(middleware): build-tag-gated SetSkipAuth for dev-mode auth bypass by @​fredbi ...
Miscellaneous tasks
Updates
Other (technical)

People who contributed to this release

runtime license terms

License

Per-module changes

client-middleware/opentracing (0.32.0)
Miscellaneous tasks
Updates

docs/examples (0.32.0)
Miscellaneous tasks
Updates

server-middleware (0.32.0)
Updates

v0.31.0

Compare Source

0.31.0 - 2026-05-17

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

33 commits in this release.


Implemented enhancements
  • feat(client): TLS diagnostic mode for Runtime.Trace by @​fredbi ...
  • feat(client): add Runtime.Trace for connection-level diagnostics by @​fredbi ...
Fixed bugs
Documentation
Code quality
Testing
Miscellaneous tasks
Security
  • test(security): fuzz targets for BindForm parse + filename cap by @​fredbi ...
  • test(security): fuzz targets for header-parsing surface by @​fredbi ...
  • fix(negotiate/header): reject q-values greater than 1 by @​fredbi ...
  • docs(security): document constant-time-comparison contract for auth callbacks by @​fredbi in #​457 ...
  • feat(runtime): BindForm helper for multipart/urlencoded body binding by @​fredbi in #​446 ...
Updates
Other (technical)

People who contributed to this release

New Contributors

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.31.0)

Code quality
Miscellaneous tasks

docs/examples (0.31.0)

Documentation
Code quality
Miscellaneous tasks
Security
  • docs(security): document constant-time-comparison contract for auth callbacks by @​fredbi in #​457 ...

server-middleware (0.31.0)

Documentation
Code quality
Security
  • test(security): fuzz targets for header-parsing surface by @​fredbi ...
  • fix(negotiate/header): reject q-values greater than 1 by @​fredbi ...
Other (technical)

v0.30.0

Compare Source

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

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Apr 18, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 25 additional dependencies were updated

Details:

Package Change
github.com/go-logr/logr v1.4.3 -> v1.4.4
github.com/go-openapi/analysis v0.25.0 -> v0.25.5
github.com/go-openapi/errors v0.22.7 -> v0.22.8
github.com/go-openapi/jsonpointer v0.22.5 -> v1.0.0
github.com/go-openapi/jsonreference v0.21.5 -> v1.0.0
github.com/go-openapi/loads v0.23.3 -> v0.25.0
github.com/go-openapi/spec v0.22.4 -> v0.22.9
github.com/go-openapi/swag/conv v0.25.5 -> v0.27.3
github.com/go-openapi/swag/fileutils v0.25.5 -> v0.27.3
github.com/go-openapi/swag/jsonutils v0.25.5 -> v0.27.3
github.com/go-openapi/swag/loading v0.25.5 -> v0.27.3
github.com/go-openapi/swag/mangling v0.25.5 -> v0.27.3
github.com/go-openapi/swag/stringutils v0.25.5 -> v0.27.3
github.com/go-openapi/swag/typeutils v0.25.5 -> v0.27.3
github.com/go-openapi/swag/yamlutils v0.25.5 -> v0.27.3
github.com/go-openapi/validate v0.25.2 -> v0.26.1
go.opentelemetry.io/otel v1.42.0 -> v1.44.0
go.opentelemetry.io/otel/metric v1.42.0 -> v1.44.0
go.opentelemetry.io/otel/trace v1.42.0 -> v1.44.0
golang.org/x/mod v0.34.0 -> v0.37.0
golang.org/x/net v0.52.0 -> v0.57.0
golang.org/x/sync v0.20.0 -> v0.22.0
golang.org/x/sys v0.42.0 -> v0.47.0
golang.org/x/text v0.35.0 -> v0.40.0
golang.org/x/tools v0.43.0 -> v0.47.0

@renovate
renovate Bot force-pushed the renovate/go-openapi branch from 3c6cecc to 67f607a Compare April 29, 2026 16:58
@renovate renovate Bot changed the title Update module github.com/go-openapi/runtime to v0.29.4 Update go-openapi packages Apr 29, 2026
@renovate
renovate Bot force-pushed the renovate/go-openapi branch from 67f607a to e550cd0 Compare May 4, 2026 23:30
@renovate
renovate Bot force-pushed the renovate/go-openapi branch 2 times, most recently from 021d55e to 7b01a5d Compare May 17, 2026 14:00
@renovate
renovate Bot force-pushed the renovate/go-openapi branch 3 times, most recently from 1ad06c8 to 0220f18 Compare May 31, 2026 10:43
@renovate
renovate Bot force-pushed the renovate/go-openapi branch from 0220f18 to 506a9c9 Compare June 3, 2026 03:38
@renovate
renovate Bot force-pushed the renovate/go-openapi branch from 506a9c9 to 3122f79 Compare June 19, 2026 10:55
@renovate
renovate Bot force-pushed the renovate/go-openapi branch from 3122f79 to 333fa6c Compare June 29, 2026 16:41
@renovate
renovate Bot force-pushed the renovate/go-openapi branch 2 times, most recently from 5eac99a to 8a42763 Compare July 21, 2026 08:49
@renovate
renovate Bot force-pushed the renovate/go-openapi branch from 8a42763 to c870314 Compare July 27, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants