chore(deps): update module github.com/oapi-codegen/runtime to v1.4.2 #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/github.com-oapi-codegen-runtime-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.4.0→v1.4.2Release Notes
oapi-codegen/runtime (github.com/oapi-codegen/runtime)
v1.4.2: Bug fix for required parametersCompare Source
This is a bug fix to address a regression introduced in oapi-codegen v2.7.0
🐛 Bug fixes
Sponsors
We would like to thank our sponsors for their support during this release.
v1.4.1: Bug fixesCompare Source
This is a bug fix release.
Changes in
v1.4.0, coupled with changes inv2.7.0of oapi-codegen exposed some new problems.deepObjectstyle 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
📦 Dependency updates
Sponsors
We would like to thank our sponsors for their support during this release.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR has been generated by Mend Renovate.
bec2819e6b4eb1c0934cchore(deps): update module github.com/oapi-codegen/runtime to v1.4.1to chore(deps): update module github.com/oapi-codegen/runtime to v1.4.2View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.