Skip to content

Commit e4892f1

Browse files
committed
chore(release): 5.0.0-beta2
1 parent af95b3d commit e4892f1

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)