Skip to content

Releases: FriendsOfSymfony/FOSHttpCache

1.4.1

12 Dec 13:57
Compare
Choose a tag to compare
  • eb24688 Merge pull request #259 from FriendsOfSymfony/symfony-3.0-1.4 (David Buchmann)
  • c89e4f6 Merge pull request #261 from FriendsOfSymfony/symfony2 (David Buchmann)
  • a048f13 Replace 'Symfony2' with 'Symfony' (David de Boer)
  • fd08370 Upgrade Symfony dependencies to 3.0 (David de Boer)

1.4.0

04 Jun 06:10
Compare
Choose a tag to compare
  • 54117e2 Merge pull request #205 from FriendsOfSymfony/document-symfony-test-case (David de Boer)
  • 1e3138c document the symfony test case (David Buchmann)
  • 1741f68 bump composer branch alias (David Buchmann)
  • 4b6599f Merge pull request #204 from FriendsOfSymfony/symfony-process-dep (David Buchmann)
  • 284476d Note that symfony/process is a requirement for running tests (David de Boer)
  • 8332e2e Merge pull request #201 from FriendsOfSymfony/hhvm-symfony-travis (David de Boer)
  • 2a8ec17 fix AppKernel and no longer skip symfony cache client tests with hhvm (David Buchmann)
  • 64c4acd Merge pull request #193 from FriendsOfSymfony/symfony-cache-client (David de Boer)
  • df54ddc add tests for the symfony proxy client (David Buchmann)
  • 6d27bc0 Merge pull request #196 from FriendsOfSymfony/cleanup-setup (David de Boer)
  • 211c59b cleanup cache setup (David Buchmann)
  • d3274be Merge pull request #197 from FriendsOfSymfony/smaller-packages (David Buchmann)
  • 8485e9d Exclude files and dirs when building packages (David de Boer)
  • 40b24bd adding client for the symfony built-in reverse proxy HttpCache (David Buchmann)
  • b56f545 Fix docs line emphasis (David de Boer)
  • d39c132 Merge pull request #194 from FriendsOfSymfony/build-matrix (David Buchmann)
  • cb7e474 adding more builds to the matrix and adjust to correct lowest requirements (David Buchmann)
  • e2fb221 Merge pull request #195 from FriendsOfSymfony/doc-improvements (David Buchmann)
  • 645e739 Add link to GitHub (David de Boer)
  • b603caa Fix typo (David de Boer)
  • bf54037 Don't show version number in title (David de Boer)

1.3.2

08 May 09:17
@dbu dbu
Compare
Choose a tag to compare
  • Added TagHandler->hasTags() method (#190)
  • Documentation cleanups

1.3.1

01 Apr 08:13
Compare
Choose a tag to compare
  • Add authentication support to user context subscribe (#167).
  • Use guzzle/guzzle instead of deprecated subtree splits (#177).
  • Do not expose cache tags (#174).

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