Releases: guanguans/laravel-exception-notify
Releases · guanguans/laravel-exception-notify
5.2.2
5.2.2 - 2025-05-12
🐞 Bug Fixes
- utils: enhance humanMilliseconds method for better precision (ccb01a1)
5.2.1
5.2.1 - 2025-05-11
🐞 Bug Fixes
- config: add missing classes for exception notification (c90d87b)
5.2.0
5.2.0 - 2025-05-11
🐞 Bug Fixes
- commands: improve exception notification warning details (b5677f4)
- exception-trace-collector: enhance trace filtering and transformation logic (3f5edfd)
💅 Code Refactorings
- configureable: rename 'config' option to 'configuration' (6dba024)
📦 Builds
- deps: Update composer dependencies and scripts (a9bb300)
🤖 Continuous Integrations
- config: add configuration files and update existing ones (4b1552e)
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