Skip to content

Releases: ogen-go/ogen

v0.14.1

09 Feb 08:37
c1dd6f1
Compare
Choose a tag to compare

What's Changed

  • fix(gen): match parent/{param}/child routes by @k33nice in #160

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14.0

09 Feb 07:28
c5e91e7
Compare
Choose a tag to compare

What's Changed

  • fix(gen): trigger convenient errors even if there is only one operation by @tdakkota in #158
  • feat: set span status by @ernado in #159

Full Changelog: v0.13.0...v0.14.0

v0.13.0

07 Feb 18:39
8c7f0c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

04 Feb 11:35
7238ece
Compare
Choose a tag to compare

What's Changed

  • feat(gen): handle anyOf which can be represent by type sum by @tdakkota in #152
  • fix: map encoding, add generated tests by @tdakkota in #153
  • feat(gen): add minProperties/maxProperties support by @tdakkota in #154

Full Changelog: v0.11.1...v0.12.0

v0.11.1

02 Feb 18:48
eb5784c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

02 Feb 07:31
76ab023
Compare
Choose a tag to compare

What's Changed

  • feat(gen): fallback to jx.Raw if schema is inaccurate by @tdakkota in #147

Full Changelog: v0.10.1...v0.11.0

v0.10.1

01 Feb 13:00
Compare
Choose a tag to compare

What's Changed

  • test: generate decoding tests from schema examples by @tdakkota in #146

Full Changelog: v0.10.0...v0.10.1

v0.10.0

31 Jan 11:45
7633eef
Compare
Choose a tag to compare

What's Changed

  • feat(gen): generate godoc from OpenAPI description by @tdakkota in #141
  • fix(gen): field discriminator inference by @tdakkota in #144
  • fix(gen): handle case when one variant has no unique fields by @tdakkota in #145

Full Changelog: v0.9.0...v0.9.1

v0.9.0

28 Jan 11:39
a34ebc5
Compare
Choose a tag to compare

What's Changed

  • fix(gen): optional/nullable array JSON encoding by @tdakkota in #137
  • feat(gen): initial additionalProperties support by @tdakkota in #138
  • chore(deps): bump github.com/valyala/fasthttp from 1.32.0 to 1.33.0 by @dependabot in #139
  • fix(validate): correct mixed up validation fields by @tdakkota in #140

Full Changelog: v0.8.0...v0.9.0

v0.8.0

26 Jan 11:09
f75f4d1
Compare
Choose a tag to compare

What's Changed

  • fix(gen): check that required fields present in JSON by @tdakkota in #126
  • fix(gen): do not copy body twice by @tdakkota in #129
  • feat(gen): use arrays for path params, add FindRoute method by @tdakkota in #128
  • fix: correct nullable enums support by @tdakkota in #135

Full Changelog: v0.7.0...v0.8.0