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

Merged
nemunaire merged 1 commit from renovate/github.com-oapi-codegen-runtime-1.x into master 2026-03-19 07:29:09 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/oapi-codegen/runtime v1.1.2v1.3.0 age adoption passing confidence

Release Notes

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

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


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.1.2` → `v1.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2foapi-codegen%2fruntime/v1.3.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2foapi-codegen%2fruntime/v1.3.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2foapi-codegen%2fruntime/v1.1.2/v1.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2foapi-codegen%2fruntime/v1.1.2/v1.3.0?slim=true) | --- ### Release Notes <details> <summary>oapi-codegen/runtime (github.com/oapi-codegen/runtime)</summary> ### [`v1.3.0`](https://github.com/oapi-codegen/runtime/releases/tag/v1.3.0): Echo V5, more parameter handling options, bug fixes [Compare Source](https://github.com/oapi-codegen/runtime/compare/v1.2.0...v1.3.0) #### 🚀 New features and improvements - feat: improve parameter handling ([#&#8203;109](https://github.com/oapi-codegen/runtime/issues/109)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz) Parameters now support the `allowReserved` property from OpenAPI 3.0. - feat: add support for echo v5 ([#&#8203;89](https://github.com/oapi-codegen/runtime/issues/89)) [@&#8203;jinuthankachan](https://github.com/jinuthankachan) #### 🐛 Bug fixes - Fix: Query param deepObject return without assign on !required ([#&#8203;68](https://github.com/oapi-codegen/runtime/issues/68)) [@&#8203;voro015](https://github.com/voro015) - fix: strip style prefix for label/matrix primitive parameters ([#&#8203;99](https://github.com/oapi-codegen/runtime/issues/99)) ([#&#8203;100](https://github.com/oapi-codegen/runtime/issues/100)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz) - fix: parse un-exploded query param to map ([#&#8203;101](https://github.com/oapi-codegen/runtime/issues/101)) [@&#8203;alexdulin](https://github.com/alexdulin) - fix: respect Binder interface for primitive types in BindStringToObject ([#&#8203;86](https://github.com/oapi-codegen/runtime/issues/86)) [@&#8203;vikstrous](https://github.com/vikstrous) #### 👻 Maintenance - chore: Update to go 1.24 ([#&#8203;111](https://github.com/oapi-codegen/runtime/issues/111)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz) #### 📦 Dependency updates - chore: Update to go 1.24 ([#&#8203;111](https://github.com/oapi-codegen/runtime/issues/111)) [@&#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> ### [`v1.2.0`](https://github.com/oapi-codegen/runtime/releases/tag/v1.2.0): Parameter binding extensions, bug fixes, dependency updates [Compare Source](https://github.com/oapi-codegen/runtime/compare/v1.1.2...v1.2.0) #### 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 - feat: add BindRawQueryParameter for correct comma handling ([#&#8203;92](https://github.com/oapi-codegen/runtime/issues/92)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz) - fix: add TypeHint-aware parameter binding and styling for \[]byte ([#&#8203;97](https://github.com/oapi-codegen/runtime/issues/97)) ([#&#8203;98](https://github.com/oapi-codegen/runtime/issues/98)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz) - Support array of objects parameters ([#&#8203;40](https://github.com/oapi-codegen/runtime/issues/40)) [@&#8203;danicc097](https://github.com/danicc097) - Allow BindStyledParameterWithOptions to fill maps ([#&#8203;72](https://github.com/oapi-codegen/runtime/issues/72)) [@&#8203;JoZie](https://github.com/JoZie) #### 🐛 Bug fixes - fix: bind Date and Time query params as scalar values ([#&#8203;21](https://github.com/oapi-codegen/runtime/issues/21)) ([#&#8203;93](https://github.com/oapi-codegen/runtime/issues/93)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz) - fix: support non-indexed deepObject array unmarshaling ([#&#8203;22](https://github.com/oapi-codegen/runtime/issues/22)) ([#&#8203;96](https://github.com/oapi-codegen/runtime/issues/96)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz) - fix: correct time.Time date-only fallback parsing in deepObject ([#&#8203;95](https://github.com/oapi-codegen/runtime/issues/95)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz) - Refactor date parsing error handling ([#&#8203;88](https://github.com/oapi-codegen/runtime/issues/88)) [@&#8203;jsnfwlr](https://github.com/jsnfwlr) - fix: improve email validation using net/mail package ([#&#8203;60](https://github.com/oapi-codegen/runtime/issues/60)) [@&#8203;sniperwolf](https://github.com/sniperwolf) - Fix deepObject marshalling losing json number format/precision ([#&#8203;29](https://github.com/oapi-codegen/runtime/issues/29)) [@&#8203;mgabeler-lee-6rs](https://github.com/mgabeler-lee-6rs) - Fix issue 55 ([#&#8203;56](https://github.com/oapi-codegen/runtime/issues/56)) [@&#8203;mikhalytch](https://github.com/mikhalytch) - fix(deepobject): support nested objects in deepObject arrays ([#&#8203;84](https://github.com/oapi-codegen/runtime/issues/84)) [@&#8203;adrianbrad](https://github.com/adrianbrad) #### 👻 Maintenance - feat(fix): bump gin version ([#&#8203;51](https://github.com/oapi-codegen/runtime/issues/51)) [@&#8203;Gamawn](https://github.com/Gamawn) - Update golang.org/x/crypto to v0.32.0 ([#&#8203;59](https://github.com/oapi-codegen/runtime/issues/59)) [@&#8203;kojustin](https://github.com/kojustin) - Updated Golang reference to address security vulnerability ([#&#8203;57](https://github.com/oapi-codegen/runtime/issues/57)) [@&#8203;ivan-manzhulin](https://github.com/ivan-manzhulin) - Fix linter errors ([#&#8203;85](https://github.com/oapi-codegen/runtime/issues/85)) [@&#8203;mromaszewicz](https://github.com/mromaszewicz) - build: capture `govulncheck` results as Code Scanning alerts ([#&#8203;80](https://github.com/oapi-codegen/runtime/issues/80)) [@&#8203;jamietanna](https://github.com/jamietanna) #### 📦 Dependency updates - chore(deps): update release-drafter/release-drafter action to v6 ([#&#8203;31](https://github.com/oapi-codegen/runtime/issues/31)) @&#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> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43Mi4wIiwidXBkYXRlZEluVmVyIjoiNDMuNzcuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot force-pushed renovate/github.com-oapi-codegen-runtime-1.x from 824969cf8d to c639b4099d 2026-03-07 05:15:11 +00:00 Compare
renovate-bot force-pushed renovate/github.com-oapi-codegen-runtime-1.x from c639b4099d to da9782c5ec 2026-03-07 07:15:15 +00:00 Compare
renovate-bot force-pushed renovate/github.com-oapi-codegen-runtime-1.x from da9782c5ec to dbe7739fb2 2026-03-08 12:10:50 +00:00 Compare
renovate-bot force-pushed renovate/github.com-oapi-codegen-runtime-1.x from dbe7739fb2 to 76d131f949 2026-03-19 03:12:05 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/oapi-codegen/runtime to v1.2.0 to chore(deps): update module github.com/oapi-codegen/runtime to v1.3.0 2026-03-19 03:12:07 +00:00
renovate-bot force-pushed renovate/github.com-oapi-codegen-runtime-1.x from 76d131f949 to 0709b57526 2026-03-19 04:07:11 +00:00 Compare
renovate-bot force-pushed renovate/github.com-oapi-codegen-runtime-1.x from 0709b57526 to a82087cd2a
Some checks failed
continuous-integration/drone/push Build is failing
2026-03-19 05:07:34 +00:00
Compare
nemunaire merged commit a82087cd2a into master 2026-03-19 07:29:09 +00:00
nemunaire deleted branch renovate/github.com-oapi-codegen-runtime-1.x 2026-03-19 07:29:09 +00:00
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!70
No description provided.