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

15 hours ago

In this release we significantly increased the performance of pydantic
workflows by introducing PydanticFastSerializer.

Снимок экрана 2026-04-06 в 17 17 19

No breaking changes in this release.

Features

  • Added PydanticFastSerializer to serialize and deserialize json
    objects directly, #830
  • Added support for complex pydantic fields inside
    TypedDict, @dataclass, etc models, when using PydanticSerializer
    and msgspec parsers / renderers, #842
  • Introduced official to_json_kwargs and to_model_kwargs class-level API
    for msgspec and pydantic serializers, #842
  • Added "Problem Details" or RFC-9457 support, #78
  • Added customizable json_module parameter to JsonParser and JsonRenderer
    to support alternative JSON backends like orjson, #857

Fixes

  • Fixed package metadata, #824
  • Fixed missing style, phone, color formats from OpenAPIFormat, #842
  • Fixes Django 5.2.13+ compat in DMRAsyncRequestFactory, #853

New Contributors

Full Changelog: 0.5.0...0.6.0

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

NewReleases is sending notifications on new releases.