Skip to content

Releases: resquebundle/resque

Add auth to StartWorkerCommand

30 Sep 10:50
317db18
Compare
Choose a tag to compare

PHP8only branch, Add auth to StartWorkerCommand. Thanks @mrardon for #61

Cleanup Commands and use Attributes

06 Sep 09:36
8777fa9
Compare
Choose a tag to compare

Resolves Symfony compatibility moaning about use of $name in constructors - so moved to PHP8 attributes for name/description of commands

PHP 7 fixes to allow job failure with Exception or Error throwables

25 Jun 13:12
c4b8d96
Compare
Choose a tag to compare

New Series: PHP 8+ and Symfony 5.3.1+ only !

22 Jun 08:56
45de899
Compare
Choose a tag to compare

The 5.x series of this bundle is targeted at PHP 8 and Symfony 5.3 and should not be used on anything less than that.

Return correct exit codes in commands

22 Jun 08:39
9ab27cf
Compare
Choose a tag to compare

This release is the backward compatible release, and correctly returns command exit codes for compatibility with Symfony 5.3

Adding Redis auth option

13 May 11:18
df6291a
Compare
Choose a tag to compare

Thanks to @liavatias - Adding Redis auth option

"Ready for the future"

31 May 09:32
Compare
Choose a tag to compare

Deprecate kernel.root_dir in favour of kernel.project_dir
Now using Process::fromShellCommandline()
Drop Symfony 3.4, Fix deprecations with view to the future

Inject ParameterBagInterface instead of directly accessing container in commands and controller
Update Routing controller to use long syntax
Use @Bundle syntax for loading twig templates
Use correct Process function for max compatibility

Major version pushed for the following reasons:

force a minimum of Symfony 4.1.2 for critical security
Drop Symfony 3.4 support totally, sorry.

Deprecate kernel.root_dir in favour of kernel.project_dir

30 May 17:56
Compare
Choose a tag to compare

and more...

Process::fromShellCommandline() must be of the type string

29 May 13:44
75bfbb1
Compare
Choose a tag to compare

quick fix for Process::fromShellCommandline() regression

Drop Symfony 3.4, Fix deprecations with view to the future

29 May 13:33
b78c8b5
Compare
Choose a tag to compare

Inject ParameterBagInterface instead of directly accessing container in commands and controller
User kernel.project_dir instead of kernel.root_dir (possibly b/c break?)
Update Routing controller to use long syntax
Use @Bundle syntax for loading twig templates
Use correct Process function for max compatibility

Major version pushed for the following reasons:

force a minimum of Symfony 4.1.2 for critical security
Drop Symfony 3.4 support totally, sorry.