Releases: ogen-go/ogen
Releases · ogen-go/ogen
v1.12.0
What's Changed
- feat(jschemagen): add flag for
allow-remote
to allow external resolver by @dtjm in #1434 - close reader if it satisfies io.Closer by @divyam234 in #1417
- Update README.md by @wayneeseguin in #1347
New Contributors
- @dtjm made their first contribution in #1434
- @divyam234 made their first contribution in #1417
- @wayneeseguin made their first contribution in #1347
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- feat: use errors.Join instead multierr.Append by @sashamelentyev in #1409
- fix(gen): properly handle
ir.Map
when generating parameter encoders by @tdakkota in #1429 - ci(golangci): setup
goimports
properly by @tdakkota in #1431 - fix(gen): set default values when decoding forms by @tdakkota in #1430
- feat(gen): add x-oapi-codegen-extra-tags support to the parameter by @kukymbr in #1446
- fix(oauth2): support logical AND and OR scopes by @paragon in #1426
- fix: generate single
allOf
reference to avoid code duplication by @lukasberanek-tpa in #1444
New Contributors
- @kukymbr made their first contribution in #1446
- @lukasberanek-tpa made their first contribution in #1444
Full Changelog: v1.10.1...v1.11.0
v1.10.1
What's Changed
- fix(gen): pass request options by @tdakkota in #1397
- Fix generated comments to match method names by @7riatsu in #1406
- fix(gen): handle slashes in leaf path parameters by @vyivel in #1412
- fix:
HasParam
returnsErr(Query|Header|Cookie)ParamRequred
includingqparam
/cfg.Name
by @paragon in #1414 - fix info tags by @max107 in #1408
- Fix staticcheck in generated by @AlphaOne1 in #1424
New Contributors
- @7riatsu made their first contribution in #1406
- @vyivel made their first contribution in #1412
- @AlphaOne1 made their first contribution in #1424
Full Changelog: v1.10.0...v1.10.1
v1.10.0
v1.9.0
What's Changed
- feat(gen): add request options by @tdakkota in #1367
- fix(expand): pass tags to merged openapi spec by @max107 in #1370
- feat: fix
trimTrailingSlashes
unresolved reference by @paragon in #1382 - fix(ogenregex): print ECMAScript regexp literals by @tdakkota in #1384
- fix(gen): ignore description and examples during convenient errors detection by @tdakkota in #1383
Full Changelog: v1.8.1...v1.9.0
v1.8.1
v1.8.0
v1.7.0
What's Changed
- feat(gen): add
OperationName
type (an alias forstring
type) by @saccho in #1337 - feat: include Pattern when encountering NoRegexMatchError by @paragon in #1340
New Contributors
Full Changelog: v1.6.0...v1.7.0
v1.6.0
v1.6.0-alpha.0
What's Changed
- ci(Dockerfile): use latest Go to build Docker image by @tdakkota in #1332
- feat(gen): support custom time format by @abemedia in #1334
Full Changelog: v1.5.0...v1.6.0-alpha.0