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

Changelog History
Page 1

  • v4.2.1 Changes

    February 02, 2022
    • ➕ Add support for que 1.0.0 #308
  • v4.2.0 Changes

    January 06, 2022
    • ⏱ Move to Github actions #283
    • ✂ Remove support for Ruby 2.5 #281
    • ➕ Add tests for Ruby 2.7 #272
    • ➕ Add support for que 1.0.0.beta5 #303
  • v4.1.0 Changes

    January 31, 2021
    • ⏱ Check for row count option using String and Symbols #236
    • ⏱ Handle multiple key types #237
    • ✂ Remove Postgres 9.4 support #238
    • ⬆️ Upgrade Rubocop to 1.x and remove Ruby 2.4 support #239
    • ✂ Remove Rails 4 support #240
    • ➕ Add broad spectrum integration tests #242
  • v4.0.3 Changes

    January 03, 2021
    • ➕ Add time_zone configuration option to simplify running outside of Rails #229
  • v4.0.2 Changes

    November 29, 2020
    • ➕ Add method to reenqueue scheduler in squashed migrations #226
  • v4.0.1 Changes

    November 29, 2020
    • ⏱ Move setting schedule hash directly to config block #225
  • v4.0.0 Changes

    November 29, 2020
    • ⏱ Enforce single scheduler job existence at the DB level with triggers and an index #224
  • v3.4.3 Changes

    October 28, 2020
    • 👍 Allow programmatically specifying schedule #220
  • v3.4.2 Changes

    September 17, 2020
    • 🛠 Fix NoMethodError in a non-Rails app #213
  • v3.4.1 Changes

    July 11, 2020
    • ⏱ Handle jobs using hashes with indifferent access #205, #206