What's Changed
- Impl Writer for tuple by @chrislearn in #882
- Allow to wrap Handler with middlewares by @chrislearn in #883
- Update force_https doc and add example by @chrislearn in #884
- Add SecureMaxSize middleware to control request secure max size. by @chrislearn in #885
- oapi: Fix doc typo by @chrislearn in #887
- fix: Request Id should use header_name as headers key by @chrislearn in #893
- oapi: Give extractors
REQUIRED
default value by @chrislearn in #894 - oapi: Refactor features by @chrislearn in #895
- oapi:Add parsing support for non strict integers by @chrislearn in #896
- oapi: Add extensions support for OpenApi by @chrislearn in #897
- oapi: update AnyValue parse_any by @chrislearn in #898
- cors: Add CallNext to control when call next handlers by @chrislearn in #899
- oapi: Add support of links by @chrislearn in #900
- fix: The error status code was incorrectly set to 405 by @chrislearn in #903
Full Changelog: v0.71.1...v0.72.0