Skip to content

Releases: FriendsOfSymfony/FOSHttpCache

1.3.0

13 Feb 12:25
Compare
Choose a tag to compare
  • Added TagHandler.
  • It is no longer possible to change the event dispatcher of the
    CacheInvalidator once its instantiated. If you need a custom dispatcher, set
    it right after creating the invalidator instance.
  • Deprecated CacheInvalidator::addSubscriber in favor of either using the event
    dispatcher instance you inject or doing getEventDispatcher()->addSubscriber($subscriber).

1.2.0

18 Jan 13:33
Compare
Choose a tag to compare

1.1.2

21 Nov 13:37
Compare
Choose a tag to compare
  • 4e227b4 Merge pull request #134 from FriendsOfSymfony/fix-accept-header-handling (David de Boer)
  • e894523 fix accept header handling when client sends no accept header (David Buchmann)

1.1.1

21 Nov 11:11
Compare
Choose a tag to compare
  • 480615b Merge pull request #135 from lepiaf/update-sendrequest (David de Boer)
  • 0a47a5f use current class createRequest instead of client (Thierry Thuon)
  • 870c000 Merge pull request #137 from FriendsOfSymfony/fix-exceptions-test-mock-request (David de Boer)
  • ee5c4c2 fix mock request for exceptions test (David Buchmann)
  • 9073dc9 Merge pull request #131 from FriendsOfSymfony/doc-tabs (David Buchmann)
  • bf4b6cf Show VCL in tabs (David de Boer)
  • e809086 harmonize comments for ban between varnish 3 and 4 (David Buchmann)

1.1.0

14 Nov 14:59
Compare
Choose a tag to compare
  • 9ca60d9 Merge pull request #126 from FriendsOfSymfony/no-duplicate-proxy-requests (David de Boer)
  • a2c253f avoid duplicate requests to the cache proxy. fix #125 (David Buchmann)

1.0.1

20 Oct 15:56
@dbu dbu
Compare
Choose a tag to compare
Merge pull request #128 from lolautruche/fixHostHeader

Fix Host header for proxy client requests

1.0.0

19 Aug 07:26
@dbu dbu
Compare
Choose a tag to compare
  • 8a84260 remove leftover debug code from test (David Buchmann)
  • 267eb41 Fix docs build (David de Boer)
  • 8d81ce3 Merge branch 'calumbrodie-patch-1' (David de Boer)
  • f1749c7 Move custom header to include (David de Boer)
  • 914337c Merge branch 'patch-1' of github.com:calumbrodie/FOSHttpCache into calumbrodie-patch-1 (David de Boer)
  • 4836698 Add example of passing header to Cache Invalidator (Calum Brodie)
  • 7dea240 Merge pull request #119 from usemarkup/master (David de Boer)
  • 879db5e Add headers as optional argument to CacheInvalidator (Calum Brodie)
  • 80f145c Merge pull request #118 from FriendsOfSymfony/purge-headers (David Buchmann)
  • 271ce63 Add custom Guzzle client section to docs (David de Boer)
  • e9f97d7 Add optional headers to purge call (fix #117) (David de Boer)

1.0.0-RC1

12 Aug 06:42
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release
  • 060ca17 Merge pull request #115 from FriendsOfSymfony/nginx-cache-dir (David Buchmann)
  • c5046ba Merge pull request #116 from FriendsOfSymfony/test-naming (David Buchmann)
  • c578871 Make test naming more consistent with bundle (David de Boer)
  • fbca68f Make Nginx cache dir optional (David de Boer)
  • 4d6ec3b Merge pull request #114 from FriendsOfSymfony/fix-112 (David Buchmann)
  • 9019dad Throw exception if cache hit/miss header is missing (fix #112) (David de Boer)
  • 6841917 Merge pull request #111 from FriendsOfSymfony/src-test-coverage (David Buchmann)
  • f01f4ea Add tests for src/Test (David de Boer)
  • fb6fbe9 Merge pull request #105 from FriendsOfSymfony/test-exception (David de Boer)
  • c816751 testing guzzle exceptions (David Buchmann)
  • 51e240e fix garbled namespaces (David Buchmann)
  • 95ae1b0 applied codestyle fixer to remove unused imports and align phpdoc (David Buchmann)
  • e692086 Merge pull request #103 from FriendsOfSymfony/extract-test-functionality (David Buchmann)
  • 2e0ada8 Run Nginx through ProcessBuilder (David de Boer)
  • 3dee8cd Move reusable test classes to src (David de Boer)
  • 41d8913 Extract Varnish process (David de Boer)
  • 754e9bd Extract test assertions (David de Boer)
  • 69edb20 Merge pull request #108 from FriendsOfSymfony/nginx-debian (David de Boer)
  • ae2d1ee Make install-nginx.sh Debian-compatible (David de Boer)
  • b76047f Fix broken sentence (David de Boer)
  • b3e7a07 Fix #106 (David de Boer)
  • 48961bd Merge pull request #104 from FriendsOfSymfony/more-tests (David de Boer)
  • 49ac663 add some more tests (David Buchmann)

1.0.0-beta1

02 Aug 10:10
@dbu dbu
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release
  • c63e30e Merge pull request #102 from FriendsOfSymfony/fix-hhvm-404 (David Buchmann)
  • 22030d4 Simplify HHVM Apache vhost (David de Boer)
  • 47a5355 Fix 404s on HHVM (David de Boer)
  • b9fe429 Merge pull request #96 from FriendsOfSymfony/debug-info-on-error (David de Boer)
  • 657b8c6 Add documentation references (David de Boer)
  • 31ad2cc Merge pull request #100 from FriendsOfSymfony/base-url-port (David Buchmann)
  • 39bcecf Note that base URL should include port, too (David de Boer)
  • b4eee37 provide request information in exception mesage (David Buchmann)

1.0.0-alpha4

21 Jul 08:28
@dbu dbu
Compare
Choose a tag to compare
1.0.0-alpha4 Pre-release
Pre-release
Merge pull request #98 from FriendsOfSymfony/fix-varnish-4.0.1

Fix purge syntax for Varnish 4.0.1