Skip to content

Releases: FriendsOfSymfony/FOSHttpCache

2.12.0

12 Jan 13:15
@dbu dbu
2.12.0
Compare
Choose a tag to compare

Cloudflare

  • Added Cloudflare ProxyClient Adapter with ClearCapable, PurgeCapable and
    TagCapable. This allows to use FOSHttpCache to invalidate caches on
    Cloudflare. See the "Proxy Client" section of the documentation for how to
    configure the Cloudflare client.

Varnish Cache

  • Added a fos_user_context_hash method to be called in vcl_hash when using the user context
    hash mechanism. This can avoid performance problems Varnish can run into when the hash Varys on
    the basic authentication or session cookie.
    If you use the user context, read the updated documentation and call fos_user_context_hash in
    your vcl_hash function.

Noop Client

  • Implemented ClearCapable.

2.11.0

30 Sep 08:37
@dbu dbu
2.11.0
Compare
Choose a tag to compare

Symfony HttpCache

  • Added flag on CustomTtlListener to allow keeping the custom TTL header on the response

Fastly client

  • Marked the @internal constants in FOS\HttpCache\ProxyClient\Fastly as private

2.10.1

28 Jun 06:15
@dbu dbu
2.10.1
Compare
Choose a tag to compare

HttpDispatcher

  • Fix how we create exceptions to get the expected exception rather than a PHP error

2.10.0

02 Dec 13:13
@dbu dbu
2.10.0
Compare
Choose a tag to compare

General

  • Raised minimal PHP version to 7.2
  • Added support for PHP 8.0

Symfony HttpCache

  • Added a neutral "Bad Request" body to user hash mismatch response to have
    something searchable in the code when debugging.

1.4.6

16 Jul 08:42
@dbu dbu
1.4.6
Compare
Choose a tag to compare

Symfony HttpCache

  • Added a neutral "Bad Request" body to user hash mismatch response to have
    something searchable in the code when debugging.

2.9.2

19 May 10:07
@dbu dbu
2.9.2
Compare
Choose a tag to compare

Proxy Client

  • Fix: Preserve inline credentials when multiplexing to the proxy servers.

2.9.1

07 May 11:07
@dbu dbu
2.9.1
Compare
Choose a tag to compare

Proxy Client

2.9.0

05 Feb 09:26
@dbu dbu
2.9.0
1658d8a
Compare
Choose a tag to compare

General

  • Added support for the fastly caching service
  • Raised minimal PHP version to 7.1
  • Test helper classes upgraded to support PHPUnit 7/8

Symfony HttpCache

  • Fixed issue with PurgeTagsListener and Symfony 5
  • Fixed clearing the cache completely together with toflar psr6 store did not work

2.8.0

27 Nov 13:45
@dbu dbu
2.8.0
5cc8b01
Compare
Choose a tag to compare
  • Support Symfony 5
  • Use LegacyEventDispatcherProxy for Symfony >= 4.3 to avoid deprecation messages.

2.7.0

14 May 12:43
@dbu dbu
2.7.0
eb1a2c9
Compare
Choose a tag to compare

Symfony HttpCache

  • Added request type to the CacheEvent.