From 5e57e97b4ef31375ee502cbe64ec4545a0a26c81 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 9 Mar 2015 09:18:34 +0100 Subject: [PATCH] Add changelog for 0.5.1. --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 12f273a..4b4d6d0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +### 0.5.1 + +(March 9th, 2015) + +- Resolve performance issue when queues contain many jobs +- Restore the ability to specify connection params in config +- Record `birth_date` and `death_date` on Worker +- Add support for SSL URLs in Redis (and `REDIS_SSL` config option) +- Fix encoding issues with non-ASCII characters in function arguments +- Fix Redis transaction management issue with job dependencies + + ### 0.5.0 (Jan 30th, 2015)