rq v0.7.0 Release Notes

    • ๐Ÿ‘ Better support for Heroku workers (#584, #715)
    • ๐Ÿ‘Œ Support for connecting using a custom connection class (#741)
    • ๐Ÿ›  Fix: connection stack in default worker (#479, #641)
    • ๐Ÿ›  Fix: fetch_job now checks that a job requested actually comes from the intended queue (#728, #733)
    • ๐Ÿ›  Fix: Properly raise exception if a job dependency does not exist (#747)
    • ๐Ÿ›  Fix: Job status not updated when horse dies unexpectedly (#710)
    • ๐Ÿ‘ฎ Fix: request_force_stop_sigrtmin failing for Python 3 (#727)
    • ๐Ÿ›  Fix Job.cancel() method on failed queue (#707)
    • Python 3.5 compatibility improvements (#729)
    • ๐Ÿ‘Œ Improved signal name lookup (#722)