Skip to content

Releases: resquebundle/resque

Add auth to StartWorkerCommand

Choose a tag to compare

@PhilETaylor PhilETaylor released this 30 Sep 10:50
317db18

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

Cleanup Commands and use Attributes

Choose a tag to compare

@PhilETaylor PhilETaylor released this 06 Sep 09:36
8777fa9

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

Choose a tag to compare

@PhilETaylor PhilETaylor released this 25 Jun 13:12
c4b8d96

Fully backward compatible changes.

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

Choose a tag to compare

@PhilETaylor PhilETaylor released this 22 Jun 08:56
45de899

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

Choose a tag to compare

@PhilETaylor PhilETaylor released this 22 Jun 08:39
9ab27cf

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

Adding Redis auth option

Choose a tag to compare

@PhilETaylor PhilETaylor released this 13 May 11:18
df6291a

Thanks to @liavatias - Adding Redis auth option

"Ready for the future"

Choose a tag to compare

@PhilETaylor PhilETaylor released this 31 May 09:32

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

Choose a tag to compare

@PhilETaylor PhilETaylor released this 30 May 17:56

and more...

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

Choose a tag to compare

@PhilETaylor PhilETaylor released this 29 May 13:44
75bfbb1

quick fix for Process::fromShellCommandline() regression

Drop Symfony 3.4, Fix deprecations with view to the future

Choose a tag to compare

@PhilETaylor PhilETaylor released this 29 May 13:33
b78c8b5

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.