Skip to content

Releases: vyuldashev/laravel-queue-rabbitmq

v14.1.0

17 May 20:55
3d58891
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v14.0.0...v14.1.0

v14.0.0: Merge pull request #585 from vyuldashev/l11

14 Mar 16:04
30cc317
Compare
Choose a tag to compare
  • First version compatible with Laravel 11

Release v13.3.5

26 Jan 16:23
2fda572
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.3.4...v13.3.5

Release v13.3.4

10 Jan 17:45
03e1051
Compare
Choose a tag to compare

What's Changed

  • Fix issue regarding configuration of the SSL Verify Peer option #570

New Contributors

Full Changelog: v13.3.3...v13.3.4

Release v13.3.3

12 Jul 07:37
86315a4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.3.2...v13.3.3

Release v13.3.2

15 Jun 18:22
9f6b340
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.3.1...v13.3.2

Release v13.3.1

02 Jun 17:41
becdfdd
Compare
Choose a tag to compare

What's Changed

  • fix: crash on accessing $currentJob before initialization by @oprudkyi in #543

New Contributors

Full Changelog: v13.3.0...v13.3.1

Release v13.3.0

26 May 21:15
611891b
Compare
Choose a tag to compare

What's Changed

New Contributors

Update notes:

  • When using your own worker class extended from RabbitMQQueue:class, make sure you align the constructor calls. Or completly remove the constructor in your own worker class.
  • When you use your own config items in your own worker class, those extra items will be available in the configObject and can be accessed like: $extraConfigOptions = $this->getConfig()->getOptions()

Changelog: View
Full Changelog: v13.2.0...v13.3.0