All Versions
11
Latest Version
Avg Release Cycle
108 days
Latest Release
1534 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.6.2 Changes
July 22, 2017๐ This release fixes a number of issues around the storage of
thefalse
value in aMemcachedCache
.Total issues resolved: 4
- โ 159: The CacheProvider::fetchMultiple method throw a warning level error thanks to @thenbsp
- 161: Memcached:
doContains
returntrue
pretty much everytime if the stored value isfalse
thanks to @riquito - 181: Memcached: fix
doContains
return true even if status code is an error thanks to @omouren - 199: Memcached: fix
doContains
return true even if status code is an error (related to #181) thanks to @JonasHaouzi