2010-04-19 00:35:50 +00:00
|
|
|
## 1.1 (????-??-??) ##
|
|
|
|
* Change arguments for jobs to be an array as they're easier to work with in
|
2010-04-20 00:02:34 +00:00
|
|
|
PHP.
|
|
|
|
* Implement ability to have setUp and tearDown methods for jobs, called before
|
|
|
|
and after every single run.
|
2010-08-01 05:03:28 +00:00
|
|
|
* Ability to specify a cluster/multiple redis servers and consistent hash
|
|
|
|
between them (Thanks dceballos)
|
2010-08-01 05:07:14 +00:00
|
|
|
* Fix `APP_INCLUDE` environment variable not loading correctly.
|
2010-08-01 05:23:41 +00:00
|
|
|
* 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.
|
|
|
|
* 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.
|
2010-04-19 00:35:50 +00:00
|
|
|
|
2010-04-18 13:58:43 +00:00
|
|
|
## 1.0 (2010-04-18) ##
|
|
|
|
|
|
|
|
* Initial release
|