From df0d9c8b2d28dcd1bdf9310096964e28945b68e8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Apr 2026 19:31:14 +0200 Subject: [PATCH] chore(deps): update module github.com/oapi-codegen/runtime to v1.4.0 (#22) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](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.1` → `v1.4.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2foapi-codegen%2fruntime/v1.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2foapi-codegen%2fruntime/v1.3.1/v1.4.0?slim=true) | --- ### Release Notes
oapi-codegen/runtime (github.com/oapi-codegen/runtime) ### [`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 ([#​45](https://github.com/oapi-codegen/runtime/issues/45)) [@​j-waters](https://github.com/j-waters) - feat: support spaceDelimited and pipeDelimited query parameter binding ([#​117](https://github.com/oapi-codegen/runtime/issues/117)) [@​mromaszewicz](https://github.com/mromaszewicz) #### 🐛 Bug fixes - Fix form/explode=false incorrectly splitting primitive string values on commas ([#​119](https://github.com/oapi-codegen/runtime/issues/119)) [@​f-kanari](https://github.com/f-kanari) #### 📦 Dependency updates - fix(deps): update module github.com/labstack/echo/v4 to v4.15.1 ([#​105](https://github.com/oapi-codegen/runtime/issues/105)) @​[renovate\[bot\]](https://github.com/apps/renovate) - fix(deps): update module github.com/labstack/echo/v5 to v5.1.0 ([#​120](https://github.com/oapi-codegen/runtime/issues/120)) @​[renovate\[bot\]](https://github.com/apps/renovate) - chore(deps): update release-drafter/release-drafter action to v7 ([#​113](https://github.com/oapi-codegen/runtime/issues/113)) @​[renovate\[bot\]](https://github.com/apps/renovate) #### 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](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/ionosDnsClient/pulls/22 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- go.mod | 4 ++-- go.sum | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8cfc60e..c3c60ac 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module gitea.t000-n.de/t.behrendt/ionosDnsClient -go 1.24 +go 1.24.0 -require github.com/oapi-codegen/runtime v1.3.1 +require github.com/oapi-codegen/runtime v1.4.0 require ( github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect diff --git a/go.sum b/go.sum index a2c15c5..c3cc975 100644 --- a/go.sum +++ b/go.sum @@ -18,6 +18,8 @@ github.com/oapi-codegen/runtime v1.2.0 h1:RvKc1CVS1QeKSNzO97FBQbSMZyQ8s6rZd+Lpmz github.com/oapi-codegen/runtime v1.2.0/go.mod h1:Y7ZhmmlE8ikZOmuHRRndiIm7nf3xcVv+YMweKgG1DT0= github.com/oapi-codegen/runtime v1.3.1 h1:RgDY6J4OGQLbRXhG/Xpt3vSVqYpHQS7hN4m85+5xB9g= github.com/oapi-codegen/runtime v1.3.1/go.mod h1:kOdeacKy7t40Rclb1je37ZLFboFxh+YLy0zaPCMibPY= +github.com/oapi-codegen/runtime v1.4.0 h1:KLOSFOp7UzkbS7Cs1ms6NBEKYr0WmH2wZG0KKbd2er4= +github.com/oapi-codegen/runtime v1.4.0/go.mod h1:5sw5fxCDmnOzKNYmkVNF8d34kyUeejJEY8HNT2WaPec= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad/go.mod h1:qLr4V1qq6nMqFKkMo8ZTx3f+BZEkzsRUY10Xsm2mwU0=