Releases: minvws/nl-rdo-laravel-logging
Releases · minvws/nl-rdo-laravel-logging
v3.2.0
What's Changed
- Introduce Sonarcloud by @pk27734 in #55
- Update CODEOWNERS by @sigio in #58
- Opensource (issue #57) by @randh1r in #60
- Remove token in CI workflow and update composer.json by @ricklambrechts in #62
- docs: update readme, remove the private installation part by @randh1r in #61
- Update composer.json for Laravel 12 support by @parijke in #63
New Contributors
- @pk27734 made their first contribution in #55
- @randh1r made their first contribution in #60
- @parijke made their first contribution in #63
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Laravel Logging
Uses https://github.com/minvws/nl-rdo-php-audit-logger version 0.4.0
New: FileUploadLogEvent
What's Changed
- Update to audit-logger 0.4.0 by @annejan in #54
- chore: add security.md and update readme by @lkeijmel in #53
Full Changelog: v3.0.0...v3.1.0
v3.0.0
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 theLoggableUser
contract please update you code accordingly - change the usage of
MinVWS\Logging\Laravel\Events\Logging\GeneralLogEvent
toMinVWS\AuditLogger\Events\Logging\GeneralLogEvent
- rename
context
torequest
to match other implementations of theaudit-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
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
What's Changed
- Configurable log channel by @gerbrand-bosch in #45
New Contributors
- @gerbrand-bosch made their first contribution in #45
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- Updated readme by @jaytaph in #42
- Update README.md by @jaytaph in #43
- Update composer to allow laravel 10 and test to php 8.2 by @ricklambrechts in #44
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v1.2.3
What's Changed
- Added more tests by @jaytaph in #35
- Create dependabot.yml by @sigio in #36
- Update README.md by @jaytaph in #37
- Changed registration event code by @jaytaph in #38
- Update vimeo/psalm requirement from ^4.23 to ^4.23 || ^5.0 by @dependabot in #39
- Update AccountChangeLogEvent.php by @jaytaph in #40
New Contributors
- @dependabot made their first contribution in #39
Full Changelog: v1.2.2...v1.2.3