3.0.0
Closed Jul 10, 2024
100% complete
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
- Dedicated
Metadata
object forMemcached#getMetadata
- Adds support for
psr/cache
andp…
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
- Dedicated
Metadata
object forMemcached#getMetadata
- 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
This milestone is closed.
No open issues remain. View closed issues or see open milestones in this repository.