chore(deps): update module github.com/oapi-codegen/runtime to v1.4.0 #84

Open
renovate-bot wants to merge 1 commit from renovate/github.com-oapi-codegen-runtime-1.x into master
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/oapi-codegen/runtime v1.3.0v1.4.0 age adoption passing 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


Configuration

📅 Schedule: 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [github.com/oapi-codegen/runtime](https://github.com/oapi-codegen/runtime) | `v1.3.0` → `v1.4.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2foapi-codegen%2fruntime/v1.4.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2foapi-codegen%2fruntime/v1.4.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2foapi-codegen%2fruntime/v1.3.0/v1.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2foapi-codegen%2fruntime/v1.3.0/v1.4.0?slim=true) | --- ### Release Notes <details> <summary>oapi-codegen/runtime (github.com/oapi-codegen/runtime)</summary> ### [`v1.4.0`](https://github.com/oapi-codegen/runtime/releases/tag/v1.4.0): Parameter handling improvements and fixes [Compare Source](https://github.com/oapi-codegen/runtime/compare/v1.3.1...v1.4.0) 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 ([#&#8203;45](https://github.com/oapi-codegen/runtime/issues/45)) [@&#8203;j-waters](https://github.com/j-waters) - feat: support spaceDelimited and pipeDelimited query parameter binding ([#&#8203;117](https://github.com/oapi-codegen/runtime/issues/117)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz) #### 🐛 Bug fixes - Fix form/explode=false incorrectly splitting primitive string values on commas ([#&#8203;119](https://github.com/oapi-codegen/runtime/issues/119)) [@&#8203;f-kanari](https://github.com/f-kanari) #### 📦 Dependency updates - fix(deps): update module github.com/labstack/echo/v4 to v4.15.1 ([#&#8203;105](https://github.com/oapi-codegen/runtime/issues/105)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) - fix(deps): update module github.com/labstack/echo/v5 to v5.1.0 ([#&#8203;120](https://github.com/oapi-codegen/runtime/issues/120)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) - chore(deps): update release-drafter/release-drafter action to v7 ([#&#8203;113](https://github.com/oapi-codegen/runtime/issues/113)) @&#8203;[renovate\[bot\]](https://github.com/apps/renovate) #### Sponsors We would like to thank our sponsors for their support during this release. <p align="center"> <a href="https://www.devzero.io/lp/dev-environment?utm_campaign=github&utm_source=oapi-codegen%20repo&utm_medium=github%20sponsorship"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-light.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-dark.svg"> <img alt="DevZero logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-dark.svg" height="100px"> </picture> </a> </p> <p align="center"> <a href="https://cybozu.co.jp/?utm_source=oapi-codegen+repo&utm_medium=github+sponsorship"> <img alt="Cybozu logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/cybozu.svg" height="100px"> </a> </p> ### [`v1.3.1`](https://github.com/oapi-codegen/runtime/releases/tag/v1.3.1): Fix a parameter binding regression [Compare Source](https://github.com/oapi-codegen/runtime/compare/v1.3.0...v1.3.1) 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 - Fix regression in binding simple parameters ([#&#8203;115](https://github.com/oapi-codegen/runtime/issues/115)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz) #### Sponsors We would like to thank our sponsors for their support during this release. <p align="center"> <a href="https://www.devzero.io/lp/dev-environment?utm_campaign=github&utm_source=oapi-codegen%20repo&utm_medium=github%20sponsorship"> <picture> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-light.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-dark.svg"> <img alt="DevZero logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/devzero-dark.svg" height="100px"> </picture> </a> </p> <p align="center"> <a href="https://cybozu.co.jp/?utm_source=oapi-codegen+repo&utm_medium=github+sponsorship"> <img alt="Cybozu logo" src="https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/v2.5.1/.github/sponsors/cybozu.svg" height="100px"> </a> </p> </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ny44IiwidXBkYXRlZEluVmVyIjoiNDMuNzcuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot force-pushed renovate/github.com-oapi-codegen-runtime-1.x from bc08e81292 to 40275eb31b 2026-03-26 04:07:31 +00:00 Compare
renovate-bot force-pushed renovate/github.com-oapi-codegen-runtime-1.x from 40275eb31b to d592c71cb2 2026-03-27 11:07:30 +00:00 Compare
renovate-bot force-pushed renovate/github.com-oapi-codegen-runtime-1.x from d592c71cb2 to 79e1c930f1 2026-04-09 11:10:37 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/oapi-codegen/runtime to v1.3.1 to chore(deps): update module github.com/oapi-codegen/runtime to v1.4.0 2026-04-09 11:10:38 +00:00
renovate-bot force-pushed renovate/github.com-oapi-codegen-runtime-1.x from 79e1c930f1 to 8180cbd986
Some checks failed
renovate/artifacts Artifact file update failure
2026-04-09 12:08:43 +00:00
Compare
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: git.happydns.org/happyDeliver/internal/api imports
	git.happydns.org/happyDeliver/internal/model: cannot find module providing package git.happydns.org/happyDeliver/internal/model

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: go get -t ./... go: git.happydns.org/happyDeliver/internal/api imports git.happydns.org/happyDeliver/internal/model: cannot find module providing package git.happydns.org/happyDeliver/internal/model ```
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-oapi-codegen-runtime-1.x:renovate/github.com-oapi-codegen-runtime-1.x
git switch renovate/github.com-oapi-codegen-runtime-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/github.com-oapi-codegen-runtime-1.x
git switch renovate/github.com-oapi-codegen-runtime-1.x
git rebase master
git switch master
git merge --ff-only renovate/github.com-oapi-codegen-runtime-1.x
git switch renovate/github.com-oapi-codegen-runtime-1.x
git rebase master
git switch master
git merge --no-ff renovate/github.com-oapi-codegen-runtime-1.x
git switch master
git merge --squash renovate/github.com-oapi-codegen-runtime-1.x
git switch master
git merge --ff-only renovate/github.com-oapi-codegen-runtime-1.x
git switch master
git merge renovate/github.com-oapi-codegen-runtime-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
happyDomain/happyDeliver!84
No description provided.