Skip to content

Releases: CarbonPackages/Carbon.Compression

6.0.0

09 Jul 19:03
50b3fa0

Choose a tag to compare

Neos 9 compatibility

New Contributors

Full Changelog: 5.0.0...6.0.0

5.0.0

09 Jul 18:54
5b7d974

Choose a tag to compare

Full Changelog: 4.0.2...5.0.0

4.0.2

30 May 09:58
f27bc7b

Choose a tag to compare

🐛 Bugfix

Make sure the page has a closing head tag

Full Changelog: 4.0.1...4.0.2

4.0.1

25 Mar 11:30
bd9d924

Choose a tag to compare

🐛 Bugfix

Make sure this package get's loaded after neos/neos

4.0.0

24 Mar 17:33
46817b2

Choose a tag to compare

✨ New

Neos 8.0 support

🐛 Bugfix

Compress content only in frontend. This is done by adding a custom header X-Compression: Enabled. This header is added to Neos.Neos:Page already so this will work for Neos right away. For other controllers, you will have to add the X-Compression: Enabled manually.

3.1.0

23 Feb 11:42
503a18c

Choose a tag to compare

What's Changed

  • ✨ Compress HTML on error pages too by @gjwnc in #6

New Contributors

  • @gjwnc made their first contribution in #6

Full Changelog: 3.0.0...3.1.0

3.0.0

08 Jan 09:11
9963394

Choose a tag to compare

✨ Use new middlewares feature from Flow 7

2.1.0

11 Dec 19:56
65bf6a7

Choose a tag to compare

⬆️ Compatibility with Neos 7

Version 2.0.0

24 Sep 08:04

Choose a tag to compare

⬆️ Release for Neos 3, 4 and 5

📄 Change license to GPL 3.0

🔥 Remove gzip/deflate compression
Compression is something that the web server should just do

Version 1.1.1

02 May 09:23
24b04ea

Choose a tag to compare

🔧 Change folder from Plugins to Carbon