Releases: rollbar/rollbar-php-laravel
Releases · rollbar/rollbar-php-laravel
v4.0.1
v4.0.0
v3.0.4
Support for Laravel 5.6 as submitted by @andrewmclagan in PR #52
Migrating some core changes and support php7 / Laravel 5.6:
- Added direct support for laravel 5.6.x
- Changed PHP support to min of >=7.1 as per laravel 5.6
- Changed required dependancy
illuminate/support
to minimum ^5.0 - Added local docker
phpunit
,phpunit-versions
,composer
helpers./bin/
e.g. simply typebin/phpunit
- Updated travis config
- Use of class constants to add coverage of namespace collision edge cases
- Added config helper to DRY codebase
- Added basic method return type declarations (strong typing is a win:win)
- Dropping support for HHVM as PHPUnit has now dropped support as of 6.x.x
v2.3.0
- Update the build badge URL in
README.me
. - Add a section in
README.md
about disabling Laravel's auto-discovery. - Add PHP 7.3 (nightly builds) to the build target in
.travi.yml
. - Add
handle_exception
,handle_error
andhandle_fatal
configuration options. - Fetch the latest
rollbar/rollbar-php:^1.0
rather than^1.3.1
.
v2.2.2: Merge pull request #26 from paulrrogers/laravel-v5-5-workaround
Fix Laravel 5.5 missing traces by shifting exception back into 'message'