Breaking Change
Before using this version, it is essential to run the database schema upgrade to ensure compatibility with the new retry feature and other 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 retry logic and other enhancements critical for the new version to function correctly.
What's Changed
* Refactor JobBuffer to Generic Design (TimedOverflowBuffer) by janbjorge in [128](https://github.com/janbjorge/pgqueuer/pull/128)
* Check OS environment variable for valid string by janbjorge in [131](https://github.com/janbjorge/pgqueuer/pull/131)
* Assign retry per entrypoint by janbjorge in [129](https://github.com/janbjorge/pgqueuer/pull/129)
**Full Changelog**: [https://github.com/janbjorge/pgqueuer/compare/v0.8.10...v0.9.0](https://github.com/janbjorge/pgqueuer/compare/v0.8.10...v0.9.0)