Skip to content

Latest commit

 

History

History
222 lines (159 loc) · 8.22 KB

CHANGELOG.md

File metadata and controls

222 lines (159 loc) · 8.22 KB

Changelog

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.2.0 (2024-09-17)

Features

  • send RequestHandled, JobProcessed and ResponseReceived events to insights (#130) (7f68015)

4.1.1 (2024-08-16)

Bug Fixes

  • check for getAuthIdentifier before calling it (6064a21)

4.1.0 (2024-07-06)

Features

  • 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

Refactored

  • Breadcrumbs: Modified automatic breadcrumbs collection to reusable classes to share with Events integration

[4.0.0] - 2024-03-22

Added

  • Support for Laravel 11

[3.18.2] - 2023-12-28

Refactored

  • Check-Ins: check-in using slug

[3.18.1] - 2023-11-16

Refactored

  • Check-Ins: checkins to check-ins

[3.18.0] - 2023-10-27

Added

  • Check-Ins: Add support for slug url

[3.17.0] - 2023-10-17

Changed

  • Modify parameter names to be more descriptive (from $id to $idOrName)

[3.16.0] - 2023-10-06

Added

  • Synchronize checkins with honeybadger:checkins:sync

[3.15.2] - 2023-08-06

Changed

  • Update honeybadger-php dependency to latest version

[3.15.1] - 2023-08-04

Fixed

  • Fix LogHandler creation by passing constructor arguments

[3.15.0] - 2023-02-16

Added

  • Support for Laravel 10

[3.14.1] - 2022-12-03

Fixed

  • Correct feedback form URL (#100)

[3.14.0] - 2022-05-06

Added

  • Call shouldReport() of parent (#98)
  • Add capture_deprecations config flag (#98)

[3.13.1] - 2022-02-16

Added

  • Support Dotenv editor v2 (#96)

[3.13.0] - 2022-01-22

Added

  • Support for Laravel 9 (#93)

Fixed

  • Set HONEYBADGER_VERIFY_SSL default in .env during installation (#94)

[3.12.1] - 2021-11-22

Fixed

  • Install command: don't error when there's no base route (#90)

[3.12.0] - 2021-07-02

Added

  • Added custom log driver (#17)

[3.11.0] - 2021-06-16

  • Set default client timeout (#87)

[3.10.0] - 2021-05-09

Added

  • Added report_data to default config (#85)

[3.9.0] - 2021-04-12

Added

  • Honeybadger can now set route action and user context automatically—no middleware needed (#82)

[3.8.1] - 2021-03-25

Fixed

  • Silence any thrown errors in breadcrumbs collection (#81)

[3.8.0] - 2021-03-23

Added

  • Automatic breadcrumbs (#79)

[3.7.0] - 2021-03-09

Added

  • 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)

[3.6.0] - 2021-02-19

Added

  • Log ServiceExceptions rather than crash (#70)

[3.5.0] - 2021-02-15

Added

  • Verify SSL config (#68)

[3.4.0] - 2020-12-17

Changed

  • Allowed some install failures ([#66])(#66)

[3.3.0] - 2020-11-29

Added

  • Support for PHP8 (#64)

[3.2.0] - 2020-09-14

Added

  • Support for Laravel 8 (#59)

[3.1.0] - 2020-03-23

Changed

[3.0.0] - 2020-03-09

Breaking Changes

  • Dropped support for Laravel 6 and added support for Laravel 7 (#54)

[2.1.0] - 2019-12-05

Added

  • Added pingHoneybadgerOnSuccess method to scheduled tasks (#49)

[2.0.1] - 2019-10-01

Fixed

  • Route action and component for Lumen (#42)

[2.0.0] - 2019-09-23

Changed

  • Support for Laravel 6 (#41)

[1.7.3] - 2019-09-23

Changed

  • Drops Laravel 6 support, need new major version (#40)

[1.7.2] - 2019-09-05

Fixed

  • Error whent here is a component and not an action (#37)

[1.7.1] - 2019-09-05

Fixed

  • Request action and component (#35)

[1.7.0] - 2019-09-04

Added

  • Controller action and component to middleware (#31)

Changed

  • Updated support for Laravel 6.0 (#32)
  • Increased the minimum version of the honeybadger-php package (#33)

[1.6.0] - 2019-06-27

Added

  • Deploy command (#26)

[1.5.0] - 2018-12-17

Added

  • PHP 7.3 to Travis (#19)

Removed

  • php-cs-fixer dev dependency (#20)

[1.4.0] - 2018-11-02

Added

  • Installer command for PHP & Laravel (#11)

Changed

  • Updated version contraints (#15)

[1.3.0] - 2018-09-13

Added

  • Support for Laravel 5.7 (#13)

Changed

[1.2.0] - 2018-08-17

Changed

[1.1.0] - 2018-08-08

Added

  • Scheduled event helper to ping honeybadger after task is complete (#5)

Changed

  • Changes exception type reported by the test command for more clarity in the HB application UI. (#4)

[1.0.0] - 2018-07-10

  • Initial release