Breaking Change
Before using this version, it is essential to run the database schema upgrade to ensure compatibility with the new features and improvements introduced. Please execute the following command before deploying the new version:
bash
python -m pgqueuer upgrade
This step updates the database schema, including necessary modifications for the job cancellation feature and other enhancements that are critical for the new version to function correctly.
What's Changed
* Bugfix: TM gather exits on first exception by janbjorge in https://github.com/janbjorge/pgqueuer/pull/90
* Standard query format by janbjorge in https://github.com/janbjorge/pgqueuer/pull/92
* Add JobExecutor class by janbjorge in https://github.com/janbjorge/pgqueuer/pull/93
* Use Counter for entrypoint_tally by janbjorge in https://github.com/janbjorge/pgqueuer/pull/94
* Feature: Job cancellation by janbjorge in https://github.com/janbjorge/pgqueuer/pull/91
* Normalize line endings when building test docker image by colingavin in https://github.com/janbjorge/pgqueuer/pull/95
New Contributors
* colingavin made their first contribution in https://github.com/janbjorge/pgqueuer/pull/95
**Full Changelog**: https://github.com/janbjorge/pgqueuer/compare/v0.7.2...v0.8.0