Skip to content

Releases: Kevinrob/guzzle-cache-middleware

v3.4.1

11 Jul 09:02
122e309
Compare
Choose a tag to compare
  • 0e4dfb4 set constraint for guzzlehttp/psr7

v3.4.0

09 Jul 08:17
d40eb54
Compare
Choose a tag to compare
  • Catch and ignore file not found errors. #130
  • Allow guzzle 7 #129
  • The Guzzle 7 is complaining about the stream_for method. #143

v3.3.1

14 Feb 11:17
f978b8d
Compare
Choose a tag to compare
  • Also put entries into the cache that allow stale-while-revalidate #125 @mpdude

v3.3.0

08 Jan 10:09
Compare
Choose a tag to compare
  • Fix Laravel cache duration changes #116 (PR #123)

v3.2.1

11 Jan 07:41
dda3440
Compare
Choose a tag to compare

v3.2.0

21 Nov 12:41
Compare
Choose a tag to compare

Add dynamic TTL for GreedyCacheStrategy (#98 et #100)

Example:

$request = (new Request('GET', 'http://test.com/'))
            ->withHeader(GreedyCacheStrategy::HEADER_TTL, 120);
$this->client->send($request);

v3.1.0

13 Nov 08:28
df6feaf
Compare
Choose a tag to compare

v3.0.0

08 Nov 20:22
Compare
Choose a tag to compare

New major version 3.0.0

  • Adding delete method for removing request from cache #96

v2.1.1

17 Aug 12:25
Compare
Choose a tag to compare
  • Fix calls to static method addToCache to allow subclasses to override it #89 @deains

v2.1

11 Jul 06:06
Compare
Choose a tag to compare