All Versions
25
Latest Version
Avg Release Cycle
29 days
Latest Release
-
Changelog History
Page 1
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
- โ Added
-
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.
- ๐ฅ Breaking change: must add
-
v1.3.5 Changes
- โฌ๏ธ Drop
pool_size
from Postgrex config in addition topool
.
- โฌ๏ธ Drop
-
v1.3.4 Changes
June 10, 2019- โฌ๏ธ Drop
pool
from Postgrex config as Rihanna requires a single dedicated connection.
- โฌ๏ธ Drop
-
v1.3.3 Changes
June 10, 2019- ๐ Relaxed restriction on Postgrex options in supervisor, enabling clients to use any Postgrex configuration they want.