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
- Fix Age header value type to string for PSR compliance by @ievgeniiskliarenko in #218
- Add support for Guzzle 8 by @GrahamCampbell in #220
New Contributors
- @ievgeniiskliarenko made their first contribution in #218
- @GrahamCampbell made their first contribution in #220
Full Changelog: 7.0.0...8.0.0