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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+20
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [3.0.0] - 2025-03-05
11
+
12
+
### Added
13
+
14
+
- lz4 compression algorithm
15
+
- Compression algorithm preference based on the ones sent from client (if supported by server)
16
+
- Laravel dependencies
17
+
18
+
### Changed
19
+
20
+
-**Package rename to `open-southeners/laravel-response-compression`, change all `OpenSoutheners\LaravelVaporResponseCompression` to `OpenSoutheners\LaravelResponseCompression`**
21
+
-**Config file with `*_LEVEL` environment variables for each algorithm compression level, force publishing using `php artisan vendor:publish --tag="response-compression" --force`**
22
+
-`CompressionEncoding` is now a backed enum instead with some functionality
23
+
24
+
### Removed
25
+
26
+
- Laravel 9 and 10 support
27
+
- PHP 7.4 and 8.0 support
28
+
- Composer dependency for zlib PHP extension (not really required)
0 commit comments