|
1 | 1 | # Release Notes
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/laravel/passport/compare/v10.4.1...10.x) |
| 3 | +## [Unreleased](https://github.com/laravel/passport/compare/v11.10.0...11.x) |
| 4 | + |
| 5 | +## [v11.10.0](https://github.com/laravel/passport/compare/v11.9.2...v11.10.0) - 2023-11-02 |
| 6 | + |
| 7 | +- [11.x] Named static methods for middleware by [@michaelnabil230](https://github.com/michaelnabil230) in https://github.com/laravel/passport/pull/1695 |
| 8 | +- Simplify Conditional Statement by [@michaelnabil230](https://github.com/michaelnabil230) in https://github.com/laravel/passport/pull/1696 |
| 9 | + |
| 10 | +## [v11.9.2](https://github.com/laravel/passport/compare/v11.9.1...v11.9.2) - 2023-10-16 |
| 11 | + |
| 12 | +- Add return to revokeRefreshTokensByAccessTokenId method by [@aminkhoshzahmat](https://github.com/aminkhoshzahmat) in https://github.com/laravel/passport/pull/1693 |
| 13 | + |
| 14 | +## [v11.9.1](https://github.com/laravel/passport/compare/v11.9.0...v11.9.1) - 2023-09-01 |
| 15 | + |
| 16 | +- [11.x] Allow scope repository to be constructed without parameters by [@axlon](https://github.com/axlon) in https://github.com/laravel/passport/pull/1686 |
| 17 | + |
| 18 | +## [v11.9.0](https://github.com/laravel/passport/compare/v11.8.8...v11.9.0) - 2023-08-29 |
| 19 | + |
| 20 | +- [11.x] Add the ability to limit scopes by client by [@axlon](https://github.com/axlon) in https://github.com/laravel/passport/pull/1682 |
| 21 | +- [11.x] Add support for inherited scopes when limiting scopes on clients by [@axlon](https://github.com/axlon) in https://github.com/laravel/passport/pull/1683 |
| 22 | + |
| 23 | +## [v11.8.8](https://github.com/laravel/passport/compare/v11.8.7...v11.8.8) - 2023-07-07 |
| 24 | + |
| 25 | +- Add generics to client factory by [@axlon](https://github.com/axlon) in https://github.com/laravel/passport/pull/1669 |
| 26 | +- Update composer.json by [@Smoggert](https://github.com/Smoggert) in https://github.com/laravel/passport/pull/1674 |
| 27 | +- Update composer.json by [@drhoussem](https://github.com/drhoussem) in https://github.com/laravel/passport/pull/1677 |
| 28 | + |
| 29 | +## [v11.8.7](https://github.com/laravel/passport/compare/v11.8.6...v11.8.7) - 2023-04-28 |
| 30 | + |
| 31 | +- Revert "[11.x] Add Provider Guard to ClientRepository for Personal Access Clients" by @driesvints in https://github.com/laravel/passport/pull/1658 |
| 32 | + |
| 33 | +## [v11.8.6](https://github.com/laravel/passport/compare/v11.8.5...v11.8.6) - 2023-04-24 |
| 34 | + |
| 35 | +- Add Provider Guard to ClientRepository for Personal Access Clients by @michaelnabil230 in https://github.com/laravel/passport/pull/1655 |
| 36 | + |
| 37 | +## [v11.8.5](https://github.com/laravel/passport/compare/v11.8.4...v11.8.5) - 2023-04-04 |
| 38 | + |
| 39 | +- Allow `lcobucci/jwt` v5 and cleaned up version constraints by @GrahamCampbell in https://github.com/laravel/passport/pull/1649 |
| 40 | +- Pass user identifier through to finalize scopes in personal access grant by @GrahamCampbell in https://github.com/laravel/passport/pull/1650 |
| 41 | + |
| 42 | +## [v11.8.4](https://github.com/laravel/passport/compare/v11.8.3...v11.8.4) - 2023-03-18 |
| 43 | + |
| 44 | +- Removed deprecated `dates` property from `RefreshToken` model by @siarheipashkevich in https://github.com/laravel/passport/pull/1645 |
| 45 | +- Removed deprecated `dates` property from `AuthCode` model by @siarheipashkevich in https://github.com/laravel/passport/pull/1644 |
| 46 | +- Fix doc block types by @hafezdivandari in https://github.com/laravel/passport/pull/1647 |
| 47 | + |
| 48 | +## [v11.8.3](https://github.com/laravel/passport/compare/v11.8.2...v11.8.3) - 2023-03-01 |
| 49 | + |
| 50 | +- Allow overriding the `AccessToken` class by @hafezdivandari in https://github.com/laravel/passport/pull/1638 |
| 51 | +- Make `$userId` nullable in `ClientRepository->createPersonalAccessClient` by @bram-pkg in https://github.com/laravel/passport/pull/1642 |
| 52 | + |
| 53 | +## [v11.8.2](https://github.com/laravel/passport/compare/v11.8.1...v11.8.2) - 2023-02-20 |
| 54 | + |
| 55 | +- Re-apply "Added AuthenticationException to extend the behaviour of Laravel's default exception handler" by @driesvints in https://github.com/laravel/passport/commit/67c3e336af163f6eba5dbca8e5db46275ff0e433 |
| 56 | + |
| 57 | +## [v11.8.1](https://github.com/laravel/passport/compare/v11.8.0...v11.8.1) - 2023-02-20 |
| 58 | + |
| 59 | +- Revert "Move AuthenticationException into the scope of Laravel Passport" by @driesvints in https://github.com/laravel/passport/commit/db543b0cc13ed3f56f1bffda04707fbe2a8c7ab5 |
| 60 | + |
| 61 | +## [v11.8.0](https://github.com/laravel/passport/compare/v11.7.0...v11.8.0) - 2023-02-17 |
| 62 | + |
| 63 | +- Move AuthenticationException into the scope of Laravel Passport by @chrispage1 in https://github.com/laravel/passport/pull/1633 |
| 64 | +- Custom authorization view response by @JonErickson in https://github.com/laravel/passport/pull/1629 |
| 65 | +- Fix deprecated $dates property by @TonyWong9527 in https://github.com/laravel/passport/pull/1636 |
| 66 | + |
| 67 | +## [v11.7.0](https://github.com/laravel/passport/compare/v11.6.1...v11.7.0) - 2023-02-08 |
| 68 | + |
| 69 | +### Added |
| 70 | + |
| 71 | +- Add support for `EncryptCookies` middleware by @axlon in https://github.com/laravel/passport/pull/1628 |
| 72 | + |
| 73 | +## [v11.6.1](https://github.com/laravel/passport/compare/v11.6.0...v11.6.1) - 2023-02-03 |
| 74 | + |
| 75 | +### Changed |
| 76 | + |
| 77 | +- Indicate current token can be `TransientToken` by @axlon in https://github.com/laravel/passport/pull/1627 |
| 78 | + |
| 79 | +## [v11.6.0](https://github.com/laravel/passport/compare/v11.5.1...v11.6.0) - 2023-01-31 |
| 80 | + |
| 81 | +### Changed |
| 82 | + |
| 83 | +- Update ClientCommand.php's user_id description by @Smoggert in https://github.com/laravel/passport/pull/1619 |
| 84 | +- Get model PK instead of forcibly id column by @lucaspanik in https://github.com/laravel/passport/pull/1626 |
| 85 | + |
| 86 | +### Fixed |
| 87 | + |
| 88 | +- Fix doc block for `withAccessToken()` by @axlon in https://github.com/laravel/passport/pull/1620 |
| 89 | + |
| 90 | +## [v11.5.1](https://github.com/laravel/passport/compare/v11.5.0...v11.5.1) - 2023-01-16 |
| 91 | + |
| 92 | +### Fixed |
| 93 | + |
| 94 | +- Get authenticated user from the guard by @hafezdivandari in https://github.com/laravel/passport/pull/1617 |
| 95 | + |
| 96 | +## [v11.5.0](https://github.com/laravel/passport/compare/v11.4.0...v11.5.0) - 2023-01-09 |
| 97 | + |
| 98 | +### Added |
| 99 | + |
| 100 | +- Laravel v10 Support by @driesvints in https://github.com/laravel/passport/pull/1615 |
| 101 | + |
| 102 | +## [v11.4.0](https://github.com/laravel/passport/compare/v11.3.1...v11.4.0) - 2023-01-03 |
| 103 | + |
| 104 | +### Changed |
| 105 | + |
| 106 | +- Uses PHP Native Type Declarations 🐘 by @nunomaduro in https://github.com/laravel/passport/pull/1594 |
| 107 | + |
| 108 | +## [v11.3.1](https://github.com/laravel/passport/compare/v11.3.0...v11.3.1) - 2022-12-02 |
| 109 | + |
| 110 | +### Changed |
| 111 | + |
| 112 | +- Add auth guard to routes by @hafezdivandari in https://github.com/laravel/passport/pull/1603 |
| 113 | + |
| 114 | +## [v11.3.0](https://github.com/laravel/passport/compare/v11.2.1...v11.3.0) - 2022-10-22 |
| 115 | + |
| 116 | +### Added |
| 117 | + |
| 118 | +- Support prompting login when redirecting for authorization by @hafezdivandari in https://github.com/laravel/passport/pull/1577 |
| 119 | + |
| 120 | +### Changed |
| 121 | + |
| 122 | +- Update PurgeCommand.php by @fatoskurtishi in https://github.com/laravel/passport/pull/1586 |
| 123 | +- Fix ClientRepository doc blocks by @axlon in https://github.com/laravel/passport/pull/1587 |
| 124 | +- Update docblock by @mnabialek in https://github.com/laravel/passport/pull/1588 |
| 125 | + |
| 126 | +## [v11.2.1](https://github.com/laravel/passport/compare/v11.2.0...v11.2.1) - 2022-09-29 |
| 127 | + |
| 128 | +### Fixed |
| 129 | + |
| 130 | +- Improve token guard return type by @axlon in https://github.com/laravel/passport/pull/1579 |
| 131 | + |
| 132 | +## [v11.2.0](https://github.com/laravel/passport/compare/v11.1.0...v11.2.0) - 2022-09-07 |
| 133 | + |
| 134 | +### Changed |
| 135 | + |
| 136 | +- Let OAuth2 server handle the denying response by @hafezdivandari in https://github.com/laravel/passport/pull/1572 |
| 137 | + |
| 138 | +## [v11.1.0](https://github.com/laravel/passport/compare/v11.0.1...v11.1.0) - 2022-09-05 |
| 139 | + |
| 140 | +### Added |
| 141 | + |
| 142 | +- Support prompting re-consent when redirecting for authorization by @hafezdivandari in https://github.com/laravel/passport/pull/1567 |
| 143 | +- Support disabling prompt when redirecting for authorization by @hafezdivandari in https://github.com/laravel/passport/pull/1569 |
| 144 | + |
| 145 | +## [v11.0.1](https://github.com/laravel/passport/compare/v11.0.0...v11.0.1) - 2022-08-29 |
| 146 | + |
| 147 | +### Changed |
| 148 | + |
| 149 | +- Custom days and hours to passport purge command by @rubengg86 in https://github.com/laravel/passport/pull/1563 |
| 150 | +- Allow for bootstrapping without loading routes by @axlon in https://github.com/laravel/passport/pull/1564 |
| 151 | + |
| 152 | +## [v11.0.0](https://github.com/laravel/passport/compare/v10.4.1...v11.0.0) - 2022-08-19 |
| 153 | + |
| 154 | +### Added |
| 155 | + |
| 156 | +- Allow authenticated client to be retrieved from the guard by @axlon in https://github.com/laravel/passport/pull/1508 |
| 157 | + |
| 158 | +### Changed |
| 159 | + |
| 160 | +- Revert model DB connection customization by @driesvints in https://github.com/laravel/passport/pull/1412 |
| 161 | +- Allow timestamps on Token model by @driesvints in https://github.com/laravel/passport/pull/1425 |
| 162 | +- Improve authenticateViaBearerToken() performance by @alecpl in https://github.com/laravel/passport/pull/1447 |
| 163 | +- Refactor routes to dedicated file by @driesvints in https://github.com/laravel/passport/pull/1464 |
| 164 | + |
| 165 | +### Fixed |
| 166 | + |
| 167 | +- Stub client on guard when calling Passport::actingAsClient() by @axlon in https://github.com/laravel/passport/pull/1519 |
| 168 | +- Fix scope inheritance when using Passport::actingAs() by @axlon in https://github.com/laravel/passport/pull/1551 |
| 169 | + |
| 170 | +### Removed |
| 171 | + |
| 172 | +- Drop PHP 7.x and Laravel v8 by @driesvints in https://github.com/laravel/passport/pull/1558 |
| 173 | +- Remove deprecated properties by @driesvints in https://github.com/laravel/passport/pull/1560 |
| 174 | +- Remove deprecated functionality and simplify some feature tests by @driesvints in https://github.com/laravel/passport/pull/1559 |
4 | 175 |
|
5 | 176 | ## [v10.4.1](https://github.com/laravel/passport/compare/v10.4.0...v10.4.1) - 2022-04-16
|
6 | 177 |
|
|
0 commit comments