Skip to content

Releases: consilience/laravel-extended-logging

Fix ResettableInterface interface use

21 Sep 16:19
Compare
Choose a tag to compare
1.4.2

Fix AuthUserProcessor for ResettableInterface signature

Monolog 3.x interface changes

21 Sep 14:11
Compare
Choose a tag to compare

Dependencies now:

  • Laravel 10
  • PHP 8.1
  • Monolog 3

Laravel 10 support

21 Sep 13:48
9fcc602
Compare
Choose a tag to compare
Update composer.json

Laravel 10

Laravel 9 support

06 Apr 09:38
f340e7a
Compare
Choose a tag to compare

No changes, except to composer.json.

I've not tried Laravel 9.x myself, but report any issues here.

Fix for issue #5

12 Jan 18:20
cc9c0c5
Compare
Choose a tag to compare

Issue #5 support config caching.

Config uses class name strings, but is backwards compatible with old instantiated object format.

Move processors list to config file

21 Nov 23:27
86ff357
Compare
Choose a tag to compare

Released on a minor version as the config file will need to be re-published to include the new settings if you want to change the processors. However, it should continue to work as before by merging the config data at run-time.

Laravel 8 support

03 Dec 11:47
25bf402
Compare
Choose a tag to compare

For issue #1

Small tweak for Lumen

23 Aug 00:06
a7c9904
Compare
Choose a tag to compare

Handles exceptions thrown early in the boot process, because the auth provider is initialised.

Remove some debug lines

02 Jun 13:49
dae80d2
Compare
Choose a tag to compare
1.1.1

Removed a few debug lines that got left behind

Support laravel 7.x

02 Jun 11:40
Compare
Choose a tag to compare

Two changes:

  • Support Laravel 7.x
  • Support formatting JSON with the "pretty print" format for easier debugging

A new config file has been introduced for the second change, so it can be disabled in production and enabled in other environments.