...................... * add ``job_try`` argument to ``enqueue_job``, 113 * adding ``--watch`` mode to the worker (requires ``watchgod``), 114 * allow ``ctx`` when creating Worker * add ``all_job_results`` to ``ArqRedis`` * fix python path when starting worker
0.16.0a1
...................... * **Breaking Change:** **COMPLETE REWRITE!!!** see docs for details, 110
0.15.0
.................... * update dependencies * reconfigure ``Job``, return a job instance when enqueuing tasks 93 * tweaks to docs 106
0.14.0
.................... * package updates, particularly compatibility for ``msgpack 0.5.6``
0.13.0
.................... * **Breaking Change:** integration with aioredis >= 1.0, basic usage hasn't changed but look at aioredis's migration docs for changes in redis API 76
0.12.0
.................... * better signal handling, support ``uvloop`` 73 * drain pending tasks and drain task cancellation 74 * add aiohttp and docker demo ``/demo`` 75