Skip to content

Releases: mmachatschek/laravel-server-timing

3.1.0

02 Mar 12:13
0e8d3fb
Compare
Choose a tag to compare

Changed

  • Remove Bootstrap and Total timing from ServerTimingMiddleware for Laravel Octane requests 0e8d3fb
  • Use reset method on Stopwatch to reset the class 9a61d19

3.0.3

02 Mar 12:10
Compare
Choose a tag to compare

Changed

  • Fix memory leak for laravel/octane ae3d009

3.0.2

02 Mar 12:08
61a6d0c
Compare
Choose a tag to compare

Added

  • Add tests for PHP 8.1 in CI #6

Changed

  • Rename master branch to main #7

3.0.1

02 Mar 12:07
336ed32
Compare
Choose a tag to compare

Changed

  • Fix symfony/stopwatch dependency in composer.json #5

3.0.0

24 Jan 14:09
af2112a
Compare
Choose a tag to compare

Added

  • Added Laravel 9.x support
  • Added PHPstan

Changed

  • Update minimum PHPUnit version
  • Update Orchestra version
  • Add typed properties and return types

Breaking Changes

  • Drop support for PHP 7.3 and 7.4
  • Drop Laravel 6.0 and 8.0 support
  • Drop Symfony 4.x and 5.x support

2.0.0

17 Jun 10:42
Compare
Choose a tag to compare

Added

  • Added addMessage as synonym for addMetric #3
  • Added the possibility to disable timing in the configuration #21

Changed

  • Replace Travis CI with Github Actions #1
  • Drop PHP 7.2 support #2
  • Drop Laravel 5.8 support #2
  • Drop Laravel 7.x support #2
  • Update dependencies #2

1.3.0

17 Jun 10:32
42bec87
Compare
Choose a tag to compare

Added

  • Support PHP 8 #17

1.2.0

17 Jun 10:29
4dd840d
Compare
Choose a tag to compare

Added

  • Support Laravel 8.x #12

1.1.0

17 Jun 10:28
6af1fe1
Compare
Choose a tag to compare

Added

  • Support PHP 7.2 #1
  • Add possibility to enable and disable timing #3

1.0.0

17 Jun 10:28
Compare
Choose a tag to compare
  • Initial release