Skip to content

Releases: kainxspirits/laravel-pubsub-queue

Version 0.9.0

03 Mar 20:53
a7235b9
Compare
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
Compare
Choose a tag to compare

Changes

  • Laravel 10 support
  • Fix tests

Laravel 9 support

13 Feb 22:40
90b1cbd
Compare
Choose a tag to compare
0.7.0

Update VERSION

Version 0.6.0

29 Jun 19:30
f1b893b
Compare
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
Compare
Choose a tag to compare
0.5.0

Update VERSION

Laravel 7.9 support

06 May 01:42
55c2124
Compare
Choose a tag to compare
0.4.1

Bump version 0.4.1

Laravel 7 support

09 Mar 00:57
Compare
Choose a tag to compare
0.4.0

Bump version 0.4.0

Laravel 6 support

15 Dec 23:45
Compare
Choose a tag to compare
0.3.0

Bump version 0.3.0

Fix bug when retrying jobs

16 Apr 22:34
Compare
Choose a tag to compare
  • Fix bug that prevented to retry failed jobs (#15)

Custom subscriber name

02 Apr 23:29
Compare
Choose a tag to compare
  • Added a subscriber attribute in the configuration for using custom subscriber name. (#13)