Release Notes for 3.0.0
Backwards incompatible release (major)
laminas-cache-storage-adapter-memcached
3.0.0 is here and finally adds native types everywhere, adds support for psr/cache
and psr/simple-cache
v2 & v3, supports laminas/laminas-cache
v4 and introduces an all new metadata logic.
Added
- Adds support for
psr/cache
andpsr/simple-cache
v2 & v3 - Added
MemcachedResourceManagerInterface
to allow a replacement of theMemcachedResourceManager
if needed
Changed
MemcachedResourceManager
is nowfinal
but implements theMemcachedResourceManagerInterface
which can be used to implement own resource manager logic if neededMemcachedOptions#setResourceManager
does now consumeMemcachedResourceManagerInterface
MemcachedOptions#getResourceManager
does now provideMemcachedResourceManagerInterface
Removed
MemcachedOptions#setMemcachedResource
, useMemcachedResourceManager#setResource
insteadMemcachedOptions#getMemcachedResource
, useMemcachedResourceManager#getResouce
insteadMemcachedOptions#addServer
, useMemcachedResourceManager#addServer
insteadMemcachedOptions#setLibOption
, useMemcachedOptions#setLibOptions
orMemcachedResourceManagerInterface#setLibOption
insteadMemcachedOptions#getLibOption
, useMemcachedOptions#getLibOptions
orMemcachedResourceManagerInterface#getLibOption
instead
3.0.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1