Releases: matchory/laravel-server-timing
Releases · matchory/laravel-server-timing
Version 1.2.0
Changelog
This release adds Laravel 11 support.
Version 1.1.1
Changelog
- Fix: A misplaced dollar sign caused a string interpolation deprecation warning on newer PHP installs
- Chore: Bumped dependencies
Version 1.1.0
Change log
- Feature: Added support for Laravel 9 and 10
- Chore: Bumped version requirements
- Fix: Made observers readonly
Version 1.0.2
Change log
- Fix: Database subscriber would attach listeners even if the timing package was disabled. This had no effect, but could theoretically decrease performance.
- Fix: Changed the default value of database timing measuring to
false
. - Chore: Cleaned up code.
- Chore: Updated Readme.
Version 1.0.1
Version 1.0.0
Change log
- Feature: Added compatibility with Laravel Octane
- Feature: Added automatic tracking of database queries
- Chore: Added static type checking