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

12 hours ago

What's Changed

Features

  • Added FileResponseSpec and improved FileResponse
    schema generation, #682
  • Added encoding: support for file media types in FileMetadata, #682

Bugfixes

  • Fixed OpenAPI schema for custom HTTP Basic auth headers, #672
  • Fixed JWT claim validation and error handling in JWToken.decode, #675
  • Fixed incorrect OpenAPI schema for FileResponse, #682
  • Fixed that 404 was not listed in the endpoint's metadata,
    when using URLRoute without Path component, #685
  • Fixed that 404 was not documented in the OpenAPI
    when Path component was not used, but URLPattern had parameters, #685
  • Fixed ValueError on operation id generation, #685

Misc

  • Improved "Returning responses" docs, #684

New Contributors

Full Changelog: 0.2.0...0.3.0

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

NewReleases is sending notifications on new releases.