This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
Releases: Webador/SlmQueueDoctrine
Releases · Webador/SlmQueueDoctrine
4.4.0
What's Changed
- Move to PSR by @imonteiro in #179
- Allow PHP 8.3 by @eivydas in #182
Full Changelog: 4.3.0...4.4.0
PHP 8.2 support
Thanks @gregtyler for PHP 8.2 support!
4.2.1: Merge pull request #174 from eivydas/fix/deprecation-warnings
Remove PHP 8.1 deprecation warning. Thanks @eivydas.
4.2.0
Compatible with SlmQueue 3.1.0.
4.2.0-beta: Merge pull request #173 from Webador/feature/update-to-slmqueue31
Pre-release
Is compatible with SlmQueue 3.1.
4.1.0
4.0.0
PHP8 support is here! 🎉
Upgrading
See UPGRADE.md.
Change summary
- add support for PHP 8.0
- drop support for PHP 7.3
- require
slm/queue:^3.0
Bury jobs when throwable caught
- We now also bury a job if a throwable is caught during job execution.
- Adapt test suit to reflect new style of not having to return integer status codes.
3.0.1
Types should be identical to interface. See #159.