All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Support for Symfony 6
- Support for PHP 8.1
- Support for Symfony 3.x and 4.x (Use version v9.x)
- Allow services referenced in config to be prefixed with @ (#41)
- Add FQCN alias for
Prooph\Common\messaging\MessageFactory
(#45, thanks to @gquemener)
- Deprecate using a FQCN instead of a service id for projections. Support for this kind of configuration will be removed in v1.0. (#43)
- Enhance validation of repository configuration (#44, thanks to @gquemener)
- [BC-BREAK] Remove automatically created aliases for projections and projection-managers (#43)
- Fix projection configuration via tags (#42, #43)
- Support Symfony 4, drop Symfony <= 3.3 (#33, #38, thanks to @kejwmen, @mkurzeja)