|
1 | 1 | # Release Notes for 9.x
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/laravel/framework/compare/v9.25.1...9.x) |
| 3 | +## [Unreleased](https://github.com/laravel/framework/compare/v9.26.0...9.x) |
| 4 | + |
| 5 | + |
| 6 | +## [v9.26.0](https://github.com/laravel/framework/compare/v9.25.1...v9.26.0) - 2022-08-23 |
| 7 | + |
| 8 | +### Added |
| 9 | +- Adding support for non-backed enums in Models ([#43728](https://github.com/laravel/framework/pull/43728)) |
| 10 | +- Added vite asset url helpers ([#43702](https://github.com/laravel/framework/pull/43702)) |
| 11 | +- Added Authentication keyword for SqlServerConnector.php ([#43757](https://github.com/laravel/framework/pull/43757)) |
| 12 | +- Added support for additional where* methods to route groups ([#43731](https://github.com/laravel/framework/pull/43731)) |
| 13 | +- Added min_digits and max_digits validation ([#43797](https://github.com/laravel/framework/pull/43797)) |
| 14 | +- Added closure support to dispatch conditionals in bus ([#43784](https://github.com/laravel/framework/pull/43784)) |
| 15 | +- Added configurable paths to Vite ([#43620](https://github.com/laravel/framework/pull/43620)) |
| 16 | + |
| 17 | +### Fixed |
| 18 | +- Fix unique lock release for broadcast events ([#43738](https://github.com/laravel/framework/pull/43738)) |
| 19 | +- Fix empty collection class serialization ([#43758](https://github.com/laravel/framework/pull/43758)) |
| 20 | +- Fixes creation of deprecations channel ([#43812](https://github.com/laravel/framework/pull/43812)) |
| 21 | + |
| 22 | +### Changed |
| 23 | +- Improve display of failures for assertDatabaseHas ([#43736](https://github.com/laravel/framework/pull/43736)) |
| 24 | +- Always use the write PDO connection to read the just stored pending batch in bus ([#43737](https://github.com/laravel/framework/pull/43737)) |
| 25 | +- Move unique lock release to method ([#43740](https://github.com/laravel/framework/pull/43740)) |
| 26 | +- Remove timeoutAt fallback from Job base class ([#43749](https://github.com/laravel/framework/pull/43749)) |
| 27 | +- Convert closures to arrow functions ([#43778](https://github.com/laravel/framework/pull/43778)) |
| 28 | +- Use except also in `Illuminate/Routing/Middleware/ValidateSignature::handle()` ([e554d47](https://github.com/laravel/framework/commit/e554d471daab568877c039e955a01cb2f06a2e7b)) |
| 29 | +- Adjust forever time for cookies ([#43806](https://github.com/laravel/framework/pull/43806)) |
| 30 | +- Make string padding UTF-8 safe ([f1762ed](https://github.com/laravel/framework/commit/f1762ed1660f2a71189f1a32efe5b410ec428268)) |
4 | 31 |
|
5 | 32 |
|
6 | 33 | ## [v9.25.1](https://github.com/laravel/framework/compare/v9.25.0...v9.25.1) - 2022-08-16
|
|
0 commit comments