Skip to content

Releases: rollbar/rollbar-php-laravel

v4.0.1

26 Sep 11:57
e02e4d1
Compare
Choose a tag to compare
  • #56 Class 'App\Exceptions\Handler' not found
  • PR #58 Fixed the access_token config getter function

v4.0.0

15 Aug 09:08
Compare
Choose a tag to compare

Refactored the library to comply with the Laravel 5.6 best practices for setting up logging.

  • #55 Change implementation of the service provider to utilize config/logging.php in Laravel 5.6 instead of listening to the log event
  • #56 Class 'App\Exceptions\Handler' not found

v3.0.4

08 Aug 02:58
Compare
Choose a tag to compare

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 type bin/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

23 Mar 01:55
Compare
Choose a tag to compare
  • 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 and handle_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

16 Feb 19:49
0e396fc
Compare
Choose a tag to compare
Fix Laravel 5.5 missing traces by shifting exception back into 'message'

v2.1.0

04 Aug 14:36
Compare
Choose a tag to compare

Update rollbar/rollbar dependency to ^1.3.1