Skip to content

Releases: spatie/laravel-activitylog

4.1.0

23 Jul 13:59
e36eb74
Compare
Choose a tag to compare
  • Add \Spatie\Activitylog\LogBatch::setBatch(string $uuid) method to keep batches across requests or multiple jobs - #918

4.0.0

04 May 12:39
Compare
Choose a tag to compare

PR: #787
Special thanks to Ahmed Nagi.

  • Drop Laravel 6 and 7 support.
  • Drop PHP 7.x support.
  • Add LogOptions configuration object to replace all configuration properties.
  • Add ability to batch activity logs #560
  • Add Pipeline to customize logged changes data.
    • Deep diff array/JSON sub-keys and respect for only-dirty, no-empty ... #692 using new pipeline. See implementation in the tests.
  • Implement a CauserResolver to define causer for current runtime #582.

3.17.0

02 Mar 16:49
Compare
Choose a tag to compare
  • drop PHP 7.2 support - #855

3.16.1

03 Nov 11:34
Compare
Choose a tag to compare
  • add PHP8 support - #806

3.16.0

16 Sep 15:28
Compare
Choose a tag to compare
  • use nullableMorphs() in default migration - #707
  • add support for snake and camel cased related model attribute logging - #721

3.15.0

14 Sep 11:27
Compare
Choose a tag to compare
  • Add multiple/chained relation attribute logging support - #784

3.14.3

09 Sep 08:12
Compare
Choose a tag to compare
  • Add support for Laravel 8

3.14.2

19 May 14:32
Compare
Choose a tag to compare
  • fix retrieved event logging

4.0.0-rc.2

23 Mar 17:22
Compare
Choose a tag to compare
4.0.0-rc.2 Pre-release
Pre-release
  • fix \AddEventColumnToActivityLogTable::down()

4.0.0-rc.1

23 Mar 17:11
ae276ea
Compare
Choose a tag to compare
4.0.0-rc.1 Pre-release
Pre-release
  • add \Spatie\Activitylog\ActivityLogger::event() method and column #702