Releases: rollbar/rollbar-php-symfony-bundle
Releases · rollbar/rollbar-php-symfony-bundle
v5.1.0
What's Changed
- Added tests for PHP 8.2 and updated CI workflow by symfony 6.2.10 @Chris53897 in #84
- Added support for
rollbar/rollbar
v4 by @Chris53897 in #86 - Added Symfony framework and version to configs by @danielmorell in #88
Full Changelog: v5.0.0...v5.1.0
v5.0.0
What's Changed
- Added Symfony 6 support, and update tests by @art-cg in #73
- Added GitHub actions by @art-cg in #74
- Feature/remove unused language version by @Chris53897 in #77
- Fixed failing CI by @danielmorell in #78
- Fixed #51 To make catch statement broader by @danielmorell in #80
- Added CHANGELOG.md by @danielmorell in #81
New Contributors
- @art-cg made their first contribution in #73
- @Chris53897 made their first contribution in #77
Full Changelog: v4.0.0...v5.0.0
v5.0.0-RC1
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
- Added Symfony 6 support, and update tests by @art-cg in #73
- Added GitHub actions by @art-cg in #74
- Feature/remove unused language version by @Chris53897 in #77
- Fixed failing CI by @danielmorell in #78
New Contributors
- @art-cg made their first contribution in #73
- @Chris53897 made their first contribution in #77
Full Changelog: v4.0.0...v5.0.0-RC1
v4.0.0
v3.1.2
v3.1.1
v3.1.0
v3.0.0
Merge branch 'symfony4'
v2.0.0
- 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
andResources/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
update: allow to work with php7