- Add Laravel 12 support
- PHP 8.4 support
- Allow deleted entities and owners to be resolved when running the audit resolver command.
- Prevent
LazyLoadingViolation
errors when running the audit resolver command.
- Add error checking and documentation to prevent morph maps from using a
0
key in the logger config. - Fix an issue where
audit_changes.owner_type
andaudit_models.owner_type
were not properly set as integers.
- Drop User model associations on tracked entities in favor of polymorphic "owner" associations.
- Fix down migration for create_logger_tables.
- Add support for Postgres.
- Remove throws on down methods for migrations.
- Add Laravel 11 support
- Drop PHP <= 8.1 support
- Add Laravel 10 support
- GitHub Action workflow update
- Upgrade away from deprecated GitHub Action tasks.
- Upgrade away from deprecated
phpunit.xml
config. - Add feature to dedupe audit_keys more accurately.
- Refactor logic to php8 language features.
- Drop PHP < 8 support.
- Add PHP 8.1 support.
- Add Laravel 9 support
- Drop Laravel < 9 support.
- Fix issue where a JSON response does not return parseable json.
- Drop PHP 7.2 support
- Add PHP 8.0 support
- Laravel 8.x support
- Fix issue with missing indexes on "processed" columns.
- Update development docker container to php74 / xdebug3
- Fix issue with multiple database connections using wrong variable in driver field.
- Laravel 6.x support
- Laravel 7.x support
- GitHub Action - Code Style
- Github Action - Tests
- Support for race conditions during creation, with locks.
- Support for instance where unsaved model (null entity_id) is provided
- Laravel 5.7 support
- Laravel 5.8 support
- Revert non-async process.
- #3 - Translations for enums.
- Trim route to prevent duplicate entries.
- #1 - Prevent destroying existing morphs.
- Use proper type for logout event.
- Add
ext-json
as required extension.
- Use proper listener for password reset event.
- Fix bad composer.json version constraint.
- Fix event for PasswordReset.
- Add composer dependency on Laravel config().
- Add support for 'Illuminate\Http\Response`
- Don't die out if unknown response detected.
- initial release