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

Releases: Webador/SlmQueueDoctrine

4.4.0

05 Apr 10:30
6b2c3cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.4.0

PHP 8.2 support

24 Jan 08:12
e4dc0df
Compare
Choose a tag to compare

Thanks @gregtyler for PHP 8.2 support!

4.2.1: Merge pull request #174 from eivydas/fix/deprecation-warnings

25 Apr 13:44
8c8ea8e
Compare
Choose a tag to compare

4.2.0

12 Apr 12:51
Compare
Choose a tag to compare

Compatible with SlmQueue 3.1.0.

4.2.0-beta: Merge pull request #173 from Webador/feature/update-to-slmqueue31

12 Apr 10:29
ca5539c
Compare
Choose a tag to compare

Is compatible with SlmQueue 3.1.

4.1.0

21 Jan 10:45
d504253
Compare
Choose a tag to compare
  • Add support for PHP 8.1.
  • Require doctrine/dbal:^3.0.

4.0.0

02 Dec 11:14
81116ed
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
  • require slm/queue:^3.0

Bury jobs when throwable caught

25 Nov 11:07
Compare
Choose a tag to compare
  • 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

04 Jun 14:39
Compare
Choose a tag to compare
Types should be identical to interface. See #159.

3.0.0

02 Feb 16:52
13c79c1
Compare
Choose a tag to compare
  • changed zend namespaces to laminas.
  • support for php71 and lower was dropped.
  • added support for php73 and php7.4
  • requires SlmQueue ^2.0 see.