Skip to content

Releases: Flowpack/varnish

6.0.0 Neos 9 compatibility

Choose a tag to compare

@dlubitz dlubitz released this 08 Apr 09:46
d3551d6

What's Changed

New Contributors

Full Changelog: 5.1.2...6.0.0

5.1.2

Choose a tag to compare

@daniellienert daniellienert released this 31 Jan 17:14
a4175c5

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

Choose a tag to compare

@daniellienert daniellienert released this 23 Aug 05:17
bbd38eb

What's Changed

New Contributors

Full Changelog: 5.1.0...5.1.1

5.1.0 - Allow shortening of Cache Tags

Choose a tag to compare

@paxuclus paxuclus released this 05 Jul 14:16

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

Choose a tag to compare

@daniellienert daniellienert released this 22 Feb 20:46

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

Choose a tag to compare

@paxuclus paxuclus released this 07 Dec 08:56
b431dbb

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

Choose a tag to compare

@paxuclus paxuclus released this 03 Nov 14:37
6e6ca76
  • 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

Choose a tag to compare

@paxuclus paxuclus released this 13 May 07:48
ab894b1

#49 BUGFIX: Cast flash message to string

Thanks @sorenmalling

Neos 5.0 compatibility release

Choose a tag to compare

@christophlehmann christophlehmann released this 03 Apr 14:25
6d54661
Merge pull request #47 from daniellienert/task/adjustments-to-neos-5.1

TASK: Adjustments to Neos 5+

Neos 5.0 compatibility release

Pre-release

Choose a tag to compare

@hlubek hlubek released this 02 Apr 18:15
6d54661
  • Adds supports Neos Version 5.*