Releases: ogen-go/ogen
Releases · ogen-go/ogen
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
v0.64.0
v0.63.0
What's Changed
- ci(tidy-autocommit): use
ubuntu-20.04
image by @tdakkota in #845 - ci(tidy-autocommit): use workaround in order to fix token generation by @tdakkota in #846
- feat: use errors.Is for error handling by @sashamelentyev in #849
- feat(gen): improve generation cycle error reporting by @tdakkota in #852
- fix(gen): define form decoder variable only if necessary by @tdakkota in #859
- chore(examples): add OpenAI by @ernado in #858
- ci: remove nancy workflow by @tdakkota in #861
- feat(location): multi-location errors by @tdakkota in #855
- feat: implement string method for enums by @sashamelentyev in #862
- feat: remove body from request by @sashamelentyev in #864
- feat: use errors.Is in err handling by @sashamelentyev in #863
- feat: remove redundant space by @sashamelentyev in #865
- chore: remove pkg var by @sashamelentyev in #867
Full Changelog: v0.62.0...v0.63.0
v0.62.0
What's Changed
- ci: autocommit
go mod tidy
for Dependabot by @tdakkota in #838 - ci: do not try to override cache by @tdakkota in #839
- fix(gen): detect field conflicts by @tdakkota in #840
- docs(security): update policy by @ernado in #841
- feat(gen): put status code into error message by @tdakkota in #842
- feat(gen): generate
SetNull
for nullables by @tdakkota in #843
Full Changelog: v0.61.0...v0.62.0