Bugfixes - Add OpenAPI inspector for `winter.web.query_parameters` case
22.1.0
Added
- Add `winter.web.query_parameters` decorator to inject query parameters into a single method argument
22.0.0
Changed
- Delete `winter_ddd.global_domain_event_dispatcher` - It's now application responsibility to configure `DomainEventDispatcher` - For convenience there are a number of methods in `DomainEventDispatcher` class to add handlers - It's not a final form as it requires a lot of manual effort and configuration, so more changes to come
21.0.0
Changed
- Add `EventPublisher.emit_many` method to emit multiple events at once - Refactor `EventDispatcher` to dispatch events as a list or as a single event depending on handler argument type
20.0.1
Bugfixes - get_previous_page_url and get_next_page_url fixed
20.0.0
Bugfixes - Vulnerability fix: remove the X-Forwarded-Host/X-Host header values from next/previous page links in Page response