Releases: laravel/framework
Releases Β· laravel/framework
v10.48.24
Update version to v10.48.24
v11.33.2
- Support ObservedBy on parent model classes by @adamthehutt in #53579
- Revert "[11.x] Support DB aggregate by group" by @taylorotwell in #53582
- [11.x] Fix: Improve Request Port Extraction Handling in ServeCommand.php to Prevent Artisan Command Failures by @ahmad-cit22 in #53538
v11.33.1
v11.33.0
- [11.x] Add "createQuietly" method by @bramr94 in #53558
- [11.x] Trim log channel names by @mathieutu in #53554
- [11.x] Fix
withoutOverlapping
viaPendingEventAttributes
proxy by @istiak-tridip in #53553 - [11.x] Update docblocks using latest documenter by @timacdonald in #53550
- fix: use qualifyColumn rather than assuming format by @willtj in #53559
- [11.x] Add
Request::enums
method to retrieve an array of enums by @stevebauman in #53540 - [11.x] hash the token going into the cache by @browner12 in #53561
- Output clean error page on health check route by @chrispage1 in #53528
- [11.x] Extract
ShowModelCommand
functionality to separate class by @cosmastech in #53541 - Add Collection/Generator generic types to public query builder methods by @rudiedirkx in #53567
- [11.x] consistent multiline constructors by @browner12 in #53566
- [11.x] prefer
new Collection()
overcollect()
by @browner12 in #53563 - [11.x] Add builder and collection to
ModelInspector
by @cosmastech in #53565 - [11.x] Support DB aggregate by group by @GromNaN in #53209
- [11.x] add ability to disable relationships in factories by @browner12 in #53450
- Revert "fix: use qualifyColumn rather than assuming format (#53559)" by @crynobone in #53568
- Bump cross-spawn from 7.0.3 to 7.0.6 in /src/Illuminate/Foundation/resources/exceptions/renderer by @dependabot in #53569
- [11.x] Removing unused var assignment in Illuminate Router by @Carnicero90 in #53575
- [11.x] PHP 8.4 Code compatibility by @crynobone in #53571
- [11.x] Supports
laravel/serializable-closure
2 by @crynobone in #53552 - [11.x] Use getQualifiedOwnerKeyName in relations by @willtj in #53573
v11.32.0
- [11.x] Http Client: fake connection exception by @gdebrauwer in #53485
- [11.x] update the docblock of the runCommand method. by @kevinb1989 in #53490
- [11.x] Fix extensions of contextual bindings by @axlon in #53514
- Update the docblock of the fluentCommands property in the MySqlGrammar by @tisuchi in #53509
- [11.x] Don't overwrite custom replacements for count in
trans_choice
by @patrickrobrecht in #53517 - [11.x] Allow BackedEnum when asserting redirect-routes by @wietsewarendorff in #53498
- Updates docblock for duplicates collection method to correct its return type by @gms8994 in #53499
- [11.x] Add support for syncing associations with array or base collection of models by @diaafares in #53495
- [11.x] SqsQueue pushRaw options: pass to sendMessage by @Niush in #53507
- [11.x] Allow BackedEnum when using redirectToRoute in ResponseFactory by @wietsewarendorff in #53518
- Improve type saftey for Config/Repository.php by @tisuchi in #53520
- Fix issue where overwriting middleware variable when setting middleware priority by @ollieread in #53504
- [11.x] Introduce method
Blueprint::rawColumn()
by @Jacobs63 in #53496 - [11.x] Introduce Schedule Grouping by @istiak-tridip in #53427
- [11.x] Added generics to paginators by @EranNL in #53512
- Fix
unless
code comment by @fritz-c in #53529 - [11.x] Add "head" slot to email layout by @hivokas in #53531
- [11.x] Http client: record request when faking connection exception by @gdebrauwer in #53530
v11.31.0
- [11.x] Refactor: return Command::FAILURE by @fernandokbs in #53354
- Allow the Batch and Chain onQueue method to accept Backed Enums by @onlime in #53359
- Add transaction generics by @MatusBoa in #53357
- Add laravel default exception blade files to view:cache by @SamuelWei in #53353
- [11.x] Added
useCascadeTruncate
method forPostgresGrammar
by @korkoshko in #53343 - Add Application::removeDeferredServices method by @ollieread in #53362
- Add the ability to append and prepend middleware priority from the application builder by @ollieread in #53326
- Fix typo in Translator code comment by @caendesilva in #53366
- [11.x] Handle HtmlString constructed with a null by @sperelson in #53367
- [11.x] Add
URL::forceHttps()
to enforce HTTPS scheme for URLs by @dasundev in #53381 - [11.x] Refactor and add remaining test cases for the DatabaseUuidFailedJobProviderTest class by @kevinb1989 in #53408
- [11.X] Postgres Aurora failover - DetectsLostConnections by @vifer in #53404
whereFullText
case consistency by @parth391 in #53395- [11.x] Add
HasFactory
trait tomake:model
generation command using--all
options by @adel007gh in #53391 - Introduce support for popping items from a stackable context item by @denjaland in #53403
- [11.x] Test Improvements by @crynobone in #53414
- [11.x] Add ability to dynamically build mailers on-demand using
Mail::build
by @stevebauman in #53411 - [11.x] Refactor and add remaining test cases for the DatabaseFailedJobProviderTest class by @kevinb1989 in #53409
- [11.x] Fix error event listener in Vite prefetching by @jnoordsij in #53439
- [11.x] Ensure datetime cache durations account for script execution time by @timacdonald in #53431
- [11.x] Fix fluent syntax for HasManyThrough when combining HasMany followed by HasOne by @jnoordsij in #53335
- Correct parameter type of Collection::diffKeys() and Collection::diffKeysUsing() by @AJenbo in #53441
- Correct parameter type of Collection::intersectByKeys() by @AJenbo in #53444
- Fix schema foreign ID support for tables with non-standard primary key by @willrowe in #53442
- [11.x] Cache token repository by @browner12 in #53428
- Fix validation message when there is a parameter with escaped dot "." by @mdmahbubhelal in #53416
- [11.x] add optional prefix for cache key by @browner12 in #53448
- [11.x] Do not overwrite existing link header(s) in
AddLinkHeadersForPreloadedAssets
middleware by @jnoordsij in #53463 - [11.x] use assertTrue and assertFalse method, instead of using assertE⦠by @iamyusuf in #53453
- [11.x] Add
DB::build
method by @stevebauman in #53464 - [11.x] Add ability to dynamically build cache repositories on-demand using
Cache::build
by @stevebauman in #53454 - [11.x] Skip the number of connections transacting while testing to run callbacks by @tonysm in #53377
v10.48.23
- [10.x] Ensure headers are only attached to illuminate responses by @timacdonald in #53019
- [10.x] Fix append and prepend batch to chain by @Bencute in #53455
v11.30.0
- Add
$bind
parameter toBlade::directive
by @hossein-zare in #53279 - [11.x] Fix
trans_choice()
when translation replacement include|
separator by @crynobone in #53331 - [11.x] Allow the authorize method to accept Backed Enums directly by @johanvanhelden in #53330
- [11.x] use
exists()
instead ofcount()
by @browner12 in #53328 - [11.x] Docblock Improvements by @mtlukaszczyk in #53325
- Allow for custom Postgres operators to be added by @boris-glumpler in #53324
- [11.x] Support Optional Dimensions for
vector
Column Type by @akr4m in #53316 - [11.x] Test Improvements by @saMahmoudzadeh in #53306
- [11.x] Added
dropColumnsIfExists
,dropColumnIfExists
anddropForeignIfExists
by @eusonlito in #53305 - [11.x] Provide an error message for PostTooLargeException by @patrickomeara in #53301
- [11.x] Fix integrity constraint violation on failed_jobs_uuid_unique by @bytestream in #53264
- Revert "[11.x] Added
dropColumnsIfExists
,dropColumnIfExists
anddropForeignIfExists
" by @taylorotwell in #53338 - [11.x] Introduce
HasUniqueStringIds
by @cosmastech in #53280 - [11.x] Refactor: check for contextual attribute before getting parameter class name by @korkoshko in #53339
- [11.x] Pick up existing views and markdowns when creating mails by @kevinb1989 in #53308
- [11.x] Add withoutDefer and withDefer testing helpers by @timacdonald in #53340
v11.29.0
- [10.x] Ensure headers are only attached to illuminate responses by @timacdonald in #53019
- [11.x] Component name guessing with prefix by @royduin in #53183
- [11.x] Allow list of rate limiters without requiring unique keys by @timacdonald in #53177
- Add directive @Bool to Blade by @david-valdivia in #53179
- [11.x] Fixes handling
Js::from(collect());
by @crynobone in #53206 - [11.x] fix PHPDoc for \Illuminate\Redis\Connections\Connection::$events by @taka-oyama in #53211
- [11.x] fix PHPDoc for \Illuminate\Database\Connection by @taka-oyama in #53212
- [11.x] Include class-string generics for Validator::$exception by @cosmastech in #53210
- [11.x] Remove a few useless return void statements. by @lucasmichot in #53225
- [11.x] Fixes phpdoc type of Number::forHumans() by @toarupg0318 in #53218
- [11.x] Fix handling exceptions thrown in eval()'d code by @jlabedo in #53204
- [11.x] Allow using
castAsJson()
on non default db connection during test by @crynobone in #53256 - Improve query builder tests by @timacdonald in #53251
- [11.x] Fix incorrect bindings in DB::update when using a collection as a value by @crynobone in #53254
- fix: EloquentCollection find and unique generics by @calebdw in #53239
- [11.x] Add getConnection() Method to Factory Class for Retrieving Database Connection by @jonathanpmartins in #53237
- [11.x] Add
waitUntil
method toProcess
by @xurshudyan in #53236 - Allow Vite entry points to be merged by @jackwh in #53233
- [11.x] Add helper method to determine stray request prevention state by @xurshudyan in #53232
- [11.x] Fix typo
$previousLCurrency
to$previousCurrency
for clarity and consistency by @mdariftiens in #53261
v11.28.1
- [11.x] Fix trim getting discarded in
ViewMakeCommand
by @GrahamCampbell in #53174 - [11.x] Discard
PHP_CLI_SERVER_WORKERS
on Windows environment by @crynobone in #53178 - [11.x] Improves PHP 8.4 compatibility by @crynobone in #53182
- [11.x] Fix handling empty values passed to
enum_value()
function instead of only empty string by @crynobone in #53181