Releases: oapi-codegen/runtime
Releases · oapi-codegen/runtime
v1.1.2: fixes for `map`s and `x-go-type-skip-optional-pointer`
🐛 Bug fixes
- Fix #70: Use %w formatting directives when fmt.Error'ing an error. (#71) @constantoine
- Fix BindQueryParameter for optional parameters (#48) @TelpeNight
- fix: make BindQueryParameter play along with x-go-type-skip-optional-pointer (#47) @swistakm
- fix: correctly handle
map
s with different value types when binding (#38) @andnow873
👻 Maintenance
- docs(sponsors): add
FUNDING.yml
(#46) @jamietanna - Simplify CI build matrix + build against Go 1.22 (#33) @jamietanna
📦 Dependency updates
Sponsors
We would like to thank our sponsors for their support during this release.
v1.1.1: Dependency updates
📦 Dependency updates
- Update module github.com/labstack/echo/v4 to v4.11.4 (#25) renovate
- Update module github.com/google/uuid to v1.5.0 (#24) renovate
- Update actions/setup-go action to v5 (#23) renovate
- Update transitive markdown parser dependency (#12) @NuVivo314
🔐 Security
- Update transitive markdown parser dependency (#12) @NuVivo314
v1.1.0: Make it possible to configure whether a parameter is required for `BindStyledParameterWithLocation`
🚀 New features and improvements
- Make it possible to configure whether a parameter is required for
BindStyledParameterWithLocation
- Via PRs #19 @itpavelkozlov, #20 @deepmap-marcinr and a special shout-out to @renom who first implemented this in #14
👻 Maintenance
- Rename Json to JSON, Http to HTTP (#5) @alexandear
- Onboard to Release Drafter (#18) @jamietanna
📦 Dependency updates
7 changes
- Update module github.com/golangci/golangci-lint to v1.55.2 (#15) @renovate
- Update module github.com/google/uuid to v1.4.0 (#17) @renovate
- Update module github.com/labstack/echo/v4 to v4.11.3 (#13) @renovate
- Update module github.com/golangci/golangci-lint to v1.54.2 (#4) @renovate
- Update actions/checkout action to v4 (#6) @renovate
- Update actions/setup-go action to v4 (#2) @renovate
- Bump Iris (#8) @jamietanna
v1.0.0: Initial release
What's Changed
We migrated from deepmap/oapi-codegen's monorepo to a multirepo setup.
Full Changelog: https://github.com/oapi-codegen/runtime/commits/v1.0.0