What's Changed
Features
- Breaking: Renamed
schema_onlyparameter toskip_validation - Added
dmr.routing.build_500_handlerhandler, #661 - Added support for
__dmr_split_commas__inHeaderscomponent, #659 - Added support for native Django urls to be rendered in the OpenAPI,
now OpenAPI parameters will be generated even withoutPathcomponent, #659 - Do not allow
'\x00',\n, and\r
asSSEvent.idandSSEvent.event, #667
Bugfixes
- Fixes how
SSEResponseSpec.headers['Connection']header is specified, #654 - Fixed an
operation_idgeneration bug, #652 - Fixed a bug with parameter schemas were registered with no uses in the OpenAPI
- Fixed a bug, when request to a missing page with wrong
Acceptheader
was raising an error. Now it returns 406 as it should, #656 - Fixed fake examples generation, #638
- Fixed OpenAPI schema for custom JWT auth parameters, #660
- Fixed
Bodycomponent was not able to properly parse lists
withmultipart/form-dataparser, #644 - Fixed that not options were passed to
JWToken._build_options, #671
Misc
- Improved components and auth docs
New Contributors
- @RenameMe1 made their first contribution in #642
- @maksimzayats made their first contribution in #658
Full Changelog: 0.1.0...0.2.0