v0.47.0
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 ofinterface{}
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