|
1 | 1 | # Release Notes for 9.x
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/laravel/framework/compare/v9.43.0...9.x) |
| 3 | +## [Unreleased](https://github.com/laravel/framework/compare/v9.44.0...9.x) |
| 4 | + |
| 5 | + |
| 6 | +## [v9.44.0](https://github.com/laravel/framework/compare/v9.43.0...v9.44.0) - 2022-12-15 |
| 7 | + |
| 8 | +### Added |
| 9 | +- Added `Illuminate/Auth/GuardHelpers::forgetUser()` ([#45208](https://github.com/laravel/framework/pull/45208)) |
| 10 | +- Added sort option for schedule:list ([#45198](https://github.com/laravel/framework/pull/45198)) |
| 11 | +- Added `ascii` and `ulid` validation rules ([#45218](https://github.com/laravel/framework/pull/45218)) |
| 12 | +- Http client - allow to provide closure as "throwif" condition ([#45251](https://github.com/laravel/framework/pull/45251)) |
| 13 | +- Support '/' as a possible column name in database ([#45268](https://github.com/laravel/framework/pull/45268)) |
| 14 | +- Added Granular notifications queue connections ([#45264](https://github.com/laravel/framework/pull/45264)) |
| 15 | +- Add support for native rename/drop column commands ([#45258](https://github.com/laravel/framework/pull/45258)) |
| 16 | +- Add $encoding parameter to substr method ([#45300](https://github.com/laravel/framework/pull/45300)) |
| 17 | +- Use Macroable in Session facade ([#45310](https://github.com/laravel/framework/pull/45310)) |
| 18 | + |
| 19 | +### Fixed |
| 20 | +- Fixed aliasing with cursor pagination ([#45188](https://github.com/laravel/framework/pull/45188)) |
| 21 | +- Fixed email verification request ([#45227](https://github.com/laravel/framework/pull/45227)) |
| 22 | +- Return 500 http error, instead of 200, when dotenv fails to load ([#45235](https://github.com/laravel/framework/pull/45235)) |
| 23 | +- Fixed bug on Job Batchs Table ([#45263](https://github.com/laravel/framework/pull/45263)) |
| 24 | +- Fixed schedule:list crash when call() is given class-string ([#45306](https://github.com/laravel/framework/pull/45306)) |
| 25 | +- Fixed Lack of Memory when failing a job with wrong variable passed on the method fail() ([#45291](https://github.com/laravel/framework/pull/45291)) |
| 26 | +- Fixed errors occurring when encrypted cookies has been tampered with ([#45313](https://github.com/laravel/framework/pull/45313)) |
| 27 | +- bug fix, change array_merge to array_replace to prevent reindex ([#45309](https://github.com/laravel/framework/pull/45309)) |
| 28 | + |
| 29 | +### Changed |
| 30 | +- Allow BusFake to use custom BusRepository ([#45202](https://github.com/laravel/framework/pull/45202)) |
| 31 | +- Improved error logging for unmatched routes and route not found ([#45206](https://github.com/laravel/framework/pull/45206)) |
| 32 | +- Improve assertSeeText and assertDontSeeText test methods ([#45274](https://github.com/laravel/framework/pull/45274)) |
| 33 | +- Improved `Illuminate/Auth/SessionGuard::clearUserDataFromStorage()` ([#45305](https://github.com/laravel/framework/pull/45305)) |
| 34 | +- Allows shouldIgnoresDeprecationError() to be overriden ([#45299](https://github.com/laravel/framework/pull/45299)) |
4 | 35 |
|
5 | 36 |
|
6 | 37 | ## [v9.43.0](https://github.com/laravel/framework/compare/v9.42.2...v9.43.0) - 2022-12-06
|
|
0 commit comments