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.

v10.37.0 - 2023-12-12

  • [10.x] Use translator from validator in Can and Enum rules by @fancyweb in (#49251)
  • [10.x] Fixes generating facades documentation shouldn't be affected by php-psr extension by @crynobone in (#49268)
  • [10.x] Route::getController() should return null when the accessing closure based route by @crynobone in (#49269)
  • [10.x] Add "noActionOnUpdate" method in Illuminate/Database/Schema/ForeignKeyDefinition by @hrsa in (#49297)
  • [10.x] Allow checking if lock succesfully restored by @Joostb in (#49272)
  • [10.x] Enable DynamoDB as a backend for Job Batches by @khepin in (#49169)
  • [10.x] Add Conditionable to Batched and Chained jobs by @bretto36 in (#49310)
  • [10.x] Display error message if json_encode() fails by @aimeos in (#48856)
  • [10.x] Handle missing translations: more robust handling of callback return value by @DeanWunder in (#49341)

v10.35.0 - 2023-12-05

  • [10.x] Add Conditionable trait to AssertableJson by @khalilst in (#49172)
  • [10.x] Add --with-secret option to Artisan down command. by @jj15asmr in (#49171)
  • [10.x] Fixes retrying failed jobs causes PHP memory exhaustion errors when dealing with thousands of failed jobs by @crynobone in (#49186)
  • [10.x] Add "substituteImplicitBindingsUsing" method to router by @calebporzio in (#49200)
  • [10.x] Cookies Having Independent Partitioned State (CHIPS) by @fabricecw in (#48745)
  • [10.x] Update InteractsWithDictionary.php to use base InvalidArgumentException by @Grldk in (#49209)
  • [10.x] Fix docblock for wasRecentlyCreated by @stancl in (#49208)
  • [10.x] Fix loss of attributes after calling child component by @rojtjo in (#49216)

v10.34.2 - 2023-11-28

  • [v10.x] Add missing methods to newly extended fake Vite instance by @stevebauman in (#49165)

v10.34.1 - 2023-11-28

  • [10.x] Streamline DatabaseMigrations and RefreshDatabase events by @crynobone in (#49153)

v10.34.0 - 2023-11-28

  • [10.x] Fix hex_color validation rule by @apih in (#49070)
  • [10.x] Prevent passing null to base64_decode in Encrypter by @robtesch in (#49071)
  • [10.x] Throw exception when trying to initiate Collection using WeakMap by @crynobone in (#49095)
  • [10.x] Only stage committed transactions by @hansnn in (#49093)
  • [10.x] use php 8.3 mb_str_pad() for Str::pad* by @amacado in (#49108)
  • [10.x] Add Conditionable to TestResponse by @nshiro in (#49112)
  • [10.x][Cache] Fix handling of false values in apc by @simivar in (#49145)
  • [10.x] Reset numeric rules after each attribute's validation by @apih in (#49142)
  • [10.x] Fix MorphTo::associate() PHPDoc parameter by @devfrey in (#49162)
  • [10.x] Make test error messages more multi-byte readable by @nshiro in (#49160)
  • [10.x] Improves output when using php artisan about --json by @crynobone in (#49154)
  • [10.x] Make fake instance inherit from Vite when using withoutVite() by @orkhanahmadov in (#49150)