Skip to content

Latest commit

 

History

History
66 lines (36 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

66 lines (36 loc) · 2.47 KB

Changelog

This changelog follows the Keep a Changelog standard.

Added

  • Added support for Laravel 9

Added

  • Added eventsauce 1.x support (#31)

Added

  • Added decorator support (bfd70ec)

Added

  • Optional queue connection configuration (#23)

Added

Removed

Fixed

  • ramsey/uuid v4 support (#18)

Fixed

  • Fix aggregate root version (#15)

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 (2019-08-29)

Initial release.