File tree 1 file changed +25
-1
lines changed
1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/passport/compare/v10.4.1...11.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/passport/compare/v11.0.0...11.x )
4
+
5
+ ## [ v11.0.0] ( https://github.com/laravel/passport/compare/v10.4.1...v11.0.0 ) - 2022-08-19
6
+
7
+ ### Added
8
+
9
+ - Allow authenticated client to be retrieved from the guard by @axlon in https://github.com/laravel/passport/pull/1508
10
+
11
+ ### Changed
12
+
13
+ - Revert model DB connection customization by @driesvints in https://github.com/laravel/passport/pull/1412
14
+ - Allow timestamps on Token model by @driesvints in https://github.com/laravel/passport/pull/1425
15
+ - Improve authenticateViaBearerToken() performance by @alecpl in https://github.com/laravel/passport/pull/1447
16
+ - Refactor routes to dedicated file by @driesvints in https://github.com/laravel/passport/pull/1464
17
+
18
+ ### Fixed
19
+
20
+ - Stub client on guard when calling Passport::actingAsClient() by @axlon in https://github.com/laravel/passport/pull/1519
21
+ - Fix scope inheritance when using Passport::actingAs() by @axlon in https://github.com/laravel/passport/pull/1551
22
+
23
+ ### Removed
24
+
25
+ - Drop PHP 7.x and Laravel v8 by @driesvints in https://github.com/laravel/passport/pull/1558
26
+ - Remove deprecated properties by @driesvints in https://github.com/laravel/passport/pull/1560
27
+ - Remove deprecated functionality and simplify some feature tests by @driesvints in https://github.com/laravel/passport/pull/1559
4
28
5
29
## [ v10.4.1] ( https://github.com/laravel/passport/compare/v10.4.0...v10.4.1 ) - 2022-04-16
6
30
You can’t perform that action at this time.
0 commit comments