v1.14.0
版本发布时间: 2023-08-31 04:07:57
oapi-codegen/oapi-codegen最新发布版本:v2.3.0(2024-06-07 05:00:34)
Key callouts
- Update to minimum of Go 1.20 by @jamietanna in https://github.com/deepmap/oapi-codegen/pull/1184
- Work to reduce transitive dependencies by @jamietanna in https://github.com/deepmap/oapi-codegen/pull/1206
- This introduces the first package in github.com/oapi-codegen
What's Changed
- Bump golang.org/x/text from 0.11.0 to 0.12.0 by @dependabot in https://github.com/deepmap/oapi-codegen/pull/1183
- Update to minimum of Go 1.20 by @jamietanna in https://github.com/deepmap/oapi-codegen/pull/1184
- [Codegen] Update lint module for tests by @eugenio-bolt in https://github.com/deepmap/oapi-codegen/pull/1191
- Bump golang.org/x/tools from 0.11.1 to 0.12.0 by @dependabot in https://github.com/deepmap/oapi-codegen/pull/1193
- Use Makefile for linting + increase golangci-lint timeout by @jamietanna in https://github.com/deepmap/oapi-codegen/pull/1198
- Fix: Allow consumers to specify how many circular references are allowed by @jamietanna in https://github.com/deepmap/oapi-codegen/pull/1204
- Allow setting globalState.spec without Generate by @derbylock in https://github.com/deepmap/oapi-codegen/pull/1174
- support staticcheck st1005 by @Hyuga-Tsukui in https://github.com/deepmap/oapi-codegen/pull/1124
- Add Gorilla test case for strict-server by @jamietanna in https://github.com/deepmap/oapi-codegen/pull/1218
- Feat: Add Iris Server Support by @Ns2Kracy in https://github.com/deepmap/oapi-codegen/pull/1088
- Bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in https://github.com/deepmap/oapi-codegen/pull/1215
- Bump github.com/gofiber/fiber/v2 from 2.48.0 to 2.49.0 by @dependabot in https://github.com/deepmap/oapi-codegen/pull/1216
- Work to reduce transitive dependencies by @jamietanna in https://github.com/deepmap/oapi-codegen/pull/1206
- Override local parameters to global parameters by @ShouheiNishi in https://github.com/deepmap/oapi-codegen/pull/1181
- Fix 'cannot define new methods on non-local type' error by @ShouheiNishi in https://github.com/deepmap/oapi-codegen/pull/1185
- Fix enum in anyOf by @ShouheiNishi in https://github.com/deepmap/oapi-codegen/pull/1207
- Fix reference of multipart response by @ShouheiNishi in https://github.com/deepmap/oapi-codegen/pull/1213
- Fix for multiple JSON media type by @ShouheiNishi in https://github.com/deepmap/oapi-codegen/pull/1210
- Allow merging of schemas with additionalProperties by @ShouheiNishi in https://github.com/deepmap/oapi-codegen/pull/1220
- feat: set retrieve timeout for getting the template text from remote by @alexandear in https://github.com/deepmap/oapi-codegen/pull/1170
New Contributors
- @eugenio-bolt made their first contribution in https://github.com/deepmap/oapi-codegen/pull/1191
- @derbylock made their first contribution in https://github.com/deepmap/oapi-codegen/pull/1174
- @Hyuga-Tsukui made their first contribution in https://github.com/deepmap/oapi-codegen/pull/1124
- @Ns2Kracy made their first contribution in https://github.com/deepmap/oapi-codegen/pull/1088
Full Changelog: https://github.com/deepmap/oapi-codegen/compare/v1.13.4...v1.14.0