@@ -8,6 +8,36 @@ All notable changes to this project will be documented in this file.
88## [ Unreleased]
99
1010
11+ <a name =" 4.0.0-beta1 " ></a >
12+ ## [ 4.0.0-beta1] - 2024-04-23
13+ ### Docs
14+ - ** README:** Add caution for 4.x version
15+
16+ ### Feat
17+ - ** Channel:** add Channel base class and extend other channel classes
18+ - ** ToInternalExceptionRector:** Add ToInternalExceptionRector for internal exceptions
19+ - ** composer-require-checker:** Add configuration file for composer-require-checker
20+ - ** config:** add aggregate channel configuration
21+ - ** config:** add mail configuration
22+ - ** config:** Add WithLogMiddlewareClientTapper class for exception-notify config
23+
24+ ### Refactor
25+ - Fix exception handling and enhance type safety
26+ - Fix exception handling and enhance type safety
27+ - update contract names in classes
28+ - modify ExceptionNotifyManager to use configRepository
29+ - ** ExceptionNotifyManager:** Improve createDriver method
30+ - ** NotifyChannel:** Refactor NotifyChannel class for better readability and maintainability
31+ - ** collector:** remove unused code and fix access level of method
32+ - ** config:** refactor RectorConfig
33+ - ** exception-notify:** update lark configuration
34+ - ** log:** Simplify LogChannel constructor and report method
35+ - ** mail:** update mail classes names
36+
37+ ### Test
38+ - ** skip:** skip test that throws InvalidArgumentException
39+
40+
1141<a name =" 3.8.3 " ></a >
1242## [ 3.8.3] - 2024-04-18
1343### Refactor
@@ -694,7 +724,8 @@ All notable changes to this project will be documented in this file.
694724- Merge pull request [ #1 ] ( https://github.com/guanguans/laravel-exception-notify/issues/1 ) from guanguans/imgbot
695725
696726
697- [ Unreleased ] : https://github.com/guanguans/laravel-exception-notify/compare/3.8.3...HEAD
727+ [ Unreleased ] : https://github.com/guanguans/laravel-exception-notify/compare/4.0.0-beta1...HEAD
728+ [ 4.0.0-beta1 ] : https://github.com/guanguans/laravel-exception-notify/compare/3.8.3...4.0.0-beta1
698729[ 3.8.3 ] : https://github.com/guanguans/laravel-exception-notify/compare/3.8.2...3.8.3
699730[ 3.8.2 ] : https://github.com/guanguans/laravel-exception-notify/compare/3.8.1...3.8.2
700731[ 3.8.1 ] : https://github.com/guanguans/laravel-exception-notify/compare/3.8.0...3.8.1
0 commit comments