Deprecation - DRF serializers are not supported anymore, use dataclasses instead. Classes and annotations deleted: PageSerializer, BodyWithContext, input_serializer, output_serializer - drf_yasg deleted from dependencies
17.0.5
Bugfixes - Fixed missing `collectionFormat` field in a OpenAPI schema for query array parameters
17.0.3
Added - Add winter.core.json.Undefined class to represent absence of value in JSON object
17.0.2
Bugfixes - winter.web.csrf_exempt: fixed bug with csrf_exempt decorator for old views
17.0.0
Changed - winter.core.module_discovery functions are now generators, package is no longer optional
16.0.2
Added - winter.web.csrf_exempt: this decorator marks api class as being exempt from the protection ensured by the middleware