v0.46.0
What's Changed
- feat(gen): return 405 if spec defines path, but method is not allowed by @tdakkota in #502
- fix: do not return encoder to pool by @tdakkota in #503
- fix(ogenerrors): distinguish spec operation id and ogen operation name by @tdakkota in #504
- feat(ogenerrors): return 415 for unsupported
Content-Type
by @tdakkota in #505 - refactor(gen): span error recording, pass stage as a description by @tdakkota in #507
- test: move parser negative tests to
parser
package by @tdakkota in #509 - fix(jsonschema): parse array
items
even ifenum
is present by @tdakkota in #510
Full Changelog: v0.45.0...v0.46.0