Skip to content

Releases: procrastinate-org/procrastinate

2.15.0

19 Oct 11:47
98fd11e
Compare
Choose a tag to compare

Migrations

02.14.01_01_add_indexes_for_fetch_job.sql

Note

The new indexes will block the table while they are being built. Unless you have millions of jobs in the table, it should not be a problem, but you may want to create the index concurrently if you can. Note that you cant create an index concurrently in a transaction, which is why the migration code we suggested doesn't use the CONCURRENTLY keyword. To create the index concurrently, replace CREATE INDEX in the migration code with CREATE INDEX CONCURRENTLY.

What's Changed

Bug Fixes

Full Changelog: 2.14.1...2.15.0

2.14.1

08 Oct 09:25
3ebbe2b
Compare
Choose a tag to compare

Migrations

None

What's Changed

Bug Fixes

  • Fill missing generic type parameters for JobContext.task by @fau-st in #1218
  • Respect the priority of a periodic task by @medihack in #1217

Dependencies

Full Changelog: 2.14.0...2.14.1

2.14.0

19 Sep 21:48
70509f4
Compare
Choose a tag to compare

Migrations

None

What's Changed

Miscellaneous

Documentation

Dependencies

  • Make recent Python versions use recent Django versions by @ewjoachim in #1197

New Contributors

Full Changelog: 2.13.2...2.14.0

2.13.2

19 Aug 18:57
0bed3ef
Compare
Choose a tag to compare

Migrations

None

What's Changed

Bug Fixes

Miscellaneous

Documentation

  • Remove sphinx-autodoc-typehints, upgrade Myst & Sphinx by @ewjoachim in #1153

Full Changelog: 2.13.1...2.13.2

2.13.1

15 Aug 22:15
7f69c10
Compare
Choose a tag to compare

Migrations

None

What's Changed

Bug Fixes

Full Changelog: 2.13.0...2.13.1

2.13.0

15 Aug 15:08
3629782
Compare
Choose a tag to compare

Migrations

None

What's Changed

Bug Fixes

Full Changelog: 2.12.0...2.13.0

2.12.0

14 Aug 16:30
e5197a9
Compare
Choose a tag to compare

Migrations

None

What's Changed

Bug Fixes

If you want to document tasks with Sphinx's Autodoc, check the new doc! Following a report from @JacobCoffee in #1152

Full Changelog: 2.11.0...2.12.0

2.11.0

09 Aug 08:53
112f2c8
Compare
Choose a tag to compare

Migrations

None

What's Changed

Miscellaneous

  • Make django Admin interface support much better UX-wise by @ticosax in #1140

Full Changelog: 2.10.0...2.11.0

2.10.0

08 Aug 06:26
821db68
Compare
Choose a tag to compare

Migrations

None

What's Changed

Features

  • feat: allow cleaning of cancelled and aborted jobs by @katlyn in #1146

New Contributors

Full Changelog: 2.9.2...2.10.0

2.9.2

31 Jul 11:08
73ba60a
Compare
Choose a tag to compare

Migrations

None

What's Changed

Bug Fixes

  • Set job to failed when task raises and job is aborting (regardless retry) by @medihack in #1133

Dependencies

  • exclude psycopg[binary] on mac arm64 python <=3.9 by @onlyann in #1128

Full Changelog: 2.9.1...2.9.2