2d7f9c2d32c791ac235cf63981684c273b73e825
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.2.0` → `v1.3.1` |  |  | --- ### Release Notes <details> <summary>oapi-codegen/runtime (github.com/oapi-codegen/runtime)</summary> ### [`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 ([#​115](https://github.com/oapi-codegen/runtime/issues/115)) [@​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.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 ([#​109](https://github.com/oapi-codegen/runtime/issues/109)) [@​mromaszewicz](https://github.com/mromaszewicz) Parameters now support the `allowReserved` property from OpenAPI 3.0. - feat: add support for echo v5 ([#​89](https://github.com/oapi-codegen/runtime/issues/89)) [@​jinuthankachan](https://github.com/jinuthankachan) #### 🐛 Bug fixes - Fix: Query param deepObject return without assign on !required ([#​68](https://github.com/oapi-codegen/runtime/issues/68)) [@​voro015](https://github.com/voro015) - fix: strip style prefix for label/matrix primitive parameters ([#​99](https://github.com/oapi-codegen/runtime/issues/99)) ([#​100](https://github.com/oapi-codegen/runtime/issues/100)) [@​mromaszewicz](https://github.com/mromaszewicz) - fix: parse un-exploded query param to map ([#​101](https://github.com/oapi-codegen/runtime/issues/101)) [@​alexdulin](https://github.com/alexdulin) - fix: respect Binder interface for primitive types in BindStringToObject ([#​86](https://github.com/oapi-codegen/runtime/issues/86)) [@​vikstrous](https://github.com/vikstrous) #### 👻 Maintenance - chore: Update to go 1.24 ([#​111](https://github.com/oapi-codegen/runtime/issues/111)) [@​mromaszewicz](https://github.com/mromaszewicz) #### 📦 Dependency updates - chore: Update to go 1.24 ([#​111](https://github.com/oapi-codegen/runtime/issues/111)) [@​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:eyJjcmVhdGVkSW5WZXIiOiI0My41LjQiLCJ1cGRhdGVkSW5WZXIiOiI0My41LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> Reviewed-on: https://gitea.t000-n.de/t.behrendt/ionosDnsClient/pulls/19 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de>
Ionos DNS API Client
[!NOTE] All credit goes to the original authors of the Ionos DNS API and the oapi-codegen project.
This is a auto generated golang client for the Ionos DNS API.
No documentation will provided here, please refer to the Ionos DNS API for more information regarding the API itself and oapi-codegen regarding usage of the generated client.
Languages
Go Module
100%