Skip to content

Releases: scoutapp/scout-apm-symfony-bundle

1.2.0

07 Dec 14:43
e626069
Compare
Choose a tag to compare

Release Notes for 1.2.0

Feature release (minor)

1.2.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

enhancement

1.1.0

09 Mar 11:36
20e01c8
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #28 Updated to require scout-apm-php ^8.0 (Symfony 6 support)

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.0.0

19 Jan 09:22
6904624
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #26 Updated to require scout-apm-php ^7.0

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.0.6

23 Feb 11:51
5701a32
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

Added

  • Nothing.

Changed

  • #25 Updated to scout-apm-php ^6.0
    • scout-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

16 Dec 10:47
f7704f2
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Added

  • Nothing.

Changed

  • #23 Updated to scout-apm-php ^5.3.0

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.0.4

10 Nov 09:01
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

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
      new SpanReference::INSTRUMENT_* constants. We plan to remove the Span::INSTRUMENT_* constants with the release
      of scout-apm-php:6.0.0.

Removed

  • Nothing.

Fixed

  • Nothing.

0.0.3

16 Sep 10:59
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

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.

0.0.2

18 Feb 15:28
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

Added

  • #16 Added instrumentation for Twig templating

Changed

  • #17 Fixed up static analysis issues

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.0.1

07 Jan 11:54
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Added

  • Instrumentation for controllers (#9)
  • Set up CI build for bundle (#8)
  • Configure framework version automatically for agent (#7)
  • Instrumentation for Doctrine DBAL queries, if configured (#13)