|
1 | 1 | # Release Notes for 9.x
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/laravel/framework/compare/v9.40.1...9.x) |
| 3 | +## [Unreleased](https://github.com/laravel/framework/compare/v9.41.0...9.x) |
| 4 | + |
| 5 | + |
| 6 | +## [v9.41.0](https://github.com/laravel/framework/compare/v9.40.1...v9.41.0) - 2022-11-22 |
| 7 | + |
| 8 | +### Added |
| 9 | +- Added `Illuminate/Validation/Rules/DatabaseRule::onlyTrashed()` ([#44989](https://github.com/laravel/framework/pull/44989)) |
| 10 | +- Add some class rules in class Rule ([#44998](https://github.com/laravel/framework/pull/44998)) |
| 11 | +- Added `Illuminate/View/ComponentAttributeBag::missing()` ([#45016](https://github.com/laravel/framework/pull/45016)) |
| 12 | +- Added `Illuminate/Http/Concerns/InteractsWithInput::whenMissing()` ([#45019](https://github.com/laravel/framework/pull/45019)) |
| 13 | +- Add isolation levels to SQL Server Connector ([#45023](https://github.com/laravel/framework/pull/45023)) |
| 14 | +- Fix php artisan serve with PHP_CLI_SERVER_WORKERS > 1 ([#45041](https://github.com/laravel/framework/pull/45041)) |
| 15 | +- Add ability to prune cancelled job batches ([#45034](https://github.com/laravel/framework/pull/45034)) |
| 16 | +- Adding option for custom manifest filename on Vite Facade ([#45007](https://github.com/laravel/framework/pull/45007)) |
| 17 | + |
| 18 | +### Fixed |
| 19 | +- Fix deprecation warning when comparing a password against a NULL database password ([#44986](https://github.com/laravel/framework/pull/44986), [206e465](https://github.com/laravel/framework/commit/206e465f9680ef4618009ddfeafa672f8015a511)) |
| 20 | +- Outlook web dark mode email layout fix ([#45024](https://github.com/laravel/framework/pull/45024)) |
| 21 | + |
| 22 | +### Changed |
| 23 | +- Improves queue:work command output ([#44971](https://github.com/laravel/framework/pull/44971)) |
| 24 | +- Optimize Collection::containsStrict ([#44970](https://github.com/laravel/framework/pull/44970)) |
| 25 | +- Make name required in `Illuminate/Testing/TestResponse::assertRedirectToRoute()` ([98a0301](https://github.com/laravel/framework/commit/98a03013ed74925f68040beee0937203b632f57d)) |
| 26 | +- Strip key, secret and token from root config options on aws clients ([#44979](https://github.com/laravel/framework/pull/44979)) |
| 27 | +- Allow customised implementation of the SendQueuedMailable job ([#45040](https://github.com/laravel/framework/pull/45040)) |
| 28 | +- Validate uuid before route binding query ([#44945](https://github.com/laravel/framework/pull/44945)) |
4 | 29 |
|
5 | 30 |
|
6 | 31 | ## [v9.40.1](https://github.com/laravel/framework/compare/v9.40.0...v9.40.1) - 2022-11-15
|
|
0 commit comments