Releases: ogen-go/ogen
Releases · ogen-go/ogen
v0.68.6
v0.68.5
v0.68.4
What's Changed
- ci(lint): disable deprecated linters by @tdakkota in #935
- fix(gen): resolve a variable name conflict by @tdakkota in #934
- fix(gen): allow xml property for arrays and objects by @Daniel-Vetter-Coverwhale in #936
- fix(gen): merge
allOf
subschemas recursively by @tdakkota in #933
New Contributors
- @Daniel-Vetter-Coverwhale made their first contribution in #936
Full Changelog: v0.68.3...v0.68.4
v0.68.3
v0.68.2
v0.68.1
What's Changed
- Revert "refactor: use stdlib time layout" by @sashamelentyev in #920
Full Changelog: v0.68.0...v0.68.1
v0.68.0
What's Changed
- fix(gen): properly merge required fields by @tdakkota in #908
- feat(conv): return slice copy for ToStringArray by @sashamelentyev in #903
- refactor(conv): use stdlib time layout by @sashamelentyev in #904
- refactor(json): use stdlib time layout by @sashamelentyev in #905
- chore(gen): simplify
backquote
function by @tdakkota in #910 - feat(gen): export generated operations and webhooks by @tdakkota in #911
- chore: update otel by @tdakkota in #918
- feat(dsl): add SetDeprecated by @sashamelentyev in #912
Full Changelog: v0.67.0...v0.68.0
v0.67.0
What's Changed
- feat(gen): support
uniqueItems
validator by @tdakkota in #887 - refactor: use copy in slice setters by @sashamelentyev in #891
- fix(parser): compare canonical parameter name by @tdakkota in #892
- fix(gen): handle parameter name conflict properly by @tdakkota in #893
- fix(gen): do not generate router if there are no operations by @tdakkota in #895
Full Changelog: v0.66.0...v0.67.0
v0.66.0
v0.65.0
What's Changed
- refactor: rm redundant err handler by @sashamelentyev in #874
- refactor(jsonschema): move default value type check to generator by @tdakkota in #877
- feat(gen): no NPE on default stream responses by @natehart in #875
- feat(parser): add
Expand
function by @tdakkota in #879 - fix(parser): resolve security schemes against root by @tdakkota in #880
New Contributors
Full Changelog: v0.64.0...v0.65.0