Releases: ogen-go/ogen
Releases · ogen-go/ogen
v1.2.1
v1.2.0
What's Changed
- feat(gen): add size to MultipartFile struct by @ldmonster in #1247
- fix(gen): re-use parameter type by @tdakkota in #1197
- fix(gen): add support for Free-form Objects when a schema definitions only specifies
type: object
by @k4n4ry in #1246 - fix(gen): properly handle intermediate route node by @tdakkota in #1251
New Contributors
- @ldmonster made their first contribution in #1247
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
What's Changed
- fix(gen): use named key in QueryParameterObjectField by @taxio in #1208
- feat(gen): minor metrics improvements by @johnrutherford in #1210
- feat(gen): add Labeler for custom metrics attributes by @johnrutherford in #1212
- feat(ogen): defer recording error metric by @johnrutherford in #1216
- fix(gen): do not remove discriminator field by @tdakkota in #1219
- feat(gen): add support for x-ogen-operation-group extension by @johnrutherford in #1222
- fix(gen): properly handle named response with multiple contents by @tdakkota in #1223
New Contributors
- @taxio made their first contribution in #1208
- @johnrutherford made their first contribution in #1210
Full Changelog: v1.0.0...v1.1.0
v1.0.0
v0.83.0
What's Changed
- ci: use Go 1.21 by @tdakkota in #1189
- feat(gen): improve discriminator inference error reporting by @tdakkota in #1188
- Use generated client in security source implementations by @vallahaye in #1191
- fix(gen): use spec names instead of Go names to infer discriminator by @tdakkota in #1195
New Contributors
- @vallahaye made their first contribution in #1191
Full Changelog: v0.82.0...v0.83.0
v0.82.0
What's Changed
- fix(validation): prettier error in case of swagger file by @alesbrelih in #1167
- chore: handle cookie error by @sashamelentyev in #1170
- feat: add 'mac' primitive for 'net.HardwareAddr' (MAC) by @lukasmalkmus in #1165
- ci(golangci-lint): disable
emptyStringTest
check by @tdakkota in #1176 - fix(gen): use response ref as key for wrapped type lookup by @tdakkota in #1183
New Contributors
- @lukasmalkmus made their first contribution in #1165
Full Changelog: v0.81.2...v0.82.0
v0.81.2
v0.81.1
What's Changed
- fix(gen): detect conflict when generic is not of the same base type by @utherbit in #1148
- fix: detect conflict when generic is not of the same base type by @Daniel-Vetter-Coverwhale in #941
Full Changelog: v0.81.0...v0.81.1