Skip to content

Releases: matchory/laravel-server-timing

Version 1.2.0

21 Jun 14:13
2cd3145
Compare
Choose a tag to compare

Changelog

This release adds Laravel 11 support.

Version 1.1.1

15 May 11:17
a31666f
Compare
Choose a tag to compare

Changelog

  • Fix: A misplaced dollar sign caused a string interpolation deprecation warning on newer PHP installs
  • Chore: Bumped dependencies

Version 1.1.0

20 Mar 16:41
c43dff0
Compare
Choose a tag to compare

Change log

  • Feature: Added support for Laravel 9 and 10
  • Chore: Bumped version requirements
  • Fix: Made observers readonly

Version 1.0.2

21 Sep 09:33
693c3e5
Compare
Choose a tag to compare

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

20 Sep 16:20
29fa8e2
Compare
Choose a tag to compare

Change log

  • Fix: Removed debug code

Full Changelog: 1.0.0...1.0.1

Version 1.0.0

20 Sep 16:13
9512aba
Compare
Choose a tag to compare

Change log

  • Feature: Added compatibility with Laravel Octane
  • Feature: Added automatic tracking of database queries
  • Chore: Added static type checking