Releases: rollbar/rollbar-php-laravel
Releases · rollbar/rollbar-php-laravel
v8.0.1
What's Changed
- Added support for the
illuminate/support
version 11 by @GertjanRoke in #157
Full Changelog: v8.0.0...v8.0.1
v8.0.0
Version 8 adds support for rollbar/rollbar
v4 and Laravel 10. This also drops support for rollbar/rollbar
v3 and Laravel 9 and below. This version only supports PHP 8.1 and above.
Fixed
- Fixed v2 and v4 scheduled CI checks out master branch by @danielmorell in #133
- Fixed typo in workflows 'ref' not child of 'with' by @danielmorell in#135
- Fixed required minimum stability causing the CI tests to fail by @danielmorell in #143
Added
- Added Laravel 10 support by @jonnott in #140
- Added the missing 'framework' parameter to the Rollbar config. by @danielmorell in #148
Changed
- Updates for Laravel 10 and the
MonologHandler
by @michaelscola in #142 - Updated the CI test workflow for v8 and Laravel 10 by @danielmorell in #145
- Improved missing typing and comments by @danielmorell in #147
Removed
- Removed support for PHP below 8.1.
- Removed support for Laravel below 10.
New Contributors
- @jonnott made their first contribution in #140
- @michaelscola made their first contribution in #142
Full Changelog: v7.2.0...v8.0.0
v8.0.0-RC1
Version 8 adds support for rollbar/rollbar
4 and Laravel 10.
Fixed
- Fixed v2 and v4 scheduled CI checks out master branch by @danielmorell in #133
- Fixed typo in workflows 'ref' not child of 'with' by @danielmorell in #135
- Fixed required minimum stability causing the CI tests to fail by @danielmorell in #143
Added
- Added Laravel 10 support by @jonnott in #140
- Added the missing 'framework' parameter to the Rollbar config. by @danielmorell in #148
Changed
- Updates for Laravel 10 and the
MonologHandler
by @michaelscola in #142 - Updated the CI test workflow for v8 and Laravel 10 by @danielmorell in #145
- Improved missing typing and comments by @danielmorell in #147
Removed
- Removed support for PHP below 8.1.
- Removed support for Laravel below 10.
New Contributors
- @jonnott made their first contribution in #140
- @michaelscola made their first contribution in #142
Full Changelog: v7.2.0...v8.0.0-RC1
v7.2.0
This release adds support for rollbar/rollbar
v3. This resolves a number of issues needed to make this package work with Laravel 9 and PHP 8.1.
What's Changed
- Fixed a typo in the CI PHP version array by @danielmorell in #127
- Fixed PHP versions of Actions CI in Laravel 6 and 7. by @tobigumo in #130
- Added support for
rollbar/rollbar
v3. by @philsturgeon and @danielmorell in #129 and #131
New Contributors
- @tobigumo made their first contribution in #130
- @philsturgeon made their first contribution in #129
Full Changelog: v7.1.0...v7.2.0
v7.1.0
This release adds support for Laravel 9. It also fixes a few outstanding issues and updates our CI pipeline for better testing and reliability going forward.
What's Changed
- Convert Travis to GitHub actions by @bishopb in #107
- Add support for rollbar-agent by @bishopb in #109
- Enable CI for pull requests (including downstream) by @bxsx in #114
- fixed compatibility with Lumen 8.x without sessions by @gabrielslau in #106
- Added fallback on getKey method. by @GertjanRoke in #98
- Update PR template by @bxsx in #116
- feat: add Laravel integration test matrix by @bishopb in #115
- Laravel 9 Support by @joelbutcher in #123
New Contributors
- @bishopb made their first contribution in #107
- @bxsx made their first contribution in #114
- @gabrielslau made their first contribution in #106
- @GertjanRoke made their first contribution in #98
- @joelbutcher made their first contribution in #123
Full Changelog: V7.0.0...v7.1.0
v7.0.0
v6.0.0
v5.0.0
- Compatible with Laravel 6.
- Full support for Laravel >= 5.6 and < 6 continues in branch
laravel-5.8
.