Skip to content

Releases: open-southeners/laravel-vapor-response-compression

2.1.0

14 Feb 17:22
0ebd6a1
Compare
Choose a tag to compare

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

02 Feb 09:49
9dac40b
Compare
Choose a tag to compare

Fixed

  • PHP 8.2 interpolation deprecations

2.0.0

25 Aug 15:20
b5b0837
Compare
Choose a tag to compare

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

1.0.0

22 Jul 14:24
98198f7
Compare
Choose a tag to compare

Added

  • Initial release!