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.24.0 - 2023-09-19

  • Make types of parameter of join method consistent in the Query Builder by @melicerte in (#48386)
  • [10.x] Fix file race condition after view:cache and artisan up by @roxik in (#48368)
  • [10.x] phpdoc: Auth\Access\Response constructor allows null message by @snmatsui in (#48394)
  • [10.x] Remove PHP 8.1 Check for including Enums in Tests by @Jubeki in (#48415)
  • [10.x] Fix "Text file busy" error when call deleteDirectory by @ycs77 in (#48422)
  • [10.x] Update actions/checkout from v3 to v4 by @tamiroh in (#48439)
  • lazyById doesn't check availability of id (alias) column in database response and silently ends up with endless loop. chunkById does. by @decadence in (#48436)
  • [10.x] Guess table name correctly in migrations if column's name have ('to', 'from' and/or 'in') terms by @i350 in (#48437)
  • [10.x] Refactored LazyCollection::take() to save memory by @fuwasegu in (#48382)
  • [10.x] Get value attribute when default value is an enum by @squiaios in (#48452)

v10.23.1 - 2023-09-13

  • Use PHP native json_validate in isJson function if available by @jnoordsij in (#48367)
  • add "resolve" to Component::ignoredMethods() method by @PH7-Jack in (#48373)

v10.23.0 - 2023-09-12

  • [10.x] Do not add token to AWS credentials without validating it first by @mmehmet in (#48297)
  • [10.x] Change Arr::sortRecursiveDesc() method to static. by @gkisiel in (#48327)
  • [10.x] Validate version and variant in Str::isUuid() by @inxilpro in (#48321)
  • [10.x] Make ComponentAttributeBag JsonSerializable by @iamgergo in (#48338)
  • [10.x] Add before/after database truncation methods to DatabaseTruncation trait by @cwilby in (#48345)

v10.22.0 - 2023-09-05

  • [10.x] Fix issue with table prefix duplication in DatabaseTruncation trait by @mobidev86 in (#48291)

v10.21.1 - 2023-09-04

  • [10.x] HotFix: throw captured UniqueConstraintViolationException if there are no matching records on SELECT retry by @mpyw in (#48234)
  • [10.x] GeneratorCommand - Sorting possible models and events by @TWithers in (#48249)
  • [10.x] Add Enum Support to the In and NotIn Validation Rules by @geisi in (#48247)
  • [10.x] Call renderForAssertions in all Mailable assertions by @jamsch in (#48254)
  • [10.x] Combine prefix with table for compileDropPrimary PostgreSQL by @dyriavin in (#48268)