Skip to content

fix(deps): update go-openapi packages#239

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

fix(deps): update go-openapi packages#239
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/go-openapi

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 8, 2026

ℹ️ 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.2v0.31.0 age confidence
github.com/go-openapi/strfmt v0.25.0v0.26.2 age confidence
github.com/go-openapi/validate v0.25.1v0.25.2 age confidence

Release Notes

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

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
Code quality
Testing
  • test(auth): added more tests for principal with concrete type by @​fredbi in #​433 ...
  • test: added more tests for package header (including shim) by @​fredbi ...
Miscellaneous tasks
Other (technical)

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.30.0)

Documentation
Miscellaneous tasks

server-middleware (0.30.0)

Implemented enhancements
  • feat: extract media type match validation to separate package by @​fredbi ...
  • feat(mediatype): typed media-type and symmetric Accept negotiation by @​fredbi ...
Refactor
Documentation
Code quality
  • refactor(docui): functional options API and seam rework by @​fredbi ...
Testing
  • test: added more tests for package header (including shim) by @​fredbi ...
Other (technical)

v0.29.5

Compare Source

0.29.5 - 2026-05-04

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

10 commits in this release.


Implemented enhancements
Fixed bugs
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

New Contributors

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.29.5)

Fixed bugs
Miscellaneous tasks
Updates

v0.29.4

Compare Source

0.29.4 - 2026-04-18

Security update

Full Changelog: go-openapi/runtime@v0.29.3...v0.29.4

16 commits in this release.


Documentation
Testing
Miscellaneous tasks
Updates

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.29.4)

Miscellaneous tasks
Updates

v0.29.3

Compare Source

0.29.3 - 2026-03-08

Full Changelog: go-openapi/runtime@v0.29.2...v0.29.3

27 commits in this release.


Fixed bugs
Documentation
Code quality
Miscellaneous tasks
Updates

People who contributed to this release

New Contributors

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.29.3)

Documentation
Code quality
Miscellaneous tasks
go-openapi/strfmt (github.com/go-openapi/strfmt)

v0.26.2

Compare Source

0.26.2 - 2026-04-29

Full Changelog: go-openapi/strfmt@v0.26.1...v0.26.2

13 commits in this release.


Documentation
Performance
Miscellaneous tasks
Updates
  • build(deps): bump the other-dependencies group across 2 directories with 2 updates by @​dependabot[bot] in #​245 ...
  • build(deps): bump the development-dependencies group with 8 updates by @​dependabot[bot] in #​242 ...
  • build(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 in the golang-org-dependencies group across 1 directory by @​dependabot[bot] in #​241 ...
  • build(deps): bump github.com/jackc/pgx/v5 from 5.8.0 to 5.9.1 in /internal/testintegration in the oth

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
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 8, 2026

ℹ️ 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):

  • 23 additional dependencies were updated

Details:

Package Change
github.com/go-openapi/analysis v0.24.1 -> v0.25.0
github.com/go-openapi/errors v0.22.6 -> v0.22.7
github.com/go-openapi/jsonpointer v0.22.4 -> v0.23.1
github.com/go-openapi/jsonreference v0.21.4 -> v0.21.5
github.com/go-openapi/loads v0.23.2 -> v0.23.3
github.com/go-openapi/spec v0.22.3 -> v0.22.4
github.com/go-openapi/swag/conv v0.25.4 -> v0.26.0
github.com/go-openapi/swag/fileutils v0.25.4 -> v0.26.0
github.com/go-openapi/swag/jsonname v0.25.4 -> v0.26.0
github.com/go-openapi/swag/jsonutils v0.25.4 -> v0.26.0
github.com/go-openapi/swag/loading v0.25.4 -> v0.26.0
github.com/go-openapi/swag/mangling v0.25.4 -> v0.26.0
github.com/go-openapi/swag/stringutils v0.25.4 -> v0.26.0
github.com/go-openapi/swag/typeutils v0.25.4 -> v0.26.0
github.com/go-openapi/swag/yamlutils v0.25.4 -> v0.26.0
github.com/go-viper/mapstructure/v2 v2.4.0 -> v2.5.0
go.opentelemetry.io/otel v1.41.0 -> v1.43.0
go.opentelemetry.io/otel/metric v1.41.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.41.0 -> v1.43.0
golang.org/x/net v0.52.0 -> v0.54.0
golang.org/x/sys v0.43.0 -> v0.44.0
golang.org/x/text v0.36.0 -> v0.37.0
golang.org/x/tools v0.43.0 -> v0.44.0

@renovate renovate Bot force-pushed the renovate/go-openapi branch from 4984674 to 4a86e09 Compare March 8, 2026 21:39
@renovate renovate Bot changed the title fix(deps): update module github.com/go-openapi/strfmt to v0.26.0 fix(deps): update go-openapi packages Mar 8, 2026
@renovate renovate Bot force-pushed the renovate/go-openapi branch from 4a86e09 to e2aa31f Compare March 15, 2026 13:13
@renovate renovate Bot force-pushed the renovate/go-openapi branch from e2aa31f to a916b17 Compare April 18, 2026 13:00
@renovate renovate Bot force-pushed the renovate/go-openapi branch 2 times, most recently from a1f1921 to 7bb50ab Compare May 5, 2026 01:32
@renovate renovate Bot force-pushed the renovate/go-openapi branch 4 times, most recently from f86e082 to ec3cc36 Compare May 20, 2026 11:48
@renovate renovate Bot force-pushed the renovate/go-openapi branch from ec3cc36 to 07aa235 Compare May 20, 2026 12:00
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