@@ -8,6 +8,25 @@ All notable changes to this project will be documented in this file.
88## [ Unreleased]
99
1010
11+ <a name =" 5.0.0-beta2 " ></a >
12+ ## [ 5.0.0-beta2] - 2025-03-17
13+ ### Fix
14+ - ** config:** Refactor message options in exception-notify config
15+ - ** config:** Update rate limit key prefix format
16+ - ** support:** Improve error handling with rescue function
17+
18+ ### Refactor
19+ - ** channel:** replace CHANNEL_CONFIGURATION_KEY with __ channel
20+ - ** channels:** Improve method readability and type hints
21+ - ** collector:** Simplify naming and exception handling
22+ - ** commands:** Improve exception-notify command handling
23+ - ** config:** Rename rate_limit to rate_limiter
24+ - ** exception-notify:** Simplify exception reporting logic
25+
26+ ### Test
27+ - ** channels:** Add tests for exception reporting functionality
28+
29+
1130<a name =" 5.0.0-beta1 " ></a >
1231## [ 5.0.0-beta1] - 2025-03-10
1332### CI
@@ -1117,7 +1136,8 @@ All notable changes to this project will be documented in this file.
11171136- Merge pull request [ #1 ] ( https://github.com/guanguans/laravel-exception-notify/issues/1 ) from guanguans/imgbot
11181137
11191138
1120- [ Unreleased ] : https://github.com/guanguans/laravel-exception-notify/compare/5.0.0-beta1...HEAD
1139+ [ Unreleased ] : https://github.com/guanguans/laravel-exception-notify/compare/5.0.0-beta2...HEAD
1140+ [ 5.0.0-beta2 ] : https://github.com/guanguans/laravel-exception-notify/compare/5.0.0-beta1...5.0.0-beta2
11211141[ 5.0.0-beta1 ] : https://github.com/guanguans/laravel-exception-notify/compare/4.7.0...5.0.0-beta1
11221142[ 4.7.0 ] : https://github.com/guanguans/laravel-exception-notify/compare/4.6.0...4.7.0
11231143[ 4.6.0 ] : https://github.com/guanguans/laravel-exception-notify/compare/4.5.1...4.6.0
0 commit comments