Skip to content

Releases: guanguans/laravel-exception-notify

5.1.8

23 Mar 15:59
Compare
Choose a tag to compare

5.1.8 - 2025-03-23

Code Refactoring

  • commands: Replace output with components in TestCommand

Docs

  • README: Update testing commands for exception notify

5.1.7

23 Mar 12:42
Compare
Choose a tag to compare

5.1.7 - 2025-03-23

Bug Fixes

  • ExceptionNotifyServiceProvider: simplify command metadata retrieval

5.1.6

23 Mar 12:24
Compare
Choose a tag to compare

5.1.6 - 2025-03-23

Bug Fixes

  • Collector: Improve file upload error handling

Code Refactoring

  • ExceptionNotifyServiceProvider: streamline version retrieval
  • collectors: Standardize keys in collector arrays

Tests

  • FeatureTest: Add image upload tests with timezone and locale

5.1.5

23 Mar 09:19
Compare
Choose a tag to compare

5.1.5 - 2025-03-23

Bug Fixes

  • ExceptionNotifyServiceProvider: Improve about command logic

5.1.4

23 Mar 06:39
Compare
Choose a tag to compare

5.1.4 - 2025-03-23

Code Refactoring

  • collectors: Remove redundant memory usage calculation

Docs

  • readme: Add alternative image tag for usage illustration

5.1.3

23 Mar 05:25
Compare
Choose a tag to compare

5.1.3 - 2025-03-23

Bug Fixes

  • Utils: Improve method callable check for parameter handling

Features

  • Utils: Enhance configuration application logic

5.1.2

23 Mar 03:02
Compare
Choose a tag to compare

5.1.2 - 2025-03-23

Code Refactoring

  • Channel: Simplify rate limiting logic and update docs
  • commands: Simplify test command descriptions

Docs

  • readme: Add collapsible section for notification examples

Features

  • rate-limiter: Add RateLimiter implementation and contract

5.1.1

22 Mar 10:15
Compare
Choose a tag to compare

5.1.1 - 2025-03-22

Bug Fixes

  • ExceptionNotifyServiceProvider: Remove unused notFound baseline
  • SprintfMarkdownPipe: Correct format string syntax

Code Refactoring

  • collectors: Replace function calls with Utils methods

Features

  • ExceptionNotify: Add section to AboutCommand for package info

Performance Improvements

  • ExceptionNotifyServiceProvider: Optimize version retrieval

Tests

  • MailChannel: Refactor mail reporting tests

5.1.0

21 Mar 10:56
Compare
Choose a tag to compare

5.1.0 - 2025-03-21

Code Refactoring

  • Channel: Improve error handling and structure
  • baselines: Remove obsolete baseline error files
  • channels: Replace method calls with Utils functions
  • collector: Improve request header exclusion handling
  • collectors: Remove PhpInfoCollector and update ApplicationCollector
  • collectors: Improve exception trace filtering and naming

Style

  • Refactor code for improved readability and simplicity

Tests

  • Add inspections for null pointer and void function usage

5.0.0

20 Mar 09:08
Compare
Choose a tag to compare

5.0.0 - 2025-03-20

Bug Fixes

  • channels: Ensure default connection is used in job dispatch
  • collector: Remove unused URL from data collection

Code Refactoring

  • channels: Improve error handling and configuration usage
  • collectors: Simplify collection methods and variable names
  • command: Improve exception-notify test output
  • config: Improve exception notify configuration comments
  • template: Rename TemplateContract to Template

Docs

  • README: Update notification channels and descriptions

Features

  • TestCommand: Refactor anonymous function to improve clarity

Tests

  • collector: Add php-mock-phpunit dependency for testing