Releases: mmoreram/GearmanBundle
Releases · mmoreram/GearmanBundle
v5.1.0
What's Changed
- Upgrade doctrine/annotations to 2.0 and refactor code to fit it by @ApetroaeiClaudiu in #207
New Contributors
- @ApetroaeiClaudiu made their first contribution in #207
Full Changelog: v5.0.1...v5.1.1
v5.0.1
symfony 5/6 support
Symfony 4 Command and Dispatcher Deprecation Fixes
Event Dispatcher Deprecation Warning Fix
- #201 - BC Event Dispatcher layer to prevent deprecation warnings
Fixed getProjectDir compatibility check
- Fixed an incorrect check for testing if getProjectDir exists from newer symfony versions (#200 )
Symfony 4.2+ Deprecation Notice fix, describer console path fix
Symfony4 Deprecation Notice fix
- Fixed deprecation notice caused by TreeBuilder root reference.
Removal of Deprecated Class on Symfony 2 branch.
The JobClass.php use to extend ContainerAware which is deprecated in Symfony 2.8, it now implements ContainerAwareInterface.
Symfony 4 Compatibility
Added Symfony 4 compatibility as well as ability to define "resources" paths for worker definitions in addition to the existing bundle functionality.