Laravel Changelog History Search
Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.
v9.26.0 - 2022-08-23
Added
- Adding support for non-backed enums in Models (#43728)
- Added vite asset url helpers (#43702)
- Added Authentication keyword for SqlServerConnector.php (#43757)
- Added support for additional where* methods to route groups (#43731)
- Added min_digits and max_digits validation (#43797)
- Added closure support to dispatch conditionals in bus (#43784)
- Added configurable paths to Vite (#43620)
Fixed
- Fix unique lock release for broadcast events (#43738)
- Fix empty collection class serialization (#43758)
- Fixes creation of deprecations channel (#43812)
Changed
- Improve display of failures for assertDatabaseHas (#43736)
- Always use the write PDO connection to read the just stored pending batch in bus (#43737)
- Move unique lock release to method (#43740)
- Remove timeoutAt fallback from Job base class (#43749)
- Convert closures to arrow functions (#43778)
- Use except also in
Illuminate/Routing/Middleware/ValidateSignature::handle()
(e554d47)
- Adjust forever time for cookies (#43806)
- Make string padding UTF-8 safe (f1762ed)
v9.25.1 - 2022-08-16
Fixes
v9.25.0 - 2022-08-16
Added
- Added whenNotExactly to Stringable (#43700)
- Added ability to Model::query()->touch() to mass update timestamps (#43665)
Fixed
- Prevent error in db/model commands when using unsupported columns (#43635)
- Fixes ensureDependenciesExist runtime error (#43626)
- Null value for auto-cast field caused deprication warning in php 8.1 (#43706)
- db:table command properly handle table who doesn't exist (#43669)
Changed
- Handle assoc mode within db commands (#43636)
- Allow chunkById on Arrays, as well as Models (#43666)
- Allow for int value parameters to whereMonth() and whereDay() (#43668)
- Cleaning up old if-else statement (#43712)
- Ensure correct 'integrity' value is used for css assets (#43714)
v9.24.0 - 2022-08-09
Added
- New db:show, db:table and db:monitor commands (#43367)
- Added validation doesnt_end_with rule (#43518)
- Added
Illuminate/Database/Eloquent/SoftDeletes::restoreQuietly()
(#43550)
- Added mergeUnless to resource ConditionallyLoadsAttributes trait (#43567)
- Added
Illuminate/Support/Testing/Fakes/NotificationFake::sentNotifications()
(#43558)
- Added
implode
toPassthru
inIlluminate/Database/Eloquent/Builder.php
(#43574)
- Make Config repository macroable (#43598)
- Add whenNull to ConditionallyLoadsAtrribute trait (#43600)
- Extract child route model relationship name into a method (#43597)
Revert
Fixed
- Fix unique locking on broadcast events (#43516)
- Fixes output when running db:seed or using --seed in migrate commands (#43593)
Changed
- Gracefully fail when unable to locate expected binary on the system for artisan docs command (#43521)
- Improve output for some Artisan commands (#43547)
- Alternative database name in Postgres DSN, allow pgbouncer aliased databases to continue working on 9.x (#43542)
- Attribute Cast Performance Improvements (#43554)
- Queue worker daemon should also listen for SIGQUIT (#43607)
- Keep original keys when using Collection->sortBy() with an array of sort operations (#43609)
v9.23.0 - 2022-08-02
Added
- Added whereNot method to Fluent JSON testing matchers (#43383)
- Added deleteQuietly method to Model and use arrow func for related methods (#43447)
- Added conditionable trait to Filesystem adapters (#43450)
- Introduce artisan docs command (#43357)
- Added Support CSP nonce, SRI, and arbitrary attributes with Vite (#43442)
- Support conditionables that get condition from target object (#43449)
- Added
whereIn
toIlluminate/Routing/RouteRegistrar::allowedAttributes
(#43509)
Fixed
- Prevent redis crash when large number of jobs are scheduled for a specific time (#43310)
Changed
- Make Command components Factory extensible (#43439)
- Solve Blade component showing quote formatted for the console (#43446)
- Improves output capture from serve command (#43461)
- Allow terser singleton bindings (#43469)