Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LZ4 and refactor #4

Merged
merged 9 commits into from
Mar 5, 2025
Merged

Add LZ4 and refactor #4

merged 9 commits into from
Mar 5, 2025

Conversation

d8vjork
Copy link
Member

@d8vjork d8vjork commented Mar 5, 2025

Introducing break changes:

  • Config file updated (php artisan vendor:publish --tag="response-compression" --force)
  • CompressionEncoding class to enum
  • Remove PHP 7.4 and 8.0 support
  • Remove Laravel 9 and 10 support
  • Does handle content negotiation (first encoding on the Accept-Encoding header that is available on the server will be used)
  • Package renamed to open-southeners/laravel-response-compression due to this not being attached to a specific service like Laravel Vapor. Once package name updated on composer.json change all OpenSoutheners\LaravelVaporResponseCompression to OpenSoutheners\LaravelResponseCompression

@d8vjork d8vjork self-assigned this Mar 5, 2025
Copy link

codecov bot commented Mar 5, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@d8vjork d8vjork merged commit c34199e into main Mar 5, 2025
10 of 18 checks passed
@d8vjork d8vjork deleted the content-negotiation branch March 5, 2025 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant