Releases: open-southeners/laravel-response-compression
Releases · open-southeners/laravel-response-compression
3.1.0
3.0.0
Added
- lz4 compression algorithm
- 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 allOpenSoutheners\LaravelVaporResponseCompression
toOpenSoutheners\LaravelResponseCompression
- Config file with
*_LEVEL
environment variables for each algorithm compression level, force publishing usingphp 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)
2.2.0
Added
- zstd compression by @matthewnessworthy [#3]
2.1.0
2.0.1
Fixed
- PHP 8.2 interpolation deprecations