|
1 |
| -## 1.1 (????-??-??) ## |
2 |
| -* Change arguments for jobs to be an array as they're easier to work with in |
3 |
| -PHP. |
4 |
| -* Implement ability to have setUp and tearDown methods for jobs, called before |
5 |
| -and after every single run. |
6 |
| -* Ability to specify a cluster/multiple redis servers and consistent hash |
7 |
| -between them (Thanks dceballos) |
| 1 | +## 1.1 (2011-02-26) ## |
| 2 | + |
| 3 | +* Update Redisent library for Redis 2.2 compatibility. Redis 2.2 is now required. (thedotedge) |
| 4 | +* Trim output of `ps` to remove any prepended whitespace (KevBurnsJr) |
| 5 | +* Use `getenv` instead of `$_ENV` for better portability across PHP configurations (hobodave) |
| 6 | +* Add support for sub-second queue check intervals (KevBurnsJr) |
| 7 | +* Ability to specify a cluster/multiple redis servers and consistent hash between them (dceballos) |
| 8 | +* Change arguments for jobs to be an array as they're easier to work with in PHP. |
| 9 | +* Implement ability to have setUp and tearDown methods for jobs, called before and after every single run. |
8 | 10 | * Fix `APP_INCLUDE` environment variable not loading correctly.
|
9 |
| -* Jobs are no longer defined as static methods, and classes are instantiated |
10 |
| -first. This change is NOT backwards compatible and requires job classes are |
11 |
| -updated. |
12 |
| -* Job arguments are passed to the job class when it is instantiated, and |
13 |
| -are accessible by $this->args. This change will break existing job classes |
14 |
| -that rely on arguments that have not been updated. |
| 11 | +* Jobs are no longer defined as static methods, and classes are instantiated first. This change is NOT backwards compatible and requires job classes are updated. |
| 12 | +* Job arguments are passed to the job class when it is instantiated, and are accessible by $this->args. This change will break existing job classes that rely on arguments that have not been updated. |
15 | 13 |
|
16 | 14 | ## 1.0 (2010-04-18) ##
|
17 | 15 |
|
|
0 commit comments