v1.0.0
1.0 release requires:
- eZ Platform 2.5 (including PHP 7.1+)
- Varnish 5.1 and higher (6.0LTS strongly recommended)
This release mainly fixes issues around hitting limits (Apache/Nginx/Varnish/Fastly) on tags http header, by:
- Shortening tags from for instance
intranet_location-22
to1l22
. - Optionally allow to cut tag header if it reaches limit (and set shorter TTL to reduce risk of stale cache).
Main changes:
- EZP-30562: [1.x] Change to short (p22/1p22) format in responses (b379da8)
- EZP-30562: Make it possible to ignore tags header over a configurable max length (#116)
- EZP-31113: AssignSectionToSubtreeSignal is not handled by search and HTTP cache (#106)
Full changelog: 0.9...v1.0.0