Skip to content

v2.0.0

Compare
Choose a tag to compare
@DominikaK DominikaK released this 02 Apr 16:04

ezplatform-http-cache changes between v0.9.0 and v2.0.0

Improvements

  • EZP-30554: Purge several keys at once to simplify debug & reduce round trips (#85)
  • EZP-28034: Extract \eZ\Publish\Core\REST\Common namespace (#83)
  • EZP-30627: Unify twig helpers naming (#88)
  • EZP-30544: Migrate Http Cache Bundle to FOS Cache Bundle v2 (#93)
  • EZP-30646: Drop SignalSlot repository layer and abstraction and reimplement usages to Events and Event Listeners (#91)
  • EZP-30814: Remove Twig deprecations (#97)
  • EZP-30846: As a Maintainer I want to drop deprecated Symfony\Component\Config\Definition\Builder\TreeBuilder::root method calls (#98)
  • EZP-30906: Remove deprecated templating services (#100)
  • EZP-30934: Remove usage of deprecated getCurrentUser method (#101)
  • EZP-30985: Remove deprecated features from eZ (#105)
  • EZP-30971: Remove deprecated role service methods (#102)
  • EZP-31108: Provide common PHP CS Fixer configuration for internal use (#108)
  • EZP-30562: As an Administrator I would like to use short HTTP cache tags (#113)
  • EZP-31220: As a Developer I'd like eZ Platform packages to be compatible with Symfony 5 (#121)
  • EZP-31493: Remove http as valid purge type (#120)
  • EZP-31007: As a Maintainer I want to install ezplatform-kernel instead of ezpublish-kernel (#125)
  • EZP-30543: Remove Dynamic Settings functionality from kernel (#126)

Bugs

  • EZP-30511: HttpCache purging failing if repository has been configured as "default" (#82)
  • EZP-31113: AssignSectionToSubtreeSignal is not handled by search and HTTP cache. (#107)
  • EZP-31498: Restore varnish authorization by token (#122)
  • EZP-31501: Package could not be installed due to removed minimum-stability from composer.json

Misc

  • EZP-30662: Create a proof of concept Behat test for http-cache bundle (#95)