File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
- ## 1.2 (Unreleased ) ##
1
+ ## 1.2 (2012-10-13 ) ##
2
2
3
3
* Allow alternate redis database to be selected when calling setBackend by supplying a second argument (patrickbajao)
4
4
* Use ` require_once ` when including php-resque after the app has been included in the sample resque.php to prevent include conflicts (andrewjshults)
10
10
* Fix lost jobs when there is more than one worker process started by the same parent process (salimane)
11
11
* Move include for resque before APP_INCLUDE is loaded in, so that way resque is available for the app
12
12
* Avoid working with dirty worker IDs (salimane)
13
-
13
+ * Allow UNIX socket to be passed to Resque when connecting to Redis (pedroarnal)
14
+ * Fix typographical errors in PHP docblocks (chaitanyakuber)
15
+ * Set the queue name on job instances when jobs are executed (chaitanyakuber)
16
+ * Fix and add tests for Resque_Event::stopListening (ebernhardson)
17
+ * Documentation cleanup (maetl)
18
+ * Pass queue name to afterEvent callback
19
+ * Only declare RedisException if it doesn't already exist (Matt Heath)
20
+ * Add support for Composer
21
+ * Fix missing and incorrect paths for Resque and Resque_Job_Status classes in demo (jjfrey)
22
+ * Disable autoload for the RedisException class_exists call (scragg0x)
14
23
15
24
## 1.1 (2011-03-27) ##
16
25
You can’t perform that action at this time.
0 commit comments