Skip to content

3.0.0-rc2: docs(readme): update PHP and Laravel requirements

Compare
Choose a tag to compare
@guanguans guanguans released this 06 Aug 13:07
· 338 commits to main since this release

3.0.0-rc2 - 2023-08-06

Docs

  • readme: update PHP and Laravel requirements

Feat

  • Jobs: Improve exception reporting
  • Pipes: Add RemoveKeysPipe
  • collectors: Add RequestRawFileCollector
  • pipes: add OnlyKeysPipe class

Fix

  • channels: Update LogChannel constructor
  • collector: fix Collector::name method
  • collectors: Rename ExceptionPreviewCollector to ExceptionContextCollector
  • psalm: fix undefined interface method in ExceptionNotifyManager
  • src: Add hydrate_pipe helper function to helpers.php

Refactor

  • collectors: Update ExceptionPreviewCollector and ExceptionTraceCollector
  • config: update exception-notify.php
  • exceptions: remove BadMethodCallException class
  • pipes: update AddValuePipe
  • src: remove unused code