Bugfixes - Fixed specification of optional properties in OpenAPI schema for models, which used as input parameters
16.0.0
Changed - Duplicate model names for different models don't appear in OpenAPI schema anymore - `PageMeta` renamed to `PageMetaOf{PageName}`, models in input parameters now have the suffix `Input`
15.2.2
Added - winter_django.create_django_urls_from_routes: function that returns a list of django urls by the list of Routes
15.2.1
Changed - winter.messaging: set frozen=true for Event class
15.2.0
Added - winter.web.throttling: function allows to reset the accumulated throttling state for a specific user and scope
15.0.1
Added - winter.web.find_package_routes: function that returns a list of routes by the package name