File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 33
44---
55
6+ ### [ v1.18.0 (01-05-2022)] ( https://github.com/RTippin/messenger/compare/v1.17.0...v1.18.0 )
7+
8+ #### Added
9+ - ` Handler.php ` to decorate the exception handler resolved from the container.
10+
11+ #### Changed
12+ - All rate-limiting middleware is now defined directly on the routes and not within controller constructors.
13+ - Knocking uses a proper rate limiter now, throwing a throttle exception with the remaining seconds.
14+ - ` ModelNotFound ` exceptions thrown from messenger routes will be transformed into a sanitized message.
15+ - Minimum laravel version bumped to ` ^8.70 ` .
16+
17+ #### Removed
18+ - Knock timeout setter/getter from ` Thread.php ` model.
19+
20+ ---
21+
622### [ v1.17.0 (12-23-2021)] ( https://github.com/RTippin/messenger/compare/v1.16.0...v1.17.0 )
723
824#### Added
You can’t perform that action at this time.
0 commit comments