All releases of libmemcached


Release Notes: This release has a fix for memcached_dump(). It has additional testing for memcached_stat_execute().


Release Notes: The size of sort buffer used with Ketama was increased. New behavior for handling dead servers was introduced. UDP IO was overhauled. A C compilation issue with memcached_exist() was fixed along with numbers bugs. Clang is now supported on Mac OS X. All commands now use vector send support.


Release Notes: libmemcached/memcached_util.h (an undocumented header file) were dropped. memcached_touch() and memcached_touch_by_key() were added. UDP support was restructured to toggle on a complete memcached_st structure.


Release Notes: This release has a fix for FreeBSD/OpenBSD and -lm. It adds memcached_exist(). It has a fix for memory when using config test. The CLI gained --quiet.


Release Notes: Build fixes for Ubuntu/Suse. Fixes for OS X Lion. A bugfix for looping back through DNS lookups under certain failures. Fixes related to dead server failures.


Release Notes: memcached_callback_set() now takes its data argument as a const. There are updates to tests, and a fix in the parser for port number.


Release Notes: Updates to the C++ interface. Custom free allocators need to now check for a value before calling free. memcached_fetch_result() now uses the internal result when available (about 25 to 50% faster). A fix for the stats structure. Updates to the documentation.


Release Notes: This release fixes calls to auto methods so that if value is not passed in nothing bad happens. The new parser calls for generating memcached_st objects. A new error system. New flow control for messages means faster get/set calls. A new documentation system. A behavior change has been made: if you specify a weight for any server, this release enables the weight flag and does weight balancing. It adds MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERS to simplify the setting of AUTO REJECT for servers.


Release Notes: This release fixes a memory leak in the server parse. It moves the test framework out to be its own library (easier to work with Gearman).


Release Notes: A number of corner case bugs were fixed. Issues related to OpenBSD were fixed. Better testing for protocol version was implemented. A special case infinite wait on blocking setup was removed. SystemTap support was added.