Skip to content

v1.2.0

Compare
Choose a tag to compare
@onlime onlime released this 11 Mar 15:55
· 19 commits to main since this release
bb432ab
  • Feature | Dispatch QueryLogWritten event after writing queries to the log, so that the whole query log can be accessed for further processing, e.g. generating reports/notifications.
  • Feature | Added auth guard information to log headers.
  • Laravel 11 support.
  • Migrated to Pest for testing (by @pascalbaljet in #2)
  • Added GitHub actions for all supported Laravel and PHP versions.
  • Introduced orchestra/testbench dev dependency instead of the whole Laravel framework.
  • Improved Service Provider: fixed the publish tag and use the regular base ServiceProvider.
  • Improved WriterTest by not mocking the Config class but using the real config values.