|
ReleaseNotes144
Release Notes for Release 1.4.4
Memcached 1.4.4 Release NotesDate: 2009-11-26 Sat DownloadDownload Link: http://memcached.googlecode.com/files/memcached-1.4.4.tar.gz OverviewThis is a maintenance release of memcached with a workaround for common client issue as well as a few new stats. FixesAdd partial backwards compatibility for delete with timeout 0Before version 1.4.0, there was an optional argument to delete that would allow a client to specify that a deleted object should exist in the cache after the deletion occurred such that add operations would fail even though objects did not appear in the cache. This feature was removed completely in 1.4.0, but a parser bug caused it to slip through. The bug was fixed in 1.4.3. If anyone was attempting to use it legitimately in the 1.4 series, it would simply not work as expected. The 1.4.4 backwards compatibility change allows specifically the value of 0 (i.e. non-lingering delete), while continuing to reject others. This will satisfy clients that always wish to send a value even when they do not wish the item to linger. New FeaturesNew Statsauth_enabled_saslThis is a general stat that indicates whether SASL authentication is enabled or not. auth_cmdsIndicates the total number of authentication attempts. auth_errorsIndicates the number of failed authentication attempts. ContributorsThe following people contributed to this release since 1.4.3. Note that this is based on who contributed changes, not how they were done. In many cases, a code snippet on the mailing list or a bug report ended up as a commit with your name on it. Note that this is just a summary of how many changes each person made which doesn't necessarily reflect how significant each change was. For details on what led up into a branch, either grab the git repo and look at the output of git log 1.4.3..1.4.4 or use a web view.
2 Dustin Sallings
2 Matt Ingenthron
1 dormando
|