|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/laravel/framework/compare/v9.5.1...9.x)
|
4 | 4 |
|
5 |
| - |
6 | 5 | ## [v9.5.1](https://github.com/laravel/framework/compare/v9.5.0...v9.5.1) - 2022-03-15
|
7 | 6 |
|
8 | 7 | ### Reverted
|
9 |
| -- Revert "Fix the guard instance used." ([#41491](https://github.com/laravel/framework/pull/41491)) |
10 | 8 |
|
| 9 | +- Revert "Fix the guard instance used." ([#41491](https://github.com/laravel/framework/pull/41491)) |
11 | 10 |
|
12 | 11 | ## [v9.5.0](https://github.com/laravel/framework/compare/v9.4.1...v9.5.0) - 2022-03-15
|
13 | 12 |
|
14 | 13 | ### Added
|
| 14 | + |
15 | 15 | - Added callback support on implode Collection method. ([#41405](https://github.com/laravel/framework/pull/41405))
|
16 | 16 | - Added `Illuminate/Filesystem/FilesystemAdapter::assertDirectoryEmpty()` ([#41398](https://github.com/laravel/framework/pull/41398))
|
17 | 17 | - Implement email "metadata" for SesTransport ([#41422](https://github.com/laravel/framework/pull/41422))
|
|
25 | 25 | - Allow for callables with beforeSending in`Illuminate/Http/Client/PendingRequest.php::runBeforeSendingCallbacks()` ([#41489](https://github.com/laravel/framework/pull/41489))
|
26 | 26 |
|
27 | 27 | ### Fixed
|
| 28 | + |
28 | 29 | - Fixed deprecation warnings from route:list when filtering on name or domain ([#41421](https://github.com/laravel/framework/pull/41421))
|
29 | 30 | - Fixes HTTP::pool response when a URL returns a null status code ([#41412](https://github.com/laravel/framework/pull/41412))
|
30 | 31 | - Fixed recaller name resolution in `Illuminate/Session/Middleware/AuthenticateSession.php` ([#41429](https://github.com/laravel/framework/pull/41429))
|
31 | 32 | - Fixed the guard instance used in /Illuminate/Session/Middleware/AuthenticateSession.php ([#41447](https://github.com/laravel/framework/pull/41447))
|
32 | 33 | - Fixed route:list --except-vendor hiding Route::view() & Route::redirect() ([#41465](https://github.com/laravel/framework/pull/41465))
|
33 | 34 |
|
34 | 35 | ### Changed
|
| 36 | + |
35 | 37 | - Add null typing to connection property in \Illuminate\Database\Eloquent\Factories\Factory ([#41418](https://github.com/laravel/framework/pull/41418))
|
36 | 38 | - Update reserved names in GeneratorCommand ([#41441](https://github.com/laravel/framework/pull/41441))
|
37 | 39 | - Redesign php artisan schedule:list Command ([#41445](https://github.com/laravel/framework/pull/41445))
|
|
40 | 42 | - Throw if tag is passed but is not supported in `Illuminate/Encryption/Encrypter.php` ([#41479](https://github.com/laravel/framework/pull/41479))
|
41 | 43 | - Update PackageManifest::$vendorPath initialisation for cases, when composer vendor dir is not in project director ([#41463](https://github.com/laravel/framework/pull/41463))
|
42 | 44 |
|
43 |
| - |
44 | 45 | ## [v9.4.1](https://github.com/laravel/framework/compare/v9.4.0...v9.4.1) - 2022-03-08
|
45 | 46 |
|
46 | 47 | ### Fixed
|
|
73 | 74 | - Allow chaining of `Illuminate/Console/Concerns/InteractsWithIO::newLine` ([#41327](https://github.com/laravel/framework/pull/41327))
|
74 | 75 | - set destinations since bcc missing from raw message in Mail SesTransport ([8ca43f4](https://github.com/laravel/framework/commit/8ca43f4c2a531ff9d28b86a7e366eef8adf8de84))
|
75 | 76 |
|
76 |
| - |
77 | 77 | ## [v9.3.1](https://github.com/laravel/framework/compare/v9.3.0...v9.3.1) - 2022-03-03
|
78 | 78 |
|
79 | 79 | ### Added
|
|
0 commit comments