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.

v7.30.2 (2021-01-13)

Added

  • Added strings to DetectsLostConnections (#35752)

Fixed

  • Fixed error from missing null check on PHP 8 (#35797)
  • Limit expected bindings (#35865)

Changed

  • Retry connection if DNS lookup fails (#35790)

v7.30.1 (2020-12-22)

Fixed

  • Backport for fix issue with polymorphic morphMaps with literal 0 (#35487)
  • Fixed mime validation for jpeg files (#35518)
  • Fixed Illuminate\Validation\Concerns\ValidatesAttributes::validateJson() for PHP8 (#35646)
  • Catch DecryptException with invalid X-XSRF-TOKEN in Illuminate\Foundation\Http\Middleware\VerifyCsrfToken (#35671)

v7.30.0 (2020-12-01)

Fixed

  • Turn the eloquent collection into a base collection if mapWithKeys loses models (#35129)
  • Fixed pivot restoration (#35218)
  • Fixed generic DetectsLostConnection string (#35323)
  • Backport Redis context option (#35370)
  • Fixed validating image/jpeg images after Symfony/Mime update (#35419)

Changed

  • Updated aws/aws-sdk-php suggest to ^3.155 (#35267)

v7.29.3 (2020-11-03)

Fixed

  • Added php 8 support for Illuminate Testing 7.x (#35045)