Skip to content

Releases: minvws/nl-rdo-laravel-logging

v3.2.0

04 Aug 14:56
5dff871
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

09 Jul 11:29
4f11028
Compare
Choose a tag to compare

Laravel Logging

Uses https://github.com/minvws/nl-rdo-php-audit-logger version 0.4.0

New: FileUploadLogEvent

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

20 Jun 13:03
31ac76c
Compare
Choose a tag to compare

Breaking changes

This package will now use the audit-logger and there for all duplicate code and events are deleted to use the base package.

  • duplicate code that has overlap with the audit-logger has been removed. So if your depending on events located in MinVWS\Logging\Laravel\Events\Logging\* or the LoggableUser contract please update you code accordingly
  • change the usage of MinVWS\Logging\Laravel\Events\Logging\GeneralLogEvent to MinVWS\AuditLogger\Events\Logging\GeneralLogEvent
  • rename context to request to match other implementations of the audit-logger
  • project specific code is removed, (fixes #48) e.g.:
    'uzi_number' / $user?->uzi_number
    'organisation_id' / $user?->organisation_id
    'ggd_region'```
    
    
    

What's Changed

  • feat: drop support for PHP 8.0 and Laravel<10. Add support for Laravel 11 and update some of the related packages by @lkeijmel in #50
  • Update phpunit/phpunit requirement from ^9.5 to ^9.5 || ^10.0 by @dependabot in #51
  • Use minvws\audit-logger by @lkeijmel in #52

New Contributors

Full Changelog: v2.2.0...v3.0.0

v2.2.0

22 Apr 10:25
c8e9f22
Compare
Choose a tag to compare

What's Changed

  • Renamed request to context, and added pii_context to AuditLog model by @gerbrand-bosch in #47

Full Changelog: v2.1.0...v2.2.0

v2.1.0

25 Sep 21:08
6484a35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

25 Sep 11:16
49af273
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

16 Mar 09:27
e94f04e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v2.0.0

v1.2.3

15 Feb 09:09
188060c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

18 Oct 08:00
7f7e0ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

12 Oct 12:43
12396d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1