doctrine/cache
Doctrine Cache is a legacy cache component extracted from Doctrine Common, offering multiple cache drivers and interfaces used across Doctrine projects. Note: the library is deprecated and no longer maintained; prefer a PSR-6 or PSR-16 cache instead.
Feature release (minor)
Feature release (minor)
2.1.x bugfix release (patch)
Total issues resolved: 0
Total pull requests resolved: 3
Total contributors: 2
388: Update branch metadata to reflect current state thanks to @greg0ire
1.12.x bugfix release (patch)
Total issues resolved: 0
Total pull requests resolved: 3
Total contributors: 2
388: Update branch metadata to reflect current state thanks to @greg0ire
Feature release (minor)
This release adds compatibility with psr/cache v3 by adding dedicated CacheItemInterface implementations for PHP 8.
2.0.x bugfix release (patch)
Total issues resolved: 0
Total pull requests resolved: 1
Total contributors: 1
377: Merge release 1.11.3 into 2.0.x thanks to @github-actions[bot]
1.11.x bugfix release (patch)
2.0.x bugfix release (patch)
Total issues resolved: 0
Total pull requests resolved: 1
Total contributors: 1
374: Merge release 1.11.2 into 2.0.x thanks to @github-actions[bot]
1.11.x bugfix release (patch)
2.0.x bugfix release (patch)
Total issues resolved: 0
Total pull requests resolved: 1
Total contributors: 1
372: Merge release 1.11.1 into 2.0.x thanks to @github-actions[bot]
1.11.x bugfix release (patch)
Backwards incompatible release (major)
361: Fixed fetchMultiple method for the Predis cache provider. thanks to @anyt
348: Merge release 1.10.2 into master thanks to @doctrinebot
344: Merge release 1.10.1 into master thanks to @doctrinebot
306: Revert deprecation of memcache driver thanks to @bobvandevijver
Release 1.10.2
Release 1.10.1
Total issues resolved: 0
Total pull requests resolved: 1
Total contributors: 1
343: Allow PHP 8 thanks to @greg0ire
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.
Release 1.9.1
Release 1.9.0
Release 1.8.2
Release 1.8.1
This release fixes deprecation notes introduced by Redis extension v5.
This release introduces:
ext-couchbase releasesext-redis v4MemcacheCache, RiakCache and XcacheCache driversTotal issues resolved: 16
RedisCache#contains() and Redis#exists() thanks to @SirgalasThis 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
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:
MultiDeleteCacheMultiGetCacheMultiPutCacheMultiOperationCache (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 and FilesystemCache have been
fixed, and the PhpFileCache can now store any kind of
information by serializing the incoming data.
ExtMongoDbCache, MongoDBCache and LegacyMongoDBCache
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
Exception to \Exception thanks to @NyholmFileCache notices caused by custom error handlers thanks to @StajorPhpFileCache notices caused by file format mismatch thanks to @jeanCarloMachado.gitattributes to remove unneeded files from exported package thanks to @SlamdunkPhpFileCache thanks to @trakosMultiDeleteCache interface and default CacheProvider implementation thanks to @bburnichonPredisCache thanks to @rnamikiPredisCache#doContains(), which should be bool (was int) thanks to @localheinzWinCacheCache thanks to @localheinzCacheTest thanks to @localheinzSQLite3CacheTest and its file name thanks to @localheinzPhpFileCache thanks to @OcramiusFileCache thanks to @mikeSimonson[@runInSeparateProcess](https://github.com/runInSeparateProcess) when not needed thanks to @snsanichdoContains in MemcachedCache thanks to @SpacePossum^5.7 thanks to @gabbydgabMongoDBCache thanks to @alcaeusThis release fixes a number of issues around the storage of
the false value in a MemcachedCache.
Total issues resolved: 4
doContains return true pretty much everytime if the stored value is false thanks to @riquitodoContains return true even if status code is an error thanks to @omourendoContains return true even if status code is an error (related to #181) thanks to @JonasHaouziTotal issues resolved: 7
var_export() bug with float(0) got fixed in PHP 7.0.2 - removing related codefetchMultiple on failureMemcached#setMulti() call, which wasn't respecting the expected API signature parameters/tmpcontains calls/tmpTotal issues resolved: 1
Total issues resolved: 5
How can I help you explore Laravel packages today?