ecto_job v2.0.0 Release Notes

Release Date: 2019-01-20 // about 5 years ago
  • 👷 EctoJob 2.0 adds support for Ecto 3.0.

    There should be no breaking changes other than the dependency on ecto_sql ~> 3.0.

    👷 #31 - mbuhot - Timestamp options on job tables can be customized.

    👷 #30 - mbuhot - Job tables can be declared with custom schema_prefix.

    0️⃣ #29 - mbuhot - EctoJob will always use a :bigserial primary key instead of relying on the ecto default.