github wemake-services/django-modern-rest 0.2.0
Version 0.2.0

6 hours ago

What's Changed

Features

  • Breaking: Renamed schema_only parameter to skip_validation
  • Added dmr.routing.build_500_handler handler, #661
  • Added support for __dmr_split_commas__ in Headers component, #659
  • Added support for native Django urls to be rendered in the OpenAPI,
    now OpenAPI parameters will be generated even without Path component, #659
  • Do not allow '\x00', \n, and \r
    as SSEvent.id and SSEvent.event, #667

Bugfixes

  • Fixes how SSEResponseSpec.headers['Connection'] header is specified, #654
  • Fixed an operation_id generation 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 Accept header
    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 Body component was not able to properly parse lists
    with multipart/form-data parser, #644
  • Fixed that not options were passed to JWToken._build_options, #671

Misc

  • Improved components and auth docs

New Contributors

Full Changelog: 0.1.0...0.2.0

Don't miss a new django-modern-rest release

NewReleases is sending notifications on new releases.