All Versions
25
Latest Version
Avg Release Cycle
29 days
Latest Release
-

Changelog History
Page 1

  • v2.3.1 Changes

    • ๐Ÿ‘ท Reuse Job.delete in Job.mark_successful - @tpitale
  • v2.3.0 Changes

    • โž• Add job_module to telemetry events - @tpitale
  • v2.2.2 Changes

    • ๐Ÿ›  Fix for db checks with multi-schema databases - @rubysolo
  • v2.2.0 Changes

    • โฌ†๏ธ DB Upgrade required: Recreate index to add NULLS FIRST on the due_at column on jobs table to fix performance of the locking query - @tpitale
  • v2.1.1 Changes

    • ๐Ÿ‘ Allow users to pass a different repo as parameter
  • v2.1.0 Changes

    • โž• Added Rihanna.deleted_by/1
  • v2.0.0 Changes

    • ๐Ÿ’ฅ Breaking change: must add priority column, which requires downtime. Please see [Upgrading v2](docs/upgrading_v2.md) for more detailed instructions.
  • v1.3.5 Changes

    • โฌ‡๏ธ Drop pool_size from Postgrex config in addition to pool.
  • v1.3.4 Changes

    June 10, 2019
    • โฌ‡๏ธ Drop pool from Postgrex config as Rihanna requires a single dedicated connection.
  • v1.3.3 Changes

    June 10, 2019
    • ๐Ÿ˜Œ Relaxed restriction on Postgrex options in supervisor, enabling clients to use any Postgrex configuration they want.