From b0646fefa3bb5c5c29ac6db366a4639dfc7493bb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 30 May 2026 08:05:22 +0200 Subject: [PATCH] chore(deps): update module github.com/oapi-codegen/runtime to v1.4.1 (#24) 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.4.0` → `v1.4.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2foapi-codegen%2fruntime/v1.4.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2foapi-codegen%2fruntime/v1.4.0/v1.4.1?slim=true) | --- ### Release Notes
oapi-codegen/runtime (github.com/oapi-codegen/runtime) ### [`v1.4.1`](https://github.com/oapi-codegen/runtime/releases/tag/v1.4.1): Bug fixes [Compare Source](https://github.com/oapi-codegen/runtime/compare/v1.4.0...v1.4.1) 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 - Fix form binding of Nullables ([#​133](https://github.com/oapi-codegen/runtime/issues/133)) [@​mromaszewicz](https://github.com/mromaszewicz) - Percent-encode deepObject parameter wire output ([#​132](https://github.com/oapi-codegen/runtime/issues/132)) [@​mromaszewicz](https://github.com/mromaszewicz) #### 📦 Dependency updates - chore(deps): update oapi-codegen/actions action to v0.7.0 ([#​127](https://github.com/oapi-codegen/runtime/issues/127)) @​[renovate\[bot\]](https://github.com/apps/renovate) - chore(deps): update github/codeql-action action to v4 ([#​107](https://github.com/oapi-codegen/runtime/issues/107)) @​[renovate\[bot\]](https://github.com/apps/renovate) - fix(deps): update module github.com/kataras/iris/v12 to v12.2.11 ([#​11](https://github.com/oapi-codegen/runtime/issues/11)) @​[renovate\[bot\]](https://github.com/apps/renovate) - chore(deps): update release-drafter/release-drafter action to v7.2.0 ([#​122](https://github.com/oapi-codegen/runtime/issues/122)) @​[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/24 Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c3c60ac..5b291b7 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module gitea.t000-n.de/t.behrendt/ionosDnsClient go 1.24.0 -require github.com/oapi-codegen/runtime v1.4.0 +require github.com/oapi-codegen/runtime v1.4.1 require ( github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect diff --git a/go.sum b/go.sum index c3cc975..d433e2e 100644 --- a/go.sum +++ b/go.sum @@ -20,6 +20,8 @@ github.com/oapi-codegen/runtime v1.3.1 h1:RgDY6J4OGQLbRXhG/Xpt3vSVqYpHQS7hN4m85+ 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/oapi-codegen/runtime v1.4.1 h1:9nwLoI+KrWxzbBcp0jO/R8uXqbik/HUyCvPeU68Y/qo= +github.com/oapi-codegen/runtime v1.4.1/go.mod h1:GwV7hC2hviaMzj+ITfHVRESK5J2W/GefVwIND/bMGvU= 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=