Releases: scoutapp/scout-apm-symfony-bundle
Releases · scoutapp/scout-apm-symfony-bundle
1.2.0
1.1.0
1.0.0
0.0.6
Added
- Nothing.
Changed
- #25 Updated to
scout-apm-php
^6.0scout-apm-symfony-bundle
is now a meta package only, which defines which versions of Symfony we support. You
should still use this package directly if you use Symfony to ensure you are running a compatible Symfony version.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
0.0.5
0.0.4
0.0.4 - 2020-11-10
Added
- Nothing.
Changed
- Nothing.
Deprecated
- #22 Require
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.
0.0.3
Added
- Nothing.
Changed
- #20 Multiple changes
- Replace Travis with GitHub actions
- Increase matrix spread to test combinations of Symfony 4/5 and Twig 2/3 against PHP 7.1-7.4
- Upgrade to
scoutapp/scout-apm-php:^5.0
-- NOTE there are upstream BC breaks - Fix missing configuration option in
ConfigurationTest
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.