All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
4.4.0 (2025-01-07)
4.3.1 (2024-12-17)
4.3.0 (2024-11-01)
4.2.2 (2024-10-11)
4.2.1 (2024-10-08)
4.2.0 (2024-09-17)
4.1.1 (2024-08-16)
- check for getAuthIdentifier before calling it (6064a21)
4.1.0 (2024-07-06)
- Events: Honeybadger.event() method to send events to Honeybadger Insights (#125) (868d0f7)
- Events: Custom logger channel to send logs as events to Honeybadger Insights
- Events: Automatic logging of application events to Honeybadger Insights
- Breadcrumbs: Modified automatic breadcrumbs collection to reusable classes to share with Events integration
- Support for Laravel 11
- Check-Ins: check-in using slug
- Check-Ins: checkins to check-ins
- Check-Ins: Add support for slug url
- Modify parameter names to be more descriptive (from $id to $idOrName)
- Synchronize checkins with
honeybadger:checkins:sync
- Update honeybadger-php dependency to latest version
- Fix LogHandler creation by passing constructor arguments
- Support for Laravel 10
- Correct feedback form URL (#100)
- Support Dotenv editor v2 (#96)
- Support for Laravel 9 (#93)
- Set HONEYBADGER_VERIFY_SSL default in .env during installation (#94)
- Install command: don't error when there's no base route (#90)
- Added custom log driver (#17)
- Set default client timeout (#87)
- Added
report_data
to default config (#85)
- Honeybadger can now set route action and user context automatically—no middleware needed (#82)
- Silence any thrown errors in breadcrumbs collection (#81)
- Automatic breadcrumbs (#79)
- Added ability to enable job pings on specific environments (#73)
- Include the PHP SDK version in error reports (#75)
- Added the
@honeybadgerError
and@honeybadgerFeedback
Blade directives (#76)
- Log ServiceExceptions rather than crash (#70)
- Verify SSL config (#68)
- Allowed some install failures ([#66])(#66)
- Support for PHP8 (#64)
- Support for Laravel 8 (#59)
- Bumped
honeybadger-io/honeybadger-php
to^2.1
from^2.0
- Dropped support for Laravel 6 and added support for Laravel 7 (#54)
- Added
pingHoneybadgerOnSuccess
method to scheduled tasks (#49)
- Route action and component for Lumen (#42)
- Support for Laravel 6 (#41)
- Drops Laravel 6 support, need new major version (#40)
- Error whent here is a component and not an action (#37)
- Request action and component (#35)
- Controller action and component to middleware (#31)
- Updated support for Laravel 6.0 (#32)
- Increased the minimum version of the honeybadger-php package (#33)
- Deploy command (#26)
- PHP 7.3 to Travis (#19)
- php-cs-fixer dev dependency (#20)
- Installer command for PHP & Laravel (#11)
- Updated version contraints (#15)
- Support for Laravel 5.7 (#13)
- Updated the Travis CI config (#14)
- Updated honeybadger-io/honeybadger-php (#14)
- Updated honeybadger-io/honeybadger-php to
^1.1
(#10)
- Scheduled event helper to ping honeybadger after task is complete (#5)
- Changes exception type reported by the test command for more clarity in the HB application UI. (#4)
- Initial release