Releases: sourcetoad/Logger
Releases · sourcetoad/Logger
v4.0.0
- Drop PHP < 8 support.
- Add PHP 8.1 support.
- Add Laravel 9 support
- Drop Laravel < 9 support.
v3.0.1
- Fix issue where a JSON response does not return parseable json.
v3.0.0 - PHP8 Support
- Drop PHP 7.2 support
- Add PHP 8.0 support
v2.1.0 - Laravel 8 + DB Index
- Laravel 8.x support
- Fix issue with missing indexes on "processed" columns.
- Update development docker container to php74 / xdebug3
v2.0.1 - Driver Connection
- Fix issue with multiple database connections using wrong variable in driver field.
v2.0.0 - Laravel 6/7 Support + GitHub Actions
- Laravel 6.x support
- Laravel 7.x support
- GitHub Action - Code Style
- Github Action - Tests
v1.3.2 - Race Condition Fix
- Support for race conditions during creation, with locks.
v1.3.1 - Support null entityId
- Support for instance where unsaved model (null entity_id) is provided
v1.3.0 - Laravel 5.7/5.8 Support
- Laravel 5.7 support
- Laravel 5.8 support
v1.2.1 - Revert async process
- Revert non-async process.