Skip to content

Tags: webfactory/WebfactoryHttpCacheBundle

Tags

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mpdude Matthias Pigulla
Bump the README

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update test matrix, bump minimium requirements (#19)

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Vermeide Deprecation (Case 193321) (#17)

...durch Nutzung von
`Symfony\Component\DependencyInjection\Extension\Extension` an Stelle
von `Symfony\Component\HttpKernel\DependencyInjection\Extension`.

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Read attributes as provided by the event object, and pass on attribut…

…es to other event handlers (Case 177753) (#15)

This adapts
webfactory/WebfactoryWfdMetaBundle#53:

> This PR uses the new API introduced in
symfony/symfony#46001 to read controller
attributes through the `ControllerEvent`, and to make them available to
other event handlers when replacing the controller.
>
> This is necessary when using the `Send304IfNotModified` attribute in
combination with `\Symfony\Component\HttpKernel\Attribute\Cache`.
Without this change,
`\Symfony\Component\HttpKernel\EventListener\CacheAttributeListener`
will not set `Cache` headers accordingly. The result is that you may get
`304 Not Modified` responses on conditional requests with
`If-Modified-Since`, but these are treated as `stale/cache` only in the
HttpCache and have a `Cache-Control: must-revalidate, private` header.

And adds some tests.

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove annotations support to gain Symfony 7 compatibility (#11)

This removes the annotation that has been deprecated in 1.4.0. Thus, we get rid of the `doctrine/annotations` dependency and the `annotation_reader` service, clearing the path towards Symfony 7 compatibility.

The PHP 8.1 minimum requirement effectively limits usage with Symfony < 5.

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a PHP 8 attribute for configuration (#10)

This adds a PHP 8 attribute for configuration, and deprecates using the old annotation class.

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow Symfony 6 components (#8)

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Modernize code and test setup, prepare for Symfony 5.x and PHP 8.x (#4)

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from webfactory/no-304-in-debug

Avoid sending 304s in Symfony kernel.debug mode

1.0.3

Toggle 1.0.3's commit message
Ergänze Service-Id für Symfony 4-Kompatibilität (Case 107508)