diff --git a/.travis.yml b/.travis.yml index 42ee1a8dc..28574ebea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,15 +8,12 @@ # @author Khoa Bui (khoaofgod) https://www.phpfastcache.com # @author Georges.L (Geolim4) # -sudo: false - +os: linux dist: trusty - language: php - services: - memcached - - redis-server + - redis - couchdb - riak - mongodb @@ -47,7 +44,7 @@ php: - nightly - hhvm -matrix: +jobs: fast_finish: true allow_failures: - php: nightly diff --git a/CHANGELOG.md b/CHANGELOG.md index 0220c6e5b..a141eb0db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 8.0.3 +#### _"Reconfined"_ +##### 23 november 2020 +- __Core__ + - Fixed #768 // Psalm issue with the 3rd parameter of Psr16Adapter::set has to be null (@geolim4) + - Fixed #771 // DeleteItemsByTags was ignoring strategy #772 (@GeoSot) + - Fixed inconsistent behavior of "defaultKeyHashFunction" and "defaultFileNameHashFunction" + added tests for them (@geolim4) + - Implemented #754 // Added deactivatable static item caching support (@geolim4) +- __Tests__ + - Fixed test title for "DisabledStaticItemCaching.test.php" +- __Drivers__ + - Fixed #759 // Memcached Bytes Replaced with Version (@geolim4) + ## 8.0.2 #### _"End of first wave"_ ##### 28 august 2020