laravel

Laravel 8.32.1, 6.20.18 and 8.32.0 have been released ! Two minor releases in one day due to change added by the creator of Laravel Taylor Otwell, to adjust exception behavior in the Illuminate job Middleware for unstable services. In the last release of Laravel two minor releases with changes that have been reverted due to issues discovered later, or due to lack of testing.

Version 8.32.0 include new features in Phpredis to lock serialization and compression, Fluent JSON Assertions, methods to dump requests of the Laravel HTTP client, ThrottlesExceptions and ThrottlesExceptionsWithRedis job middlewares for unstable services, support to Eloquent Collection on Model::destroy(), rest option to php artisan queue:work command, prohibited_if and prohibited_unless validation rules, and class argument to IlluminateDatabaseConsoleSeedsSeedCommand.

The ThrottlesExceptions behaviour has been adjusted in Laravel 8.32.1. The version 6.20.18 of the framework include only two fixes in the validator treating null as true and a broken link removed in the console storage link command.

Laravel 8.32.1

Changes in Laravel 8.32.0

  • Phpredis lock serialization and compression support (#36412, 10f1a93)
  • Added Fluent JSON Assertions (#36454)
  • Added methods to dump requests of the Laravel HTTP client (#36466)
  • Added ThrottlesExceptions and ThrottlesExceptionsWithRedis job middlewares for unstable services (#36473, 21fee76, 36518, 37e48ba)
  • Added support to Eloquent Collection on Model::destroy() (#36497)
  • Added rest option to php artisan queue:work command (#36521, c6ea49c)
  • Added prohibited_if and prohibited_unless validation rules (#36516)
  • Added class argument to IlluminateDatabaseConsoleSeedsSeedCommand (#36513)
  • Fix validator treating null as true for (required|exclude)_(if|unless) due to loose in_array() check (#36504)
  • Delete existing links that are broken in IlluminateFoundationConsoleStorageLinkCommand (#36470)
  • Use user provided url in AwsTemporaryUrl method (#36480)
  • Allow to override discover events base path (#36515)

Changes in Laravel 8.32.1

  • Changed IlluminateQueueMiddlewareThrottlesExceptions (b8a70e9)

Changes in Laravel 6.20.18

  • Fix validator treating null as true for (required|exclude)_(if|unless) due to loose in_array() check (#36504)
  • Delete existing links that are broken in IlluminateFoundationConsoleStorageLinkCommand (#36470)

Laravel is an open source web application PHP framework with expressive, elegant syntax, released under an MIT license. More information at https://laravel.com/

LEAVE A REPLY

Please enter your comment!
Please enter your name here