Skip to content

Releases: sourcetoad/Logger

v4.0.0

30 Aug 14:15
v4.0.0
762f052

Choose a tag to compare

  • Drop PHP < 8 support.
  • Add PHP 8.1 support.
  • Add Laravel 9 support
  • Drop Laravel < 9 support.

v3.0.1

20 Jul 19:57
v3.0.1
1ca315c

Choose a tag to compare

  • Fix issue where a JSON response does not return parseable json.

v3.0.0 - PHP8 Support

01 Nov 13:26
v3.0.0
527eab5

Choose a tag to compare

  • Drop PHP 7.2 support
  • Add PHP 8.0 support

v2.1.0 - Laravel 8 + DB Index

11 Dec 15:33
v2.1.0
4859644

Choose a tag to compare

  • Laravel 8.x support
  • Fix issue with missing indexes on "processed" columns.
  • Update development docker container to php74 / xdebug3

v2.0.1 - Driver Connection

11 Dec 15:29
v2.0.1
b57495b

Choose a tag to compare

  • Fix issue with multiple database connections using wrong variable in driver field.

v2.0.0 - Laravel 6/7 Support + GitHub Actions

11 Dec 15:29

Choose a tag to compare

  • Laravel 6.x support
  • Laravel 7.x support
  • GitHub Action - Code Style
  • Github Action - Tests

v1.3.2 - Race Condition Fix

11 Dec 15:29

Choose a tag to compare

  • Support for race conditions during creation, with locks.

v1.3.1 - Support null entityId

11 Dec 15:28

Choose a tag to compare

  • Support for instance where unsaved model (null entity_id) is provided

v1.3.0 - Laravel 5.7/5.8 Support

11 Dec 15:28

Choose a tag to compare

  • Laravel 5.7 support
  • Laravel 5.8 support

v1.2.1 - Revert async process

11 Dec 15:28

Choose a tag to compare

  • Revert non-async process.