You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compression algorithm preference based on the ones sent from client (if supported by server)
Laravel dependencies
Changed
Package rename to open-southeners/laravel-response-compression, change all OpenSoutheners\LaravelVaporResponseCompression to OpenSoutheners\LaravelResponseCompression
Config file with *_LEVEL environment variables for each algorithm compression level, force publishing using php artisan vendor:publish --tag="response-compression" --force
CompressionEncoding is now a backed enum instead with some functionality
Removed
Laravel 9 and 10 support
PHP 7.4 and 8.0 support
Composer dependency for zlib PHP extension (not really required)