You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.1 KiB

2 years ago
  1. # Change Log
  2. The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
  3. ## UNRELEASED
  4. ## 1.2.0
  5. * Support for PHP 8.1
  6. * Drop support for PHP < 7.4
  7. * Allow psr/cache: ^1.0 || ^2.0
  8. ## 1.1.0
  9. ### Added
  10. * Support for PHP 8
  11. ### Changed
  12. * Use `League\Flysystem\FilesystemInterface` instead of concrete `League\Flysystem\Filesystem` class
  13. ## 1.0.0
  14. * No changes since 0.4.0
  15. ## 0.4.0
  16. ### Added
  17. * Support for the new `TaggableCacheItemPoolInterface`.
  18. * Support for PSR-16 SimpleCache
  19. ### Changed
  20. * The behavior of `CacheItem::getTags()` has changed. It will not return the tags stored in the cache storage.
  21. ### Removed
  22. * `CacheItem::getExpirationDate()`. Use `CacheItem::getExpirationTimestamp()`
  23. * `CacheItem::getTags()`. Use `CacheItem::getPreviousTags()`
  24. * `CacheItem::addTag()`. Use `CacheItem::setTags()`
  25. ## 0.3.3
  26. ### Fixed
  27. * Race condition in `fetchObjectFromCache`.
  28. ## 0.3.2
  29. ### Changed
  30. * Using `Filesystem::update` instead of `Filesystem::delete` and `Filesystem::write`.
  31. ## 0.3.1
  32. ### Added
  33. * Add ability to change cache path in FilesystemCachePool
  34. ## 0.3.0
  35. * No changelog before this version