Skip to content

Releases: rollbar/rollbar-php-symfony-bundle

v5.1.0

05 May 18:11
d9cb06f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0

16 Sep 15:21
3ce3513
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v5.0.0

v5.0.0-RC1

16 May 21:26
212fa4e
Compare
Choose a tag to compare
v5.0.0-RC1 Pre-release
Pre-release

This release adds support for Symfony 6 and PHP 8. Once we know this branch is stable, we will release v5.0.0. Please provide any feedback you have on this release.

What's Changed

New Contributors

Full Changelog: v4.0.0...v5.0.0-RC1

v4.0.0

15 Feb 06:27
Compare
Choose a tag to compare

Update to symfony5 #61

v3.1.2

02 Jan 14:49
Compare
Choose a tag to compare

#39 Person data not loaded TokenStorage as documented

v3.1.1

17 Dec 05:35
294dae7
Compare
Choose a tag to compare
  • #38: phpunit exits with a non-zero status
  • Update README.md

v3.1.0

17 Oct 01:37
9cfa9e0
Compare
Choose a tag to compare
  • #34 Change the name of the report to rollbar-php-symfony-bundle
  • #24 Point docs from README to Rollbar's site
  • #37 Remove exception listeners, rely on Symfony...::logKernelException() to log uncaught exceptions
  • readme updates

v3.0.0

10 Oct 16:01
Compare
Choose a tag to compare
Merge branch 'symfony4'

v2.0.0

17 Apr 10:57
Compare
Choose a tag to compare
  • Major refactoring of the directory structure following Symfony's best practices.
  • Updated the rollbar/rollbar dependency to use the latest release.
  • Added support for manual logging through the LoggerInterface injected logger.
  • Utilized Symfony's Monolog Bundle to tap into Symfony's common logging mechanism.
  • Updated README.md and Resources/doc/index.rst.
  • Added Symfony's logged in user tracking by default.
  • Added support for person_fn for modifying the user tracking data.
  • Refactored the configuration options structure for app/config/config.yml.
  • Added passing Rollbar's default config values as they are defined in rollbar/rollbar dependency instead of redefining them in the bundle.

v1.0.2

16 Feb 19:51
Compare
Choose a tag to compare
update: allow to work with php7