Releases: procrastinate-org/procrastinate
2.15.0
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
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
- Make docs dependencies non optional again by @medihack in #1202
- Document dependencies procedures by @ewjoachim in #1204
Full Changelog: 2.14.0...2.14.1
2.14.0
Migrations
None
What's Changed
Miscellaneous
- Fix GitHub's upload-artifact breakage by @ewjoachim in #1179
- Add return type informations for decorated tasks by @fau-st in #1196
Documentation
- Improve task and defer docs by @medihack in #1174
- Add page to docs about job relationships in Django by @medihack in #1191
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
Migrations
None
What's Changed
Bug Fixes
- Fix Django + cron using the wrong connector by @ewjoachim in #1164
Miscellaneous
- Add Kai Schlamp as an author by @ewjoachim in #1163
Documentation
- Remove sphinx-autodoc-typehints, upgrade Myst & Sphinx by @ewjoachim in #1153
Full Changelog: 2.13.1...2.13.2
2.13.1
2.13.0
2.12.0
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