Releases: Flowpack/varnish
Releases · Flowpack/varnish
5.1.2
5.1.1
What's Changed
- Neos 8 support by @snoblucha in #58
New Contributors
- @snoblucha made their first contribution in #58
Full Changelog: 5.1.0...5.1.1
5.1.0 - Allow shortening of Cache Tags
Using the following configuration, a short md5 for each cache tag is used, greatly reducing the response header size:
Flowpack:
Varnish:
cacheHeaders:
shortenCacheTags: true
# Length of the short md5 if shortenCacheTags is enabled
cacheTagLength: 8
See #53 for more details
5.0.0
TASK: Move MOC.Varnish to Flowpack.Varnish
TASK: Move the HTTP component to middleware and with it make it compatible to Neos 7
4.1.0 - Allow shortening of Cache Tags
Using the following configuration, a short md5 for each cache tag is used, greatly reducing the response header size:
MOC:
Varnish:
cacheHeaders:
shortenCacheTags: true
# Length of the short md5 if shortenCacheTags is enabled
cacheTagLength: 8
See #53 for more details
4.0.2 - Fix Cache Tags and purging on Neos 5.X
- Fixes the way in which the values of the X-Cache-Tags header were imploded, so banning works again
- Fixes a bug that would cause the
defaultSharedMaximumAge
setting to be ignored in theCache-Control: s-maxage
header - Update
friendsofsymfony/http-cache
to v2 so MOC.Varnish can be installed together with Neos 5.X
Thanks to @flyinggecko!
4.0.1 - Fix purging by content type
#49 BUGFIX: Cast flash message to string
Thanks @sorenmalling
Neos 5.0 compatibility release
Merge pull request #47 from daniellienert/task/adjustments-to-neos-5.1 TASK: Adjustments to Neos 5+
Neos 5.0 compatibility release
- Adds supports Neos Version 5.*
3.1.0 - Allow configuration of max length of varnish requests
#45 - FEATURE: Allow configuration of maximum varnish request header length