Skip to content

Commit d2f804b

Browse files
author
chris.boulton
committed
Commit change log in preparation for 1.1
1 parent 950ab06 commit d2f804b

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

CHANGELOG.markdown

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
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.
810
* 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.
1513

1614
## 1.0 (2010-04-18) ##
1715

0 commit comments

Comments
 (0)