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.33.0 - 2023-11-21

  • [10.x] Fix wrong parameter passing and add these rules to dependent rules by @kayw-geek in (#49008)
  • [10.x] Custom messages for Password validation rule by @rcknr in (#48928)
  • [10.x] Round milliseconds in database seeder console output runtime by @SjorsO in (#49014)
  • [10.x] Pass the property $validator as a parameter to the $callback Closure by @shinsenter in (#49015)
  • [10.x] Fix Cache DatabaseStore::add() error occur on Postgres within transaction by @xdevor in (#49025)
  • [10.x] Prevent DB Cache::get() occur race condition by @xdevor in (#49031)
  • [10.x] Fix notifications being counted as sent without a "shouldSend" method by @joelwmale in (#49030)
  • [10.x] Handle string based payloads that are not JSON or form data when creating PSR request instances by @timacdonald in (#49047)
  • [10.x] Tiny Support\Collection test fix - Unused data provider parameter by @stevebauman in (#49053)
  • [10.x] Handle missing translation strings using callback by @DeanWunder in (#49040)
  • Add Alpha Channel support to Hex validation rule by @ahinkle in (#49069)

v10.32.1 - 2023-11-14

  • [10.x] Add [@pushElseIf](https://github.com/pushElseIf) and [@pushElse](https://github.com/pushElse) by @jasonmccreary in (#48990)

v10.32.0 - 2023-11-14

  • [10.x] Change array_key_exists with null coalescing assignment operator in FilesystemAdapter by @miladev95 in (#48943)
  • [10.x] Detect MySQL read-only mode error as a lost connection by @cosmastech in (#48937)
  • [10.x] Adds more implicit validation rules for present based on other fields by @diamondobama in (#48908)
  • [10.x] Refactor set_error_handler callback to use arrow function in InteractsWithDeprecationHandling by @miladev95 in (#48954)
  • Fix issue that prevents BladeCompiler to raise an exception when temporal compiled blade template is not found. by @juanparati in (#48957)
  • [10.x] Fixes Batch Callbacks not triggering if job timeout while in transaction by @crynobone in (#48961)
  • [10.x] expressions in migration computations fail by @tpetry in (#48976)
  • [10.x] Fixes Exception: Cannot traverse an already closed generator when running Arr::first with an empty generator and no callback by @moshe-autoleadstar in (#48979)
  • [10.x] Fix Postgres cache store failed to put exist cache in transaction by @xdevor in (#48968)

v10.31.0 - 2023-11-07

  • [10.x] Allow Sleep::until() to be passed a timestamp as a string by @jameshulse in (#48883)
  • [10.x] Handle class_parents returning false in class_uses_recursive by @RoflCopter24 in (#48902)
  • [10.x] Enable default retrieval of all fragments in fragments() and fragmentsIf() methods by @tabuna in (#48894)
  • [10.x] Dispatch 'connection failed' event in async http client request by @gdebrauwer in (#48900)
  • authenticate method refactored to use null coalescing operator by @miladev95 in (#48917)
  • [10.x] Add support for Sec-Purpose header by @nanos in (#48925)
  • [10.x] Allow setting retain_visibility config option on Flysystem filesystems by @jnoordsij in (#48935)

v10.30.1 - 2023-11-01

  • [10.x] Fix postgreSQL reserved word column names w/ guarded attributes broken in native column attributes implementation by @hafezdivandari in (#48877)