Skip to content

Releases: mmoreram/GearmanBundle

v5.0.1

19 Oct 13:56
6e117e9
Compare
Choose a tag to compare
Merge pull request #205 from BlueTM/hotfix/bug-fix-signals

Fix bug: task was ending when signal was received not after was evaluated

symfony 5/6 support

23 May 13:50
94927f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.5...v5.0.0

Symfony 4 Command and Dispatcher Deprecation Fixes

02 Dec 19:07
7472c73
Compare
Choose a tag to compare

Event Dispatcher Deprecation Warning Fix

16 Nov 20:54
8acdec8
Compare
Choose a tag to compare
  • #201 - BC Event Dispatcher layer to prevent deprecation warnings

Fixed getProjectDir compatibility check

07 Jul 14:07
6d65f25
Compare
Choose a tag to compare
  • Fixed an incorrect check for testing if getProjectDir exists from newer symfony versions (#200 )

Symfony 4.2+ Deprecation Notice fix, describer console path fix

16 Nov 19:42
1312622
Compare
Choose a tag to compare
  • Fixes getRootDir deprecation notice (#192)
  • Fixes the describe command outputting incorrect console path (#194)

Symfony4 Deprecation Notice fix

06 Nov 18:31
9e0eae2
Compare
Choose a tag to compare
  • Fixed deprecation notice caused by TreeBuilder root reference.

Removal of Deprecated Class on Symfony 2 branch.

15 Aug 12:19
Compare
Choose a tag to compare

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

Symfony 4 Compatibility

22 Nov 17:11
Compare
Choose a tag to compare

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

13 Sep 13:05
Compare
Choose a tag to compare

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