Skip to content

v0.55.0

Compare
Choose a tag to compare
@ernado ernado released this 23 Nov 18:45
· 1314 commits to main since this release
805142a

What's Changed

  • chore: bump golang.org/x packages version by @tdakkota in #658
  • feat(ogenregex): provide interface for regexp by @tdakkota in #641
  • handlers: fixed duplicated variable by @giautm in #663
  • fix(gen): use shallow copy instead of Clone by @tdakkota in #667
  • fix(ogenregex): try to convert ECMA-262 to RE2 by @tdakkota in #665
  • fix(gen): check IP version when decoding by @tdakkota in #669
  • feat(gen): support base64 format by @tdakkota in #672
  • fix(http): pass multipart writer error by @tdakkota in #673
  • fix: use location of parameter as part of key by @tdakkota in #675
  • refactor(gen): separate client and server config options by @tdakkota in #677
  • fix(jsonschema): parse discriminator properly by @tdakkota in #679
  • feat(gen): support base64-encoded streams by @tdakkota in #674
  • fix(gen): generate header encoders for 'convenient errors' by @tdakkota in #687
  • fix(gen): use RefKey as type storage key by @tdakkota in #680
  • refactor(parser): move response pattern parsing to parser package by @tdakkota in #688

New Contributors

Full Changelog: v0.54.1...v0.55.0