.................... * add support for Redis Sentinel fix 132 * fix ``Worker.abort_job`` invalid expire time error, by dmvass
0.18
.................. * fix usage of ``max_burst_jobs``, improve coverage fix 152 * stop lots of ``WatchVariableError`` errors in log, 153
0.17.1
.................... * deal better with failed job deserialization, 149 by samuelcolvin * fix ``run_check(xmax_burst_jobs=...)`` when a jobs fails, 150 by samuelcolvin
0.17
.................. * add ``worker.queue_read_limit``, fix 141, by rubik * custom serializers, eg. to use msgpack rather than pickle, 143 by rubik * add ``ArqRedis.queued_jobs`` utility method for getting queued jobs while testing, fix 145 by samuelcolvin
0.16.1
.................... * prevent duplicate ``job_id`` when job result exists, fix 137 * add "don't retry mode" via ``worker.retry_jobs = False``, fix 139 * add ``worker.max_burst_jobs``
0.16
.................. * improved error when a job is aborted (eg. function not found)