Skip to content

Releases: laravel/framework

v11.32.0

15 Nov 17:05
Compare
Choose a tag to compare

v11.31.0

12 Nov 15:37
Compare
Choose a tag to compare
  • [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 for PostgresGrammar 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 to make: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

12 Nov 15:40
Compare
Choose a tag to compare

v11.30.0

30 Oct 15:01
Compare
Choose a tag to compare

v11.29.0

22 Oct 14:14
Compare
Choose a tag to compare

v11.28.1

16 Oct 16:33
Compare
Choose a tag to compare
  • [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

v11.28.0

15 Oct 14:16
Compare
Choose a tag to compare
  • [11.x] Update Authorizable methods with BackedEnum support by @bastien-phi in #53079
  • [11.x] Use null as default cursor value for PHP Redis by @jayan-blutui in #53095
  • [11.x] PHPDoc Improvements by @schulerj89 in #53097
  • [11.x] Fix resource not escaped correctly in substituteBindingsIntoRawSql() by @aedart in #53100
  • [11.x] feat: add useful defaultLocale and defaultCurrency helpers to Number facade by @sts-ryan-holton in #53101
  • [11.x] Fix determining pivot timestamp column name(s) when parent relation missing one or both of timestamps by @daniser in #53103
  • [11.x] Add phpstan assertions for last in Collection isEmpty and isNotEmpty by @bastien-phi in #53107
  • feat: interactive env:encrypt & env:decrypt by @hhermsen in #53081
  • [11.x] PHPDoc Improvements by @schulerj89 in #53109
  • [11.x] Feat: remove HasFactory in model when not required by @MrPunyapal in #53104
  • [11.x] Add Illuminate\Support\enum_value to resolve BackedEnum or UnitEnum to scalar by @crynobone in #53096
  • [11.x] allow guessing of nested component by @browner12 in #52669
  • [11.x] Introduce RouteParameter attribute by @bastien-phi in #53080
  • [11.x] Refactored to use enum_value() in castBinding() by @toarupg0318 in #53131
  • [11.x] Test Improvements remove code duplication by @toarupg0318 in #53128
  • Revert "[11.x] Test Improvements remove code duplication" by @taylorotwell in #53132
  • [11.x] Fix HasManyThrough::one() by @staudenmeir in #53119
  • [11.x] Console supports Laravel Prompts 0.3+ by @edjw in #53136
  • [11.x] PHPDoc Improvements by @xurshudyan in #53139
  • fix: make model command with folder path - factory incorrect import path by @JeRabix in #53142
  • [11.x] feat: refine return type for throw_if and throw_unless to reflect actual behavior with "falsey" values by @crishoj in #53154
  • [11.x] Ensure where with array respects boolean by @timacdonald in #53147
  • [11.x] Gracefully handle null passwords when verifying credentials by @gbradley in #53156
  • [11.x] feat: restore type-narrowing bahavior for throw_* helpers by @crishoj in #53164
  • [11.x] Add CollectedBy attribute by @alsterholm in #53122
  • [11.x] Add successful and failed methods to ProcessPoolResults by @Riley19280 in #53160
  • Issue with constrained() method used after foreignIdFor(), instead of table name when $table parameter is not passed uses column name by @granitibrahimi in #53144

v11.27.2

09 Oct 04:18
Compare
Choose a tag to compare
  • [11.x] Fixes regression with queue:work Command by @crynobone in #53076
  • [11.x] Fixes parameter declaration for ServiceProvider::optimizes() by @crynobone in #53074

v11.27.1

08 Oct 20:27
Compare
Choose a tag to compare

v11.27.0

08 Oct 16:03
Compare
Choose a tag to compare