Skip to content

3.0.0

Latest

Choose a tag to compare

@Firehed Firehed released this 13 Mar 19:36
e66f8ea

3.0.0 Release Summary

This release consolidates and modernizes the logger interface with several breaking changes:

  • PHP 8.2+ required (PHP 8.1 dropped)
  • Single interface: QueryLogger and DbalLogger merged into DbalLogger
  • Native types: All interface methods now have proper type declarations
  • Error handling: stopQuery() now receives the exception on failure, enabling failure tracking and telemetry

See UPGRADING.md for migration details.

What's Changed

Full Changelog: 2.1.0...3.0.0