Skip to content

Releases: kainxspirits/laravel-pubsub-queue

Version 0.10.0

23 Mar 23:59

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.0...0.10.0

Version 0.9.0

03 Mar 20:53
a7235b9

Choose a tag to compare

Changes

  • Drop PHP 8.0 support
  • Ordering key support by @aliozkan in #70
  • Laravel 11 support
  • Upgrade to PHPUnit 10

Version 0.8.0

02 Mar 02:20
1f6ed9b

Choose a tag to compare

Changes

  • Laravel 10 support
  • Fix tests

Laravel 9 support

13 Feb 22:40
90b1cbd

Choose a tag to compare

0.7.0

Update VERSION

Version 0.6.0

29 Jun 19:30
f1b893b

Choose a tag to compare

New features

  • Add auto-creation of topics and subscriptions.
  • Add optional queue prefix.

Laravel 8 support

21 Sep 01:28
6bd66f7

Choose a tag to compare

0.5.0

Update VERSION

Laravel 7.9 support

06 May 01:42
55c2124

Choose a tag to compare

0.4.1

Bump version 0.4.1

Laravel 7 support

09 Mar 00:57

Choose a tag to compare

0.4.0

Bump version 0.4.0

Laravel 6 support

15 Dec 23:45

Choose a tag to compare

0.3.0

Bump version 0.3.0

Fix bug when retrying jobs

16 Apr 22:34

Choose a tag to compare

  • Fix bug that prevented to retry failed jobs (#15)