Skip to content

Releases: guanguans/laravel-exception-notify

5.1.11

26 Mar 13:09
Compare
Choose a tag to compare

5.1.11 - 2025-03-26

Bug Fixes

  • dependencies: Update guanguans/notify version to ^3.2

5.1.10

24 Mar 10:11
Compare
Choose a tag to compare

5.1.10 - 2025-03-24

Docs

  • README: Update section titles for clarity
  • config: Add missing doc references in exception-notify.php

Pull Requests

  • Merge pull request #73 from guanguans/imgbot

5.1.9

24 Mar 03:47
Compare
Choose a tag to compare

5.1.9 - 2025-03-24

Bug Fixes

  • TestCommand: Add warning for non-sync queue connection
  • command: Correct queue connection configuration

Code Refactoring

  • channels: Simplify sync queue connection check
  • commands: Rename queue option to job connection
  • utils: Move sync job connection logic to Utils class

Docs

  • readme: Update exception notify test commands
  • readme: Update exception notify test commands

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