Releases: guanguans/laravel-exception-notify
Releases · guanguans/laravel-exception-notify
5.1.11
5.1.11 - 2025-03-26
Bug Fixes
- dependencies: Update guanguans/notify version to ^3.2
5.1.10
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
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
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
5.1.7 - 2025-03-23
Bug Fixes
- ExceptionNotifyServiceProvider: simplify command metadata retrieval
5.1.6
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
5.1.5 - 2025-03-23
Bug Fixes
- ExceptionNotifyServiceProvider: Improve about command logic
5.1.4
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
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
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