Releases: open-southeners/laravel-response-compression
Releases · open-southeners/laravel-response-compression
3.2.1
3.2.0
Added
debugoption to the config so it logs the compression details (default false)
3.1.1
Fixed
orderoption usingRESPONSE_COMPRESSION_ORDERwhen not set was not using the default behaviour of this package
3.1.0
Added
orderconfig property to have better control on the order of algorithm preference (e.g.RESPONSE_COMPRESSION_ORDER=ztsd,br,gzip)
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\LaravelVaporResponseCompressiontoOpenSoutheners\LaravelResponseCompression - Config file with
*_LEVELenvironment variables for each algorithm compression level, force publishing usingphp artisan vendor:publish --tag="response-compression" --force CompressionEncodingis 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