Skip to content

Commit 9a38f60

Browse files
committed
bump 0.11.0
1 parent ca584d6 commit 9a38f60

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

History.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
0.11.0 / 2016-05-13
2+
===================
3+
4+
* force node_redis version to 2.4.x, Closes #857
5+
* Converting Job ids back into integers, #855
6+
* Fix LPUSH crash during shutdown, #854
7+
* Install kue-dashboard script, #853
8+
* Add start event to documentation, #841
9+
* Add parameter for testMode.enter to continue processing jobs, #821
10+
* Modern Node.js versions support, #812
11+
* Don't start the next job until the current one is totally finished, Closes #806
12+
* Store multiple instances of jobs in jobs id map to emit events for all, #750
13+
14+
15+
0.10.6 / 2016-04-27
16+
===================
17+
18+
* Redis Cluster fix, Closes #861
19+
20+
121
0.10.5 / 2016-01-14
222
===================
323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kue",
3-
"version": "0.10.6",
3+
"version": "0.11.0",
44
"description": "Feature rich priority job queue backed by redis",
55
"homepage": "http://automattic.github.io/kue/",
66
"keywords": [

0 commit comments

Comments
 (0)