You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
12
13
13
### Changed
14
14
- Internal refactoring
15
+
16
+
### Deprecated
15
17
- Deprecate use of base RequestInterface (#48)
16
18
- If a RequestInterface object is provided to the dispatcher, it will be internally converted to a ServerRequestInterface to ensure compatibility with Middleware and error handling.
17
19
Relying on this functionality is deprecated from the start, **highly** discouraged, and may be imperfect.
20
+
- Deprecated the `BearerToken` authentication trait
0 commit comments