Skip to content

Releases: Kevinrob/guzzle-cache-middleware

v8.0.0-RC1

11 Mar 06:59
5d4df72

Choose a tag to compare

v8.0.0-RC1 Pre-release
Pre-release

What's Changed

  • Modernize PHP support: drop PHP < 8.2 and add PHP 8.5 by @Kevinrob in #212
  • Implement PSR-20 Clock for deterministic time management and faster tests by @Kevinrob in #213
  • Upgrade dependencies to support Laravel 13 and Symfony 8 by @Kevinrob in #214
  • Fix DST caching bug by using strict timestamp arithmetic and add regression test by @Kevinrob in #215
  • Fix #172: Invalidate corrupted cache entries across all storage adapters by @Kevinrob in #216
  • Fix #82: Fully honor Guzzle 'sink' option on cache hits and revalidations by @Kevinrob in #217

Full Changelog: 7.0.0...v8.0.0-RC1

7.0.0

19 Sep 09:37
3d63aaf

Choose a tag to compare

What's Changed

  • Fix binary files being truncated when cached by @vojtagrec in #197
  • Use correct class name by @tomkyle in #198
  • upgrade to flysystem v3 by @marufmax in #182
  • Drop doctrine/cache support (fixes #155, #188) by @Copilot in #201
  • Fix Authorization header caching in PublicCacheStrategy according to HTTP Caching RFC 9111 by @Copilot in #200
  • Update dev Docker container by @Kevinrob in #203
  • ✨ Add GitHub Copilot instructions for repository by @Copilot in #205
  • Update Github action versions by @Kevinrob in #206
  • Fix greedy cache deletion by @cbaconnier in #209

New Contributors

Full Changelog: 6.0.0...7.0.0

6.0.0

28 Nov 09:55
61305ed

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.1.0...6.0.0

v5.1.0

09 Nov 06:54
6bd64db

Choose a tag to compare

  • always return stale on rejection (#169)

v5.0.0

05 Nov 12:38
65f85ca

Choose a tag to compare

  • (feat): Upgrade to Flysystem v2 (#183)

v4.1.2

14 Jun 11:19
2546d10

Choose a tag to compare

  • fix: restore cache entry unserialization compatibility #181

v4.1.1

31 May 07:07
0e12dcc

Choose a tag to compare

  • use __serialize instead of __sleep on CacheEntry #163

v4.1.0

26 May 11:23
8528f8c

Choose a tag to compare

The inspect_all function has been changed to Utils::inspectAll #178

v4.0.2

14 Nov 20:05
24b93ed

Choose a tag to compare

  • Update composer allow-plugins directive #168
  • Set empty string as default value #161

v4.0.1

15 Mar 21:48
0a61532

Choose a tag to compare

  • #159 Rewind body stream