Skip to content

Releases: fntneves/laravel-transactional-events

1.8.6

03 Mar 12:49
1.8.6
Compare
Choose a tag to compare
  • Add Laravel 7 support

1.8.5

06 Jan 09:44
1.8.5
Compare
Choose a tag to compare
  • Update phptree package dependency (#36)

1.8.4

07 Sep 11:15
1.8.4
Compare
Choose a tag to compare
  • Fix exception when transaction life-cycle events are no registered. (#27)

1.8.3

04 Sep 10:36
1.8.3
Compare
Choose a tag to compare
  • Add Laravel 6 Support
  • Add DatabaseTransactions helper trait (#28)

1.8.2

19 Aug 11:53
Compare
Choose a tag to compare
  • Fix dispatcher not registering when db is already resolved (#24)

1.8.1

02 Jun 12:57
1.8.1
Compare
Choose a tag to compare
  • Changed public API of dispatcher
  • Events are dispatched only after the root transaction commits, to avoid unexpected behaviors.

1.8.0

26 Feb 10:54
1.8.0
Compare
Choose a tag to compare

Semantic versioning according to Laravel version

1.4.6

05 Sep 09:44
1.4.6
Compare
Choose a tag to compare

Add support for Laravel 5.7

1.4.5

01 Jun 15:31
1.4.5
Compare
Choose a tag to compare

Changed

  • Add check for non-prepared connections (#14)

1.4.4

20 Aug 14:51
1.4.4
Compare
Choose a tag to compare

Changed

  • Add support for db driver extension (#11)
  • Fix infinite loop caused by TransactionCommitted (#12)