Skip to content

Releases: letsgoi/laravel-domain-events-messaging

3.0.0

10 Jul 10:37
f7364ad
Compare
Choose a tag to compare

Changelog

  • Adds support to PHP 8.3.
  • Updates Docker image to PHP 8.3.
  • Adds support to Laravel 11.
  • Removes support to Laravel 9.
  • Updates to PHPUnit 11. Changes annotations to attributes, as annotations will be deleted in PHPUnit 12. https://docs.phpunit.de/en/11.2/attributes.html
  • Updates GitHub workflow.

2.0.0

11 May 08:43
076dd1d
Compare
Choose a tag to compare

Changelog

  • New: Compatibility to Laravel 10.
  • Update: Remove support to PHP 7.4, 8.0.
  • Update: Remove support Laravel 6, Laravel 7 and Laravel 8.

1.3.0

06 Jul 10:49
40f78fc
Compare
Choose a tag to compare

Changelog

  • New: Added compatibility with Laravel 9

1.2.0

21 Oct 12:07
affb4c7
Compare
Choose a tag to compare

Changelog

  • New: Added compatibility with PHP8

1.1.0

29 Sep 08:00
592d6b4
Compare
Choose a tag to compare

Changelog

  • Update: Updated to Laravel 8

1.0.0

07 May 12:09
c5f6c04
Compare
Choose a tag to compare

Changelog

  • New: Domain Event Publisher

0.1.1

27 Apr 15:55
4843940
Compare
Choose a tag to compare

Changelog

  • Fix: Renamed package at composer.json

0.1.0

27 Apr 09:45
9733661
Compare
Choose a tag to compare

Changelog

  • New: First Release
  • New: Consumer with SQS driver