Skip to content

Releases: danielme85/laravel-log-to-db

v4.1.1

14 Mar 13:29
3e2a1f5
Compare
Choose a tag to compare

Added support for Laravel 11, thanks @joostdebruijn! #61

v4.1.0

09 Oct 13:19
3c3eb31
Compare
Choose a tag to compare
  • Improved critical exception handling and error reporting loop fix by @Manriel
  • Updated Mongodb package to mongodb / laravel-mongodb

v4.0.0

22 Feb 23:25
e07c2ab
Compare
Choose a tag to compare

Major release update to support Laravel 10 thanks to @saulens22.
Switched testing back to circle.ci (kind of works almost).

This update breaks backward compatibility do to monolog changes in Laravel 10.
See #52 for more info

v3.0.4

22 Feb 18:51
516c165
Compare
Choose a tag to compare

This is a maintenance release to avoid unsupported package installation on Laravel < 10

v3.0.3

15 Dec 20:32
331fa33
Compare
Choose a tag to compare

Fix an issue with the service provider on Lumen 9.
Update and change the test environment.

v3.0.2

27 Oct 03:15
Compare
Choose a tag to compare
  • Added emergency logging. #41
  • Added test runs for php8.

v3.0.1

26 Jan 21:03
dfd43de
Compare
Choose a tag to compare

Major release bump due to change in how the required SQL table migration file is included. Moved from integrated with ServiceContainer to a published resource. Creating an extra step in installation, however, should be more flexible and avoid conflicts when/if using custom tables or already having similar tables.

v2.4.2

21 Oct 20:31
Compare
Choose a tag to compare

Small maintenance update:

  • Exception self-check fix.
  • Update testing env to php7.3/7.4.

v2.4.1

11 Sep 01:29
Compare
Choose a tag to compare

Fixed issue with the log:delete command when using a custom Log model.

v2.4.0

10 Jul 05:08
Compare
Choose a tag to compare

Added support for Lumen.
Updated testing to Laravel 7.
Use string version of code trace on exceptions to avoid serialization of closures.