ezplatform-http-cache

HTTP cache handling for eZ Platform, using multi tagging (incl Varnish xkey)

OTHER License

Downloads
871.2K
Stars
46
Committers
32

Bot releases are hidden (Show)

ezplatform-http-cache - 0.3.0-rc1

Published by andrerom almost 7 years ago

Changes since v0.2.3

  • Defined handling of tag header in a separate TagHandlerInterface (#32)
  • EZEE-1780: Plugin support (#19)
  • Fixed Missing purgeAllContent(), needed by LegacyBridge (#29)
ezplatform-http-cache - 0.2.3

Published by andrerom almost 7 years ago

Notable changes since v0.2.2:

  • #22 Fixes purging not working on Varnish as it's not registered correctly
  • #25 Fixes tagging not working on Varnish when response is tagged with (the now deprecated) X-Location-Id header, this is not properly mapped to the new xkey header

Also:

  • EZP-28160: Wrong slot configuration for HTTP cache purge after copying subtree (#23)
  • Set FOS config for tags header (#26)

Full list of changes:
https://github.com/ezsystems/ezplatform-http-cache/compare/v0.2.2...v0.2.3

ezplatform-http-cache - 0.2.2

Published by andrerom almost 7 years ago

Changes since v0.2.1.1:

  • EZP-28160: Added HTTP Cache purge after copying subtree (#18)
ezplatform-http-cache - 0.2.1.1

Published by andrerom almost 7 years ago

Changes since v0.2.1:

  • Fix for Symfony 3.4 compatibility
ezplatform-http-cache - 0.2.1

Published by andrerom almost 7 years ago

Changes since v0.2.0:

  • [EZP-28145] Remove core http cache clearer (#15)
  • [Composer] Allowed ezpublish-kernel ^7.0 (#16)
ezplatform-http-cache - 0.2.0

Published by andrerom about 7 years ago

Changes since v0.1.1:

  • EZP-27713: As a Developer I want HttpCache to handle RemoveTranslationSignal (#13)

Other notable changes:

  • Now uses PHPUnit 5.7+ thanks to contribution by @MarioBlazek
ezplatform-http-cache - 0.1.1

Published by bdunogier over 7 years ago

Changes since v0.1.0.

Fixed

  • Use the correct cache manager service name (#11, by @emodric)
ezplatform-http-cache - 0.1.1-rc1

Published by bdunogier over 7 years ago

No changes since v0.1.1-beta1.

ezplatform-http-cache - 0.1.1-beta1

Published by bdunogier over 7 years ago

Changes since v0.1.0.

Fixed

  • Use the correct cache manager service name (#11, by @emodric)
ezplatform-http-cache - 0.1.0

Published by bdunogier over 7 years ago

First experimental release.

Acts as a replacement of the HTTP cache features from ezsystems/ezpublish-kernel. See the README for more details.