Skip to content

Releases: scoutapp/scout-apm-laravel

1.5.0

28 May 09:51
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #59 Updated to use scout-apm-php:^4.4 to solve ramsey/uuid v4 issues

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.4.0

27 May 09:48
Compare
Choose a tag to compare

Added

  • #56 Added support for ramsey/uuid ^4.0

Changed

  • #57 Switched to using GitHub Actions instead of Travis

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.3.0

17 Mar 13:45
112adea
Compare
Choose a tag to compare

Added

  • #51 Added support for Laravel 7.x series

Changed

  • #52 Require minimum ^4.2 for scout-apm-php to upgrade to core-agent 1.2.8

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.2.3

09 Jan 13:48
Compare
Choose a tag to compare

Fixed

  • Fixed bug with interaction with blade directives from third party plugins (#46)

1.2.2

09 Jan 09:17
Compare
Choose a tag to compare

Added

  • Added configuration to disable Laravel Queues instrumentation, disabled_instruments=["laravel_queues"] (#44)

1.2.1

31 Dec 11:16
Compare
Choose a tag to compare

Changed

  • Configure Laravel framework name and version automatically (#42)

1.2.0

19 Dec 11:04
Compare
Choose a tag to compare

Added

  • Added support for Laravel Queues (#36, #40)
  • Uncaught exceptions now cause the error tag to be added to the request (#39)

Changed

  • [BC] Renamed Scout APM's config file to scout_apm.php - if you use this, you will need to rename yours too (#38)
    • This was done to avoid a conflict with Laravel Scout configuration.

1.1.0

09 Dec 17:53
Compare
Choose a tag to compare
  • Support for PHP 7.4 (#32)
  • Use Laravel's Config Repository for Scout configuration, so that config can now be cached (#34)

1.0.0

04 Dec 17:35
Compare
Choose a tag to compare

Changed

  • Required scoutapp/scout-apm-php at ^2.0
  • Use Laravel's Cache, if configured, for the agent to cache metadata
  • Removed duplicate [Scout] text from log messages