Skip to content

Commit b20fdd0

Browse files
fix(deps): Update module github.com/oapi-codegen/runtime to v1.3.0 (#356)
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://redirect.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) | ![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://redirect.github.com/oapi-codegen/runtime/releases/tag/v1.3.0): Echo V5, more parameter handling options, bug fixes [Compare Source](https://redirect.github.com/oapi-codegen/runtime/compare/v1.2.0...v1.3.0) #### 🚀 New features and improvements - feat: improve parameter handling ([#&#8203;109](https://redirect.github.com/oapi-codegen/runtime/issues/109)) [@&#8203;mromaszewicz](https://redirect.github.com/mromaszewicz) Parameters now support the `allowReserved` property from OpenAPI 3.0. - feat: add support for echo v5 ([#&#8203;89](https://redirect.github.com/oapi-codegen/runtime/issues/89)) [@&#8203;jinuthankachan](https://redirect.github.com/jinuthankachan) #### 🐛 Bug fixes - Fix: Query param deepObject return without assign on !required ([#&#8203;68](https://redirect.github.com/oapi-codegen/runtime/issues/68)) [@&#8203;voro015](https://redirect.github.com/voro015) - fix: strip style prefix for label/matrix primitive parameters ([#&#8203;99](https://redirect.github.com/oapi-codegen/runtime/issues/99)) ([#&#8203;100](https://redirect.github.com/oapi-codegen/runtime/issues/100)) [@&#8203;mromaszewicz](https://redirect.github.com/mromaszewicz) - fix: parse un-exploded query param to map ([#&#8203;101](https://redirect.github.com/oapi-codegen/runtime/issues/101)) [@&#8203;alexdulin](https://redirect.github.com/alexdulin) - fix: respect Binder interface for primitive types in BindStringToObject ([#&#8203;86](https://redirect.github.com/oapi-codegen/runtime/issues/86)) [@&#8203;vikstrous](https://redirect.github.com/vikstrous) #### 👻 Maintenance - chore: Update to go 1.24 ([#&#8203;111](https://redirect.github.com/oapi-codegen/runtime/issues/111)) [@&#8203;mromaszewicz](https://redirect.github.com/mromaszewicz) #### 📦 Dependency updates - chore: Update to go 1.24 ([#&#8203;111](https://redirect.github.com/oapi-codegen/runtime/issues/111)) [@&#8203;mromaszewicz](https://redirect.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://redirect.github.com/oapi-codegen/runtime/releases/tag/v1.2.0): Parameter binding extensions, bug fixes, dependency updates [Compare Source](https://redirect.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://redirect.github.com/oapi-codegen/runtime/issues/92)) [@&#8203;mromaszewicz](https://redirect.github.com/mromaszewicz) - fix: add TypeHint-aware parameter binding and styling for \[]byte ([#&#8203;97](https://redirect.github.com/oapi-codegen/runtime/issues/97)) ([#&#8203;98](https://redirect.github.com/oapi-codegen/runtime/issues/98)) [@&#8203;mromaszewicz](https://redirect.github.com/mromaszewicz) - Support array of objects parameters ([#&#8203;40](https://redirect.github.com/oapi-codegen/runtime/issues/40)) [@&#8203;danicc097](https://redirect.github.com/danicc097) - Allow BindStyledParameterWithOptions to fill maps ([#&#8203;72](https://redirect.github.com/oapi-codegen/runtime/issues/72)) [@&#8203;JoZie](https://redirect.github.com/JoZie) #### 🐛 Bug fixes - fix: bind Date and Time query params as scalar values ([#&#8203;21](https://redirect.github.com/oapi-codegen/runtime/issues/21)) ([#&#8203;93](https://redirect.github.com/oapi-codegen/runtime/issues/93)) [@&#8203;mromaszewicz](https://redirect.github.com/mromaszewicz) - fix: support non-indexed deepObject array unmarshaling ([#&#8203;22](https://redirect.github.com/oapi-codegen/runtime/issues/22)) ([#&#8203;96](https://redirect.github.com/oapi-codegen/runtime/issues/96)) [@&#8203;mromaszewicz](https://redirect.github.com/mromaszewicz) - fix: correct time.Time date-only fallback parsing in deepObject ([#&#8203;95](https://redirect.github.com/oapi-codegen/runtime/issues/95)) [@&#8203;mromaszewicz](https://redirect.github.com/mromaszewicz) - Refactor date parsing error handling ([#&#8203;88](https://redirect.github.com/oapi-codegen/runtime/issues/88)) [@&#8203;jsnfwlr](https://redirect.github.com/jsnfwlr) - fix: improve email validation using net/mail package ([#&#8203;60](https://redirect.github.com/oapi-codegen/runtime/issues/60)) [@&#8203;sniperwolf](https://redirect.github.com/sniperwolf) - Fix deepObject marshalling losing json number format/precision ([#&#8203;29](https://redirect.github.com/oapi-codegen/runtime/issues/29)) [@&#8203;mgabeler-lee-6rs](https://redirect.github.com/mgabeler-lee-6rs) - Fix issue 55 ([#&#8203;56](https://redirect.github.com/oapi-codegen/runtime/issues/56)) [@&#8203;mikhalytch](https://redirect.github.com/mikhalytch) - fix(deepobject): support nested objects in deepObject arrays ([#&#8203;84](https://redirect.github.com/oapi-codegen/runtime/issues/84)) [@&#8203;adrianbrad](https://redirect.github.com/adrianbrad) #### 👻 Maintenance - feat(fix): bump gin version ([#&#8203;51](https://redirect.github.com/oapi-codegen/runtime/issues/51)) [@&#8203;Gamawn](https://redirect.github.com/Gamawn) - Update golang.org/x/crypto to v0.32.0 ([#&#8203;59](https://redirect.github.com/oapi-codegen/runtime/issues/59)) [@&#8203;kojustin](https://redirect.github.com/kojustin) - Updated Golang reference to address security vulnerability ([#&#8203;57](https://redirect.github.com/oapi-codegen/runtime/issues/57)) [@&#8203;ivan-manzhulin](https://redirect.github.com/ivan-manzhulin) - Fix linter errors ([#&#8203;85](https://redirect.github.com/oapi-codegen/runtime/issues/85)) [@&#8203;mromaszewicz](https://redirect.github.com/mromaszewicz) - build: capture `govulncheck` results as Code Scanning alerts ([#&#8203;80](https://redirect.github.com/oapi-codegen/runtime/issues/80)) [@&#8203;jamietanna](https://redirect.github.com/jamietanna) #### 📦 Dependency updates - chore(deps): update release-drafter/release-drafter action to v6 ([#&#8203;31](https://redirect.github.com/oapi-codegen/runtime/issues/31)) @&#8203;[renovate\[bot\]](https://redirect.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 - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent e49993d commit b20fdd0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ go 1.26.1
55
require (
66
github.com/adrg/xdg v0.5.3
77
github.com/hashicorp/go-retryablehttp v0.7.8
8-
github.com/oapi-codegen/runtime v1.1.2
8+
github.com/oapi-codegen/runtime v1.3.0
99
github.com/stretchr/testify v1.11.1
1010
)
1111

1212
require (
1313
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
1414
github.com/davecgh/go-spew v1.1.1 // indirect
15-
github.com/google/uuid v1.5.0 // indirect
15+
github.com/google/uuid v1.6.0 // indirect
1616
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
1717
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
1818
github.com/pmezard/go-difflib v1.0.0 // indirect
19-
golang.org/x/sys v0.26.0 // indirect
19+
golang.org/x/sys v0.29.0 // indirect
2020
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
2121
gopkg.in/yaml.v3 v3.0.1 // indirect
2222
)

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
99
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1010
github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
1111
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
12-
github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU=
13-
github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
12+
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
13+
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
1414
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
1515
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
1616
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
@@ -27,17 +27,17 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE
2727
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
2828
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
2929
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
30-
github.com/oapi-codegen/runtime v1.1.2 h1:P2+CubHq8fO4Q6fV1tqDBZHCwpVpvPg7oKiYzQgXIyI=
31-
github.com/oapi-codegen/runtime v1.1.2/go.mod h1:SK9X900oXmPWilYR5/WKPzt3Kqxn/uS/+lbpREv+eCg=
30+
github.com/oapi-codegen/runtime v1.3.0 h1:vyK1zc0gDWWXgk2xoQa4+X4RNNc5SL2RbTpJS/4vMYA=
31+
github.com/oapi-codegen/runtime v1.3.0/go.mod h1:kOdeacKy7t40Rclb1je37ZLFboFxh+YLy0zaPCMibPY=
3232
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
3333
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
3434
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad/go.mod h1:qLr4V1qq6nMqFKkMo8ZTx3f+BZEkzsRUY10Xsm2mwU0=
3535
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
3636
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
3737
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
3838
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
39-
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
40-
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
39+
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
40+
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
4141
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
4242
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b h1:QRR6H1YWRnHb4Y/HeNFCTJLFVxaq6wH4YuVdsUOr75U=
4343
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)