Releases: open-southeners/laravel-vapor-response-compression
Releases · open-southeners/laravel-vapor-response-compression
2.1.0
Changed
- Ignore
response()->stream()
, response()->streamDownload()
and response()->streamDownload()
responses as files might be already compressed. [#2]
- Ignore compression when
Content-Encoding
header already present. [#2]
2.0.1
Fixed
- PHP 8.2 interpolation deprecations
2.0.0
Added
- Enable option following its environment variable
RESPONSE_COMPRESSION_ENABLE
(default: true
)
Changed
- Its dedicated config file (
config/response-compression.php
). Publishable by running the command: php artisan vendor:publish --tag=response-compression