Releases: mmoreram/GearmanBundle
Releases · mmoreram/GearmanBundle
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.
Deprecation Update on Options Resolver on Symfony2 Branch
Fixes a deprecation warning that would occur in 2.6+ on the Options resolver.