All Versions
45
Latest Version
Avg Release Cycle
59 days
Latest Release
807 days ago

Changelog History
Page 2

  • v3.4.0 Changes

    June 07, 2020
    • ➕ Add built in QueSchedulerAuditClearDownJob #193
    • ➕ Add support for hash arguments or a nil argument #192
    • ⬇️ Drop redundant index (thanks @krzyzak) #188
    • ⏱ Include new support for queue names in Rails 6 #180
    • ✂ Remove backports gem #170
  • v3.3.0 Changes

    April 04, 2020
    • ⚡️ General bundle update of test gems #154
    • 👌 Support ActiveJob #164
    • 👌 Support Rubocop RSpec #165
  • v3.2.8 Changes

    February 09, 2020
    • ⏱ Check for synchronous que #134
    • ⏱ Ensure reliable backoff semantics for Que 1.0 #135
    • ➕ Add support for Que 1.0.0.beta4 #151
  • v3.2.7 Changes

    October 19, 2019
    • ➕ Add support for Que 1.0.0.beta3 #18
  • v3.2.6 Changes

    October 19, 2019
    • ➕ Add support for Rails 6 #117
  • v3.2.5 Changes

    July 26, 2019
    • ➕ Add facade to handle Que.execute differences between versions #101
    • ➕ Add facade to handle default queue differences between versions #103
  • v3.2.4 Changes

    July 14, 2019
    • ➕ Add re-enqueue checks #76
    • ⏱ Introduction of initial que 1.0 handling code #95
    • ➕ Add tests for Que 0.14 #97
  • v3.2.3 Changes

    March 06, 2019
    • ⏱ Namespace support modules #54
    • ➕ Add Ruby 2.6 tests #58
    • ✂ Remove Ruby 2.2 tests #58
    • ⬆️ Bump rubocop from 0.62.0 to 0.63.0 #63
    • ⚡️ Update Fugit to 1.1.8 #62
    • ⏱ Switch from Travis to Gitlab #64
  • v3.2.2 Changes

    August 01, 2018

    Commits

    • ➕ Add direct access to the schedule for spec tests. #40
    • ⏱ Do nothing if migrate! is called on a test database. #39
  • v3.2.1 Changes

    July 01, 2018

    Commits

    • ➕ Add support for ruby 2.5
    • ⬇️ Drop support for ruby 2.1 and rails 3.x
    • 👌 Improve DB migration state detection and error reporting