Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Releases: Webador/SlmQueue

3.3.0

05 Apr 09:38
48b8227
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.3.0

PHP 8.2 support

24 Jan 08:04
27ff0c0
Compare
Choose a tag to compare

Thanks @gregtyler for PHP 8.2 support!

3.1.1: Merge pull request #253 from eivydas/invalid-job-content

18 Oct 12:05
1c79402
Compare
Choose a tag to compare

3.1.0

12 Apr 12:48
Compare
Choose a tag to compare

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

12 Apr 10:09
Compare
Choose a tag to compare
3.1-beta Pre-release
Pre-release

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

14 Dec 08:03
78c1fc1
Compare
Choose a tag to compare

Remove documentation and mentions of LogJobStrategy, as that strategy was removed in 3.0.0. Thank @trylika.

3.0.0

02 Dec 11:04
a84ee18
Compare
Choose a tag to compare

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 of laminas-mvc-console

3.0-beta.4: Typehint the Queue manager

26 Nov 08:59
37128df
Compare
Choose a tag to compare
Pre-release
This will aid static analysis and IDE integration.

3.0-beta.3

09 Jul 12:12
Compare
Choose a tag to compare
3.0-beta.3 Pre-release
Pre-release
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.

09 Jul 11:09
Compare
Choose a tag to compare
And really it is only used by SlmQueue/Doctrine.