Skip to content

Update module github.com/oapi-codegen/runtime to v1.4.0#238

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-oapi-codegen-runtime-1.x
Open

Update module github.com/oapi-codegen/runtime to v1.4.0#238
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/github.com-oapi-codegen-runtime-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 21, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/oapi-codegen/runtime v1.1.1v1.4.0 age confidence

Release Notes

oapi-codegen/runtime (github.com/oapi-codegen/runtime)

v1.4.0: Parameter handling improvements and fixes

Compare Source

This release fixes some missing edge cases in parameter binding and styling. We now handle all the permutations of style and explode, for the first time. Lots of tests have been added to catch regressions.

🚀 New features and improvements

  • Improve deepobject unmarshalling to support nullable.Nullable and encode.TextUnmarshaler (#​45) @​j-waters
  • feat: support spaceDelimited and pipeDelimited query parameter binding (#​117) @​mromaszewicz

🐛 Bug fixes

  • Fix form/explode=false incorrectly splitting primitive string values on commas (#​119) @​f-kanari

📦 Dependency updates

Sponsors

We would like to thank our sponsors for their support during this release.

DevZero logo

Cybozu logo

v1.3.1: Fix a parameter binding regression

Compare Source

v1.3.0 introduced a regression around binding styled parameters into primitive type destinations. This regression was due to a
fix in binding matrix and label parameters. Sorry about that.

🐛 Bug fixes

Sponsors

We would like to thank our sponsors for their support during this release.

DevZero logo

Cybozu logo

v1.3.0: Echo V5, more parameter handling options, bug fixes

Compare Source

🚀 New features and improvements

🐛 Bug fixes

👻 Maintenance

📦 Dependency updates

Sponsors

We would like to thank our sponsors for their support during this release.

DevZero logo

Cybozu logo

v1.2.0: Parameter binding extensions, bug fixes, dependency updates

Compare Source

Notable Changes

The main change in this release is the addition of new Parameter binding and styling functions, which allow the code generator to pass in the type and format from the spec. Previously, we inferred what we wanted to do based on the destination type, however, it's not always possible to decide this without information about the specification.

🚀 New features and improvements

🐛 Bug fixes

👻 Maintenance

📦 Dependency updates

Sponsors

We would like to thank our sponsors for their support during this release.

DevZero logo

Cybozu logo

v1.1.2: : fixes for maps and x-go-type-skip-optional-pointer

Compare Source

🐛 Bug fixes

👻 Maintenance

📦 Dependency updates

Sponsors

We would like to thank our sponsors for their support during this release.

DevZero logo

Speakeasy logo

Elastic logo

Cybozu logo

Livepeer logo


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added the dependency label Oct 21, 2025
@renovate renovate bot changed the title Update module github.com/oapi-codegen/runtime to v1.1.2 Update module github.com/oapi-codegen/runtime to v1.2.0 Feb 26, 2026
@renovate renovate bot force-pushed the renovate/github.com-oapi-codegen-runtime-1.x branch from 25a1b20 to 37666e2 Compare February 26, 2026 21:15
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Feb 26, 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):

  • 12 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.0 -> 1.24.0
github.com/labstack/echo/v4 v4.12.0 -> v4.15.1
github.com/stretchr/testify v1.9.0 -> v1.11.1
github.com/mattn/go-colorable v0.1.13 -> v0.1.14
golang.org/x/crypto v0.25.0 -> v0.46.0
golang.org/x/mod v0.19.0 -> v0.30.0
golang.org/x/net v0.27.0 -> v0.48.0
golang.org/x/sync v0.7.0 -> v0.19.0
golang.org/x/sys v0.22.0 -> v0.39.0
golang.org/x/term v0.22.0 -> v0.38.0
golang.org/x/text v0.16.0 -> v0.32.0
golang.org/x/time v0.5.0 -> v0.14.0
golang.org/x/tools v0.23.0 -> v0.39.0

@renovate renovate bot force-pushed the renovate/github.com-oapi-codegen-runtime-1.x branch from 37666e2 to 8b92603 Compare March 18, 2026 17:01
@renovate renovate bot changed the title Update module github.com/oapi-codegen/runtime to v1.2.0 Update module github.com/oapi-codegen/runtime to v1.3.0 Mar 18, 2026
@renovate renovate bot changed the title Update module github.com/oapi-codegen/runtime to v1.3.0 Update module github.com/oapi-codegen/runtime to v1.3.1 Mar 25, 2026
@renovate renovate bot force-pushed the renovate/github.com-oapi-codegen-runtime-1.x branch from 8b92603 to f1aecd9 Compare March 25, 2026 20:26
@renovate renovate bot changed the title Update module github.com/oapi-codegen/runtime to v1.3.1 Update module github.com/oapi-codegen/runtime to v1.4.0 Apr 8, 2026
@renovate renovate bot force-pushed the renovate/github.com-oapi-codegen-runtime-1.x branch from f1aecd9 to c0ec3c8 Compare April 8, 2026 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants