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

Changelog History
Page 2

  • v1.3.2

    June 09, 2019
  • v1.3.1 Changes

    June 09, 2019
    • ๐Ÿ›  Fix incorrect index name being used with custom table name.
  • v1.3.0 Changes

    February 02, 2019
    • ๐Ÿ”ง The startup delay for the job dispatcher is now configurable.
  • v1.2.3

    January 17, 2019
  • v1.2.2 Changes

    • Rescue after_error callback errors to stop a potential infinite retry loop for a job.
  • v1.2.1 Changes

    • โฑ Schedule and enqueue functions now raise errors with greater detail when given incorrect arguments.
    • ๐Ÿ›  Fix bug when creating index using a custom table name
  • v1.2.0 Changes

    • โž• Add support for enqueuing job via a user supplied Postgres connection. This can be either a Postgrex process or an Ecto Repo.
  • v1.1.4 Changes

    • โž• Add Rihanna.delete
    • ๐Ÿ›  Fix specs in migrations
  • v1.1.3 Changes

    • ๐Ÿ›  Fix callback spec for after_error
    • ๐Ÿ›  Fix flaky tests
  • v1.1.2 Changes

    • ๐Ÿ›  Fix bug preventing rollback of upgrade migration