Skip to content

Commit 95d667d

Browse files
committed
Update CHANGELOG.md
1 parent 336daae commit 95d667d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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

0 commit comments

Comments
 (0)