You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,11 @@ Composer support has been improved and is now the recommended method for includi
17
17
### Other Improvements/Changes
18
18
19
19
***COMPATIBILITY BREAKING**: The bundled worker manager `resque.php` has been moved to `bin/resque`, and is available as `vendor/bin/resque` when php-resque is installed as a Composer package.
20
-
21
20
* Restructure tests and test bootstrapping. Autoload tests via Composer (install test dependencies with `composer install --dev`)
22
-
23
21
* Add `SETEX` to list of commands which supply a key as the first argument in Redisent (danhunsaker)
24
-
25
22
* Fix an issue where a lost connection to Redis could cause an infinite loop (atorres757)
26
-
27
23
* Add a helper method to `Resque_Redis` to remove the namespace applied to Redis keys (tonypiper)
28
-
24
+
* Call beforePerform hook before retrieivng an instance of the job class (allows beforePerform to cancel a job with DontPerform before initialising your application)
0 commit comments