.................... * Add ``py.typed`` file to tell mypy the package has type hints, 163 * Added ``ssl`` option to ``RedisSettings``, 165
0.18.3
.................... * Include ``queue_name`` when for job object in response to ``enqueue_job``, 160
0.18.2
.................... * Fix cron scheduling on a specific queue, by dmvass and Tinche
0.18.1
.................... * 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