Two days ago I released a new version (0.5.0) of the CQRS bundle for Symfony. It contains the following changes.
Reduced complexity in the HandlerWrapper
Previously the HandlerWrapper contained 4 steps:
* prepare
* catch
* then
* finally
When looking through the implementations, I realized that there are no cases that