All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Configuration of listeners using attributes (
\Tjovaisas\Bundle\DelayedEventBundle\Attribute\AsDelayedEventListener
) - Library will try to guess method's name based on the passed event when configuring listeners
- Support for Symfony ^4.0
- Support for Symfony >=5.0 <5.3
- Support for Symfony ^6.0
- Support for PHP ^7.4
- Split responsibility to handle queue to a dedicated service.
- Increased psalm's error level detection to 2.
- Increased PHP version to 7.4.