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) @mromaszewicz
- Percent-encode deepObject parameter wire output (#132) @mromaszewicz
📦 Dependency updates
- chore(deps): update oapi-codegen/actions action to v0.7.0 (#127) @renovate[bot]
- chore(deps): update github/codeql-action action to v4 (#107) @renovate[bot]
- fix(deps): update module github.com/kataras/iris/v12 to v12.2.11 (#11) @renovate[bot]
- chore(deps): update release-drafter/release-drafter action to v7.2.0 (#122) @renovate[bot]
Sponsors
We would like to thank our sponsors for their support during this release.