Changelog History
Page 1
-
v1.10.2 Changes
July 07, 2020๐ Release 1.10.2
1.10.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
โจ Enhancement
- 0๏ธโฃ 347: Patch default ttl for downstream cache providers thanks to @malarzm
-
v1.10.1 Changes
May 27, 2020๐ Release 1.10.1
1.10.1
Total issues resolved: 0
Total pull requests resolved: 1
Total contributors: 1
343: Allow PHP 8 thanks to @greg0ire
-
v1.10.0 Changes
November 29, 2019๐ Release 1.10.0
๐ This release drops support for the Riak driver, as it was never supported on PHP 7 and caused issues due to the reserved
object
keyword. This library now officially supports PHP 7.4.1.10.0
- Total issues resolved: 7
- Total pull requests resolved: 6
- Total contributors: 8
๐ Improvement
- ๐ 334: Support php 7.4 thanks to @alcaeus
- 308: Prevent invalid memcached key to be used thanks to @gquemener
๐ Bug
- ๐ 331: Merge release 1.9.1 into master thanks to @doctrinebot
- โ 328: Fix flaky MongoDB test thanks to @alcaeus and @lcobucci
- ๐ 324: Drop RiakCache support thanks to @reedy
- 292: PHP 7.2 compatibility thanks to @pavlepredic
Won't Fix
- 291: Cannot use Riak\Object as Object because 'Object' is a special class name thanks to @BenMorel
- 206: RiakCache: rewrite to use native PHP riak client thanks to @robocoder
โจ Enhancement,Won't Fix
-
v1.9.1 Changes
November 15, 2019๐ Release 1.9.1
1.9.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
๐ Bug
-
v1.9.0 Changes
November 11, 2019๐ Release 1.9.0
1.9.0
- Total issues resolved: 0
- Total pull requests resolved: 13
- Total contributors: 9
โจ Enhancement
- 322: Add .doctrine-project.json to .gitattributes thanks to @reedy
- 318: Add .github folder to .gitattributes thanks to @reedy
- 307: Changed RedisCache to use pipeline in operations with multiple keys thanks to @yura3d
- ๐ 304: Move to doctrine/coding-standard 6 thanks to @patrickjahns
- ๐ 297: Use Ubuntu 16.04 for CI builds thanks to @carusogabriel
๐ Improvement,Incomplete
- ๐ 321: Merge release 1.8.2 into master thanks to @doctrinebot
๐ Bug,Duplicate,Enhancement
- ๐ 320: Merge release 1.8.1 into master thanks to @doctrinebot
๐ Improvement
๐ Documentation
- ๐ 296: point to the current version of the docs thanks to @vladyslavstartsev
- โก๏ธ 295: Update broken link pointing to moved caching ORM docs thanks to @vladyslavstartsev
- โก๏ธ 279: Update homepage thanks to @Majkl578
๐ Bug
๐ Documentation,Enhancement
- ๐ 276: Don't ship docs thanks to @willemstuursma
-
v1.8.2 Changes
November 11, 2019๐ Release 1.8.2
1.8.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
๐ Bug
- 319: Backport #293 into 1.8.x thanks to @reedy
-
v1.8.1 Changes
November 10, 2019๐ Release 1.8.1
1.8.1
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
๐ Bug,Duplicate
- ๐ 313: RedisCache delete is deprecated thanks to @flaushi
๐ Improvement
- ๐ 312: [Redis] Fix deprecation: Use
del
instead ofdelete
thanks to @ruudk
-
v1.8.0 Changes
August 21, 2018๐ This release introduces:
- ๐ Support for newer
ext-couchbase
releases - ๐ Support for
ext-redis
v4 - ๐ Deprecates the
MemcacheCache
,RiakCache
andXcacheCache
drivers
Total issues resolved: 16
- ๐ 229: add support for ext-couchbase:2.3.0 thanks to @abacaphiliac
- ๐ 232: Use shields.io badges so things look better thanks to @lcobucci
- 233: Improve SQLite3 adapter thanks to @lcobucci
- โฌ๏ธ 235: Upgrade PHPUnit thanks to @lcobucci
- 242: Removing duplicate license header thanks to @mikeSimonson
- โก๏ธ 250: Update to PHPUnit 7 thanks to @carusogabriel
- 251: Apply doctrine/cs v4 thanks to @carusogabriel
- 255: Change homepage link to https thanks to @S1SYPHOS
- ๐ 264: Add php-redis v4 support thanks to @Killium
- โก๏ธ 265: Update & fix & lock CS thanks to @Majkl578
- 266: Drop Coveralls config thanks to @Majkl578
- โ 267: Exclude legacy untestable drivers from coverage & mark them deprecated thanks to @Majkl578
- 268: Scrutinizer: Fix missing MongoDB dependency thanks to @Majkl578
- ๐ 270: ApcuCache driver name fixed thanks to @Vehsamrak
- ๐ 271: CI: Lock Couchbase extension to 2.4.6 to avoid dependency mismatch thanks to @Majkl578
- 275: Return type mismatch in
RedisCache#contains()
andRedis#exists()
thanks to @Sirgalas
- ๐ Support for newer
-
v1.7.1 Changes
August 25, 2017๐ This release fixes a type safety issue caused by many
CacheProvider
implementations
not casting the internal cache namespace version to an integer.Total issues resolved: 1
-
v1.7.0 Changes
July 22, 2017๐ This release drops support for HHVM and increases the minimum
๐ supported PHP version to 7.1.0.Multi-operation caches have been added, such as:
MultiDeleteCache
MultiGetCache
MultiPutCache
MultiOperationCache
(aggregating the ones listed above)
๐ These batched caches can massively improve performance throughput
of your applications when used in the right context.Some concurrency, file rights and error handling issues around
FileCache
,PhpFileCache
andFilesystemCache
have been
๐ fixed, and thePhpFileCache
can now store any kind of
information by serializing the incoming data.ExtMongoDbCache
,MongoDBCache
andLegacyMongoDBCache
๐ were added in order to support both the existing MongoDB
polyfill libraries and the newer MongoDB official PHP extension.๐ Further improvements have been applied to the documentation,
๐ and multiple static analysis introspection fixes were merged.Total issues resolved: 33
- 132: Enable Scrutinizer-CI coverage thanks to @Ocramius
- ๐ 133: Killed PHP 5.5 support thanks to @GrahamCampbell
- ๐ป 134: Typo, changed
Exception
to\Exception
thanks to @Nyholm - ๐ 142: Support for MongoDBCache on PHP 7 using ext-mongodb thanks to @holtkamp
- 147: Corrected
FileCache
notices caused by custom error handlers thanks to @Stajor - 152: Corrected
PhpFileCache
notices caused by file format mismatch thanks to @jeanCarloMachado - ๐ฆ 153: Add
.gitattributes
to remove unneeded files from exported package thanks to @Slamdunk - 154: Cache anything with
PhpFileCache
thanks to @trakos - 0๏ธโฃ 155: Add
MultiDeleteCache
interface and defaultCacheProvider
implementation thanks to @bburnichon - 162: Adding license header to
PredisCache
thanks to @rnamiki - ๐ 165: Added link to the documentation homepage thanks to @Grafikart
- ๐ 166: Removed unused imports thanks to @localheinz
- 167: Corrected return type of
PredisCache#doContains()
, which should bebool
(wasint
) thanks to @localheinz - 168: Corrected case sensitivity issues in the imports of
WinCacheCache
thanks to @localheinz - โ
169: Corrected missing second parameter in assertion in
CacheTest
thanks to @localheinz - โ
170: Corrected mismatch between
SQLite3CacheTest
and its file name thanks to @localheinz - 171: Use short array syntax thanks to @localheinz
- ๐ 172: Removed assignments inlined in conditionals thanks to @localheinz
- ๐ 183: Add PHP 7.1 to the build matrix thanks to @Ocramius
- 185: #152 #147 - silence failed file access attempts in file-based caches thanks to @Ocramius
- 190: #154 store anything in the
PhpFileCache
thanks to @Ocramius - 196: Fix temporary file rights on shared storage when using a
FileCache
thanks to @mikeSimonson - 198: Disable PHPUnit feature
@runInSeparateProcess
when not needed thanks to @snsanich - โ
201: Harden tests around
doContains
inMemcachedCache
thanks to @SpacePossum - ๐ 203: Remove support for PHP 5.x thanks to @railto
- 204: Bumped phpunit version to
^5.7
thanks to @gabbydgab - 207: Implement multi-delete on current cache drivers thanks to @lcobucci
- 214: Combine multi-* operation interfaces into a single one thanks to @lcobucci
- ๐ 217: Redis: Remove useless ifdef for HHVM thanks to @ostrolucky
- ๐ 219: Drop HHVM support thanks to @lcobucci
- 220: Require PHP 7.1 thanks to @lcobucci
- 221: Create expiration index when getting expired entry in the
MongoDBCache
thanks to @alcaeus - 222: Add cache provider for ext-mongodb thanks to @alcaeus