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
15.0.0
Changed - winter.messaging: EventBus interface segregated and renamed to EventPublisher Bugfixes - Fixed generation of the default parameter for `order_by` OpenAPI descriptions
14.1.0
Added - Long (multi-line) description from operation method docstring is included in the OpenAPI Operation description - Docstrings for dataclasses and their attributes are converted to corresponding OpenAPI descriptions