Skip to content

Commit 652981b

Browse files
committed
update changelog
1 parent f4e7be0 commit 652981b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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)
29+
1030
## [2.2.0] - 2025-02-17
1131

1232
### Added

0 commit comments

Comments
 (0)