Skip to content

v0.47.0

Compare
Choose a tag to compare
@tdakkota tdakkota released this 29 Aug 09:58
· 1794 commits to main since this release
5d0f5cb

What's Changed

  • fix(gen): do not skip whole operation by @tdakkota in #528
  • feat(jsonschema): validate min-max constraints by @tdakkota in #529
  • fix(gen): remove temporary multipart files after handler exit by @tdakkota in #530
  • fix(ogen): print defaults if spec is not provided by @tdakkota in #538
  • refactor(http): use compile time assertion for checking size equality by @tdakkota in #539
  • chore(gen): log filtered content entries by @tdakkota in #540
  • refactor: use any instead of interface{} by @tdakkota in #541
  • chore: bump golang.org/x packages version by @tdakkota in #543
  • refactor(http): remove request type, since we don't use pools anymore by @tdakkota in #542
  • fix(gen): call validator for path and header parameters by @tdakkota in #546

Full Changelog: v0.46.2...v0.47.0