.................. * 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)
0.16.0b3
...................... * fix semaphore on worker with many expired jobs
0.16.0b2
...................... * add support for different queues, 127 thanks tsutsarin
0.16.0b1
...................... * use dicts for pickling not tuples, better handling of pickling errors, 123