GearmanBundle Versions Save

GearmanBundle for Symfony2

v5.0.1

7 months ago

v5.0.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mmoreram/GearmanBundle/compare/v4.1.5...v5.0.0

v4.1.4

2 years ago

v4.1.3

2 years ago
  • Fixed an incorrect check for testing if getProjectDir exists from newer symfony versions (#200 )

v4.1.2

4 years ago
  • Fixes getRootDir deprecation notice (#192)
  • Fixes the describe command outputting incorrect console path (#194)

v4.1.1

4 years ago
  • Fixed deprecation notice caused by TreeBuilder root reference.

v3.0.5

5 years ago

The JobClass.php use to extend ContainerAware which is deprecated in Symfony 2.8, it now implements ContainerAwareInterface.

v4.1.0

6 years ago

Added Symfony 4 compatibility as well as ability to define "resources" paths for worker definitions in addition to the existing bundle functionality.

v3.0.4

6 years ago

Fixes a deprecation warning that would occur in 2.6+ on the Options resolver.