From 819c61be9bea70c0ada22ff78a53eba482d53b33 Mon Sep 17 00:00:00 2001 From: Selwin Ong Date: Sun, 28 Jun 2020 21:26:15 +0700 Subject: [PATCH] Bump version to 1.4.3 --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3b3df72..f3e98c7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +### RQ 1.4.3 (2020-06-28) +* Added `job.get_position()` and `queue.get_job_position()`. Thanks @aparcar! +* Longer TTLs for worker keys to prevent them from expiring inside the worker lifecycle. Thanks @selwin! +* Long job args/kwargs are now truncated during logging. Thanks @JhonnyBn! +* `job.requeue()` now returns the modified job. Thanks @ericatkin! + ### RQ 1.4.2 (2020-05-26) * Reverted changes to `hmset` command which causes workers on Redis server < 4 to crash. Thanks @selwin! * Merged in more groundwork to enable jobs with multiple dependencies. Thanks @thomasmatecki!