Skip to content

v0.42.0

Compare
Choose a tag to compare
@ernado ernado released this 05 Jul 05:16
· 2064 commits to main since this release
accc05b

What's Changed

  • feat(gen): support text/plain as simple stream by @tdakkota in #446
  • fix(gen): set GetBody only if client can read body multiple times by @tdakkota in #447
  • fix(gen): put stream into request interface if needed by @tdakkota in #448
  • fix(gen): implement errors.Formatter for wrapper errors by @tdakkota in #450
  • fix(gen): return ErrNotImplemented if enum type is unsupported by @tdakkota in #451
  • refactor(gen): move security validation to parser by @tdakkota in #452
  • test: move some multipart/form tests from sample to form.json by @tdakkota in #453
  • refactor(ogen): use go-json-experiment instead of encoding/json by @tdakkota in #455
  • feat(parser): wrap errors with line and column by @tdakkota in #456

Full Changelog: v0.41.0...v0.42.0