This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
Releases: Webador/SlmQueue
Releases · Webador/SlmQueue
3.3.0
PHP 8.2 support
Thanks @gregtyler for PHP 8.2 support!
3.1.1: Merge pull request #253 from eivydas/invalid-job-content
3.1.0
Changes:
- Bumped dependencies to fully support PHP 8.1 without deprecation warnings. So you probably will need to make sure your dependencies are quite up-to-date. Note: we are still targeting PHP 7.4.
- Deprecate
Interop\Container\ContainerInterface
.
3.1-beta
Changes:
- Bumped dependencies to fully support PHP 8.1 without deprecation warnings. So you probably will need to make sure your dependencies are quite up-to-date. Note: we are still targeting PHP 7.4.
- Deprecate
Interop\Container\ContainerInterface
.
3.0.1: Merge pull request #244 from trylika/master
Remove documentation and mentions of LogJobStrategy
, as that strategy was removed in 3.0.0. Thank @trylika.
3.0.0
PHP8 support is here! 🎉
Upgrading
See UPGRADE.md.
Change summary
- add support for PHP 8.0
- drop support for PHP 7.3
- use
laminas-cli
instead oflaminas-mvc-console
3.0-beta.4: Typehint the Queue manager
This will aid static analysis and IDE integration.
3.0-beta.3
Set minimum PHP version to PHP 7.3.
3.0-beta.2: Drop Laminas Console, as it is deprecated and does not function on PHP8.
Pre-release
And really it is only used by SlmQueue/Doctrine.