Skip to content

Releases: EventSaucePHP/LaravelEventSauce

0.5.0

19 Dec 09:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

19 Dec 09:28
Compare
Choose a tag to compare

What's Changed

  • PHP 8.1 by @driesvints in #30
  • Allow to inject serializers and message decorator via service container by @milroyfraser in #29 (implementation was expanded after the merge)

New Contributors

Full Changelog: 0.3.1...0.4.0

0.3.1

13 Mar 14:35
56a66c2
Compare
Choose a tag to compare

Added

  • Optional queue connection configuration (#23)

0.3.0

01 Nov 15:49
dd8d5d1
Compare
Choose a tag to compare

Added

Removed

  • Drop Laravel 7 support (85aa006)

0.2.2

22 Jul 12:20
b7c327c
Compare
Choose a tag to compare

Fixed

  • ramsey/uuid v4 support (#18)

0.2.1

12 Mar 16:34
ac4f167
Compare
Choose a tag to compare

Fixed

  • Fix aggregate root version (#15)

0.2.0

11 Mar 18:14
fc2ad6e
Compare
Choose a tag to compare

Changed

  • Laravel 7 is now the minimum supported version
  • PHP 7.4 is now the minimum supported version
  • Aggregate root id cannot be null (37eec03)
  • Rename aggregate_root_id column to event_stream (f5682b3)

Fixed

  • Protect from non-aggregate root (89d5a7b)

0.1.0

29 Aug 09:50
94e710a
Compare
Choose a tag to compare

Initial release.