Skip to content

⬆️ deps(gomod): update module github.com/oapi-codegen/runtime to v1.4.1 (v3)#1082

Open
Open-Source-Bot wants to merge 1 commit into
v3from
renovate/v3-github.com-oapi-codegen-runtime-1.x
Open

⬆️ deps(gomod): update module github.com/oapi-codegen/runtime to v1.4.1 (v3)#1082
Open-Source-Bot wants to merge 1 commit into
v3from
renovate/v3-github.com-oapi-codegen-runtime-1.x

Conversation

@Open-Source-Bot
Copy link
Copy Markdown
Contributor

@Open-Source-Bot Open-Source-Bot commented Apr 11, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/oapi-codegen/runtime v1.3.1v1.4.1 age confidence

Release Notes

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

v1.4.1: Bug fixes

Compare Source

This is a bug fix release.

Changes in v1.4.0, coupled with changes in v2.7.0 of oapi-codegen exposed some new problems. deepObject style marshaling behavior now supports encoding unicode. UTF-8 can't be directly included in parameters, so we need to % escape it.

Form binding now detects maps, which makes binding to a Nullable possible. We can't use generics around Nullable[T], so we handle maps generically, assuming they're a Nullable with its behavior assumptions.

🐛 Bug fixes

📦 Dependency updates

Sponsors

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

DevZero logo

Cybozu logo

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


Configuration

📅 Schedule: Branch creation - At 10:00 PM through 11:59 PM and 12:00 AM through 06:59 AM ( * 22-23,0-6 * * * ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Paris, 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 has been generated by Renovate Bot.

@Open-Source-Bot Open-Source-Bot added the dependencies Dependency update label Apr 11, 2026
@Open-Source-Bot
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):

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

Details:

Package Change
go 1.24 -> 1.24.0
golang.org/x/mod v0.23.0 -> v0.30.0
golang.org/x/sync v0.11.0 -> v0.19.0
golang.org/x/text v0.21.0 -> v0.32.0
golang.org/x/tools v0.30.0 -> v0.39.0

@Open-Source-Bot Open-Source-Bot force-pushed the renovate/v3-github.com-oapi-codegen-runtime-1.x branch from bf25f5a to d88afde Compare May 22, 2026 16:40
@Open-Source-Bot Open-Source-Bot requested a review from a team May 22, 2026 16:40
@Open-Source-Bot Open-Source-Bot changed the title ⬆️ deps(gomod): update module github.com/oapi-codegen/runtime to v1.4.0 (v3) ⬆️ deps(gomod): update module github.com/oapi-codegen/runtime to v1.4.1 (v3) May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency update

Development

Successfully merging this pull request may close these issues.

1 participant