Releases: oapi-codegen/echo-middleware
Releases · oapi-codegen/echo-middleware
Release list
OpenAPI 3.1, Go 1.25
This release bumps the required Go version to 1.25, and pulls in a version of kin-openapi which can validate OpenAPI 3.1 specifications.
🎉 Notable changes
- OpenAPI 3.1 support in kin-openapi (#56) @mromaszewicz
- Modernize + make more consistent with net/http (#38) @jamietanna
🐛 Bug fixes
- fix: unescape URL-encoded path params before OpenAPI validation (#43) @mromaszewicz, @claude, @florentchauveau
- feat: add Prefix option for sub-path mounted APIs (#42) @mromaszewicz, @claude, @GreyXor
📝 Documentation updates
- docs(sponsors): add
FUNDING.yml(#21) @jamietanna
👻 Maintenance
- Add a tidy-ci rule to make CI happy (#58) @mromaszewicz
- chore: Update Go to 1.24 and update CI (#47) @mromaszewicz, @claude
📦 Dependency updates
- chore(deps): update oapi-codegen/actions action to v0.8.0 (#54) @renovate[bot]
- chore(deps): update release-drafter/release-drafter action to v7 (#55) @renovate[bot]
- OpenAPI 3.1 support in kin-openapi (#56) @mromaszewicz
- chore(deps): update module github.com/golangci/golangci-lint to v2 (#24) @renovate[bot]
- chore(deps): pin dependencies (#25) @renovate[bot]
Sponsors
We would like to thank our sponsors for their support during this release.
v1.0.2
👻 Maintenance
- Simplify CI build matrix + build against Go 1.22 (#14) @jamietanna
- Onboard to Release Drafter (#9) @jamietanna
📦 Dependency updates
7 changes
- fix(deps): update module github.com/getkin/kin-openapi to v0.124.0 (#2) @renovate
- fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 (#8) @renovate
- chore(deps): update release-drafter/release-drafter action to v6 (#13) @renovate
- chore(deps): update actions/setup-go action to v5 (#10) @renovate
- chore(deps): update module github.com/golangci/golangci-lint to v1.59.0 (#1) @renovate
- chore(deps): update actions/checkout action to v4 (#4) @renovate
- fix(deps): update module github.com/stretchr/testify to v1.9.0 (#16) @renovate
v1.0.1
What's Changed
- Remove
testutildependency by @jamietanna in #7
New Contributors
- @jamietanna made their first contribution in #7
Full Changelog: v1.0.0...v1.0.1