Skip to content

Releases: Flowpack/varnish

5.1.2

31 Jan 17:14
a4175c5
Compare
Choose a tag to compare

What's Changed

  • BUGFIX: Don't flush if tags is an empty array by @nlx-lars in #59

Full Changelog: 5.1.1...5.1.2

5.1.1

23 Aug 05:17
bbd38eb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1.0...5.1.1

5.1.0 - Allow shortening of Cache Tags

05 Jul 14:16
Compare
Choose a tag to compare

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

22 Feb 20:46
Compare
Choose a tag to compare

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

07 Dec 08:56
b431dbb
Compare
Choose a tag to compare

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

03 Nov 14:37
6e6ca76
Compare
Choose a tag to compare
  • 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 the Cache-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

13 May 07:48
ab894b1
Compare
Choose a tag to compare

#49 BUGFIX: Cast flash message to string

Thanks @sorenmalling

Neos 5.0 compatibility release

03 Apr 14:25
6d54661
Compare
Choose a tag to compare
Merge pull request #47 from daniellienert/task/adjustments-to-neos-5.1

TASK: Adjustments to Neos 5+

Neos 5.0 compatibility release

02 Apr 18:15
6d54661
Compare
Choose a tag to compare
Pre-release
  • Adds supports Neos Version 5.*

3.1.0 - Allow configuration of max length of varnish requests

16 Jan 13:53
50cfa2f
Compare
Choose a tag to compare

#45 - FEATURE: Allow configuration of maximum varnish request header length