Releases: rollbar/rollbar-php-laravel
v8.1.3
What's Changed
- Fixed base Rollbar SDK was pinned to an old version. by @danielmorell in #176
Full Changelog: v8.1.2...v8.1.3
v8.1.2
What's Changed
Fixed
- Fixed #171 Log context passed directly to telemetry body. by @danielmorell in #172
- Fixed #170 by updating PHP-SDK from v4.1.0 to v4.1.1. by @danielmorell in #173
Full Changelog: v8.1.1...v8.1.2
v8.1.1
What's Changed
- Fixed unresolvable dependency error introduced in v8.1.0 when an access token is not configured in local development by @JerryVerhoef in #169
New Contributors
- @JerryVerhoef made their first contribution in #169
Full Changelog: v8.1.0...v8.1.1
v8.1.0
This release brings Telemetry to Rollbar Laravel as well as support for Laravel 12.
What's Changed
- Added missing CI tests by @danielmorell in #161
- Added Telemetry support by @danielmorell in #160
- Laravel 12 support by @jonnott in #162
Full Changelog: v8.0.1...v8.1.0
v8.1.0-beta.2
What's Changed
Full Changelog: v8.1.0-beta...v8.1.0-beta.2
v8.1.0-beta
What's Changed
Added
- Added telemetry support by @danielmorell in #160
Maintenance
- Removed some old dev utilities and updated the export-ignore paths in .gitattributes by @danielmorell in #159
- Added CI tests for Laravel 11, PHP 8.3, and PHP 8.4 by @danielmorell in #161
Full Changelog: v8.0.1...v8.1.0-beta
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