Releases: scoutapp/scout-apm-laravel
Releases · scoutapp/scout-apm-laravel
2.5.0
2.4.0
Release Notes for 2.4.0
Feature release (minor)
2.4.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
enhancement
- 95: Added PHP 8.3 to build matrix thanks to @asgrim
- 93: Merge release 2.3.1 into 2.4.x thanks to @github-actions[bot]
2.3.1
2.3.0
Release Notes for 2.3.0
Feature release (minor)
2.3.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
enhancement
- 91: Add compatibility to L10.x thanks to @fabiofdsantos
- 86: Added release automation thanks to @asgrim
2.2.0
2.1.0
2.0.0
Added
- Nothing.
Changed
- #74 Updated to
scout-apm-php
^6.0scout-apm-laravel
is now a meta package only, which defines which versions of Laravel we support. You should
still use this package directly if you use Laravel to ensure you are running a compatible Laravel version.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
1.8.0
1.7.0
1.7.0 - 2020-11-10
Added
Changed
- Nothing.
Deprecated
- #68 Require
scoutapp/scout-apm-php:^5.1
.- Note, if you use any of the
Span::INSTRUMENT_*
constants, these are deprecated, you should now use the
newSpanReference::INSTRUMENT_*
constants. We plan to remove theSpan::INSTRUMENT_*
constants with the release
ofscout-apm-php:6.0.0
.
- Note, if you use any of the
Removed
- Nothing.
Fixed
- Nothing.