changelog
[awesomized/libmemcached] / ChangeLog.md
1 # ChangeLog
2 ## 1.1.0
3
4 **NOTE:**
5 This is not a feature, but a bug fix release. The minor version number
6 has been incremented due to the following changes:
7
8 * Ported build system to CMake.
9 * Ported tests to Catch2.
10 * Build requires C++11 compiler support.
11 * Tests require C++17 compiler support.
12 * Moved the project from launchpad to github:
13 * Source: https://github.com/m6w6/libmemcached
14 * Documentation: https://m6w6.github.io/libmemcached
15 * Continuous Integration:
16 * Github: https://github.com/m6w6/libmemcached/actions (Linux, MacOS **·** amd64)
17 * Travis: https://travis-ci.org/m6w6/libmemcached (Linux **·** arm64, ppc64le, s390x)
18 * Cirrus: https://cirrus-ci.com/m6w6/libmemcached (FreeBSD **·** amd64)
19
20 > released 2020-10-31
21
22 * Fix build failure due to comparison of incompatible types in bin/memflush and bin/memstat.
23 * Fix wrong type of memcached_instance_st::server_timeout_counter_query_id from uint32_t to uint64_t.
24 * Fix memcached_dump():
25 returned MEMCACHED_CLIENT_ERROR on request to dump illegal slab id.
26 * Fix bin/memcapable:
27 failed with "No hostname was provided" when providing a hostname.
28 * Fix hashkit/murmur and hashkit/murur3:
29 undefined behavior on platforms requiring aligned access.
30 * Fix Memcache::set():
31 possible subscription of empty vector.
32 * Fix libmemcached_util_version_check().
33 * Fix ketama/consistent hashing:
34 crash on reallocation of continuum.
35 * Fix [gh #90](https://github.com/m6w6/libmemcached/issues/90):
36 Build fails on Darwin.
37 * Fix [gh #83](https://github.com/m6w6/libmemcached/issues/83):
38 memcp waits forever if file no found.
39 * Fix [gh #80](https://github.com/m6w6/libmemcached/issues/80):
40 memparse docs.
41 * Fix [gh #72](https://github.com/m6w6/libmemcached/issues/72)
42 and [gh #47](https://github.com/m6w6/libmemcached/issues/47):
43 memcached_return_t docs.
44 * Fix [gh #62](https://github.com/m6w6/libmemcached/issues/62):
45 uint32_t overflow cause busy loop.
46 * Removed restriction of UDP+IPv6.
47 * Fix SERVER_ERROR_MEMORY_ALLOCATION_FAILURE:
48 recognize more strings returned by the server.
49 * Fix [gh #13](https://github.com/m6w6/libmemcached/issues/13):
50 reset continuum counter after freeing them.
51 * Fix [gh #14](https://github.com/m6w6/libmemcached/issues/14)
52 and [gh #17](https://github.com/m6w6/libmemcached/issues/17):
53 SASL: AUTH_CONTINUE was considered a failure and caused IO reset.
54 * Fix [gh #25](https://github.com/m6w6/libmemcached/issues/25):
55 hashkit/murmur3 unavailable.
56 * Fix missing handling of EAGAIN for non-blocking unix domain socket.
57 * Fix [gh #35](https://github.com/m6w6/libmemcached/issues/35):
58 handling of BEHAVIOR_REMOVE_FAILED_SERVERS.
59 * Fix [gh #41](https://github.com/m6w6/libmemcached/issues/41):
60 ensure stable sort on continuum host key collision.
61 * Fix [gh #42](https://github.com/m6w6/libmemcached/issues/42):
62 MEMCACHED_MAX_BUFFER docs.
63 * Fix [gh #43](https://github.com/m6w6/libmemcached/issues/43):
64 libmemcached_configuration docs.
65 * Fix [gh #46](https://github.com/m6w6/libmemcached/issues/46):
66 clarification on millisecond timeout docs.
67 * Fix [gh #50](https://github.com/m6w6/libmemcached/issues/50):
68 memcached_fetch_result() can return previously returned data.
69 * Fix [gh #53](https://github.com/m6w6/libmemcached/issues/53):
70 stack overflow in memcached_fetch_result().
71 * Fix [gh #57](https://github.com/m6w6/libmemcached/issues/57):
72 include <inttypes.h> vs <cinttypes>
73 * Fix [gh #58](https://github.com/m6w6/libmemcached/issues/58):
74 more specific error messages when connect() fails.
75 * Fix [gh #59](https://github.com/m6w6/libmemcached/issues/59):
76 bin/memcat: typo in "No servers provied".
77 * Fix [gh #77](https://github.com/m6w6/libmemcached/issues/77):
78 undeclared UINT64_C in ketama.cc.
79 * Fix [gh #12](https://github.com/m6w6/libmemcached/issues/12):
80 never reconnects after connection reset (binary protocol).
81 * Fix [gh #49](https://github.com/m6w6/libmemcached/issues/49):
82 assertion memcached_failed(rc) failed in memcached_send_ascii().
83 * Fix [gh #67](https://github.com/m6w6/libmemcached/issues/67):
84 get returns NOTFOUND on timeout.
85 * Fix [gh #76](https://github.com/m6w6/libmemcached/issues/76):
86 memcached_touch() crashes when expiration=-1 (ASCII only).
87 * Fix [gh #23](https://github.com/m6w6/libmemcached/issues/23):
88 build fails with bison 2.3.
89 * Fix memaslap: build fails with newer compiler versions.
90 * Fix usage of strerror_r() implementations returning pointer to char.
91 * Fix pipelining commands with memcached >= 1.6.
92 * Fixed memcached_stat_get_value(): buffer overflow.
93 * Fix memcached_stat(): undefined behavior due to unintialized memcached_return_t.
94 * Fix SASL tests: requires SASL_PWDB_CONF.
95 * Fix bin/memaslap to idnentify itself as memaslap instead of memslap.
96 * Fix bin/memcapable to work with memcached >= 1.6.
97 * Fix murmur and murmur3 hashes on big endian platforms.
98
99 ---
100
101 ## 1.0.18
102 > released 2014-02-09
103
104 * MEMCACHED_BEHAVIOR_RETRY_TIMEOUT can now be set to zero.
105 * Numerous bug fixes.
106
107 ## 1.0.17
108 > released 2013-04-03
109
110 * Remove c++ namespace that was being exposed (the API should be plug compatible)..
111 * Fix cases where --servers wasn't behaving the same in all clients.
112
113 ## 1.0.16
114 > released 2013-02-01
115
116 * Added support to do two part shutdown of socket.
117 * Fixes for Fedora 18.
118 * Fix for binary memcached_touch()
119
120 ## 1.0.15
121 > released 2012-12-17
122
123 * Added support for Murmur3 (HASHKIT_HASH_MURMUR3)
124 * Portability fixes.
125
126 ## 1.0.14
127 > released 2012-11-14
128
129 * CLIENT_ERROR fixed to not be treated as a fatal error.
130 * Compiler fixes for older Ubuntu releases.
131
132 ## 1.0.13
133 > released 2012-10-19
134
135 * Fix bug that caused version string to not be exported correctly.
136
137 ## 1.0.12
138 > released 2012-10-09
139
140 * Added memcached_result_take_value().
141 * Added ax_libmemcached.m4
142
143 ## 1.0.11
144 > released 2012-09-17
145
146 * Removed custom version of memcached.
147 * Updated hardening rules.
148 * Fixed a case where the return error from a socket connection differred from that of a TCP/IP socket.
149
150 ## 1.0.10
151 > released 2012-07-30
152
153 * --disable-assert has been removed from configure, and --enable-assert has been added in its place.
154 * Compiling fixes for Clang on OSX Mountain Lion.
155
156 ## 1.0.9
157 > released 2012-07-05
158
159 * Faster close on socket.
160 * Instance allocation is now seperated from server interface.
161 This should allow for a better preservation of ABI compliance from now on.
162 * Fix close on exec bug.
163 * Numerous other bug fixes.
164
165 ## 1.0.8
166 > released 2012-05-22
167
168 * Added support for setting options via ENV variable LIBMEMCACHED
169 * Fix corner case on last used result.
170
171 ## 1.0.7
172 > released 2012-04-28
173
174 * Add API call for exist calls.
175 * Update all license files to be BSD.
176
177 ## 1.0.6
178 > released 2012-04-08
179
180 * Fixes for gcc 4.7, lp:961812
181 * Fix for restart issue that happens under testing.
182 * Fix for lp:962815.
183 * Support for transparent AES encryption.
184
185 ## 1.0.5
186 > released 2012-03-14
187
188 * Fixes for OSX.
189 * Version is now parsed directly in the parser, which makes buffered operations now work with it..
190 * memstat has been extended so that it can be used to find the version of the server.
191 * Update documentation.
192 * Fixes for compile issues on Debian and Ubuntu
193
194 ## 1.0.4
195 > released 2012-01-27
196
197 * Fix for memcached_dump().
198 * Additional testing for memcached_stat_execute().
199
200 ## 1.0.3
201 > released 2012-01-09
202
203 * Increased size of sort buffer used during Ketama.
204 * Added support for new behavior to handle dead servers.
205 * Overall haul of UDP IO.
206 * Fixed C compile issue with memcached_exist()
207 * Numerous bug fixes.
208 * Clang support for OSX.
209 * All commands now using vector send support.
210
211 ## 1.0.2
212 > released 2011-10-24
213
214 * Dropped libmemcached/memcached_util.h (undocumented header file)
215 * Added memcached_touch() and memcached_touch_by_key()
216 * UDP support restructured to toggle on a complete memcached_st structure.
217
218 ## 0.53
219 > released 2011-09-27
220
221 * Fix for FreeBSD/OpenBSD and -lm
222 * Added memcached_exist()
223 * Fix for memory when using config test.
224 * CLI gained --quiet
225
226 ## 0.52
227 > released 2011-09-12
228
229 * Build fixes for Ubuntu/Suse.
230 * Fixes for OSX Lion.
231 * Bug fix for looping back through dns lookups under certain failures.
232 * Fixes related to dead server failures.
233
234 ## 0.51
235 > released 2011-07-21
236
237 * memcached_callback_set() now takes its data argument as const
238 * Update to tests.
239 * Fix in parser for port number.
240
241 ## 0.50
242 > released 2011-06-20
243
244 * Updates to C++ interface
245 * Custom free allocators need to now check for value before calling free.
246 * memcached_fetch_result() now uses the internal result when available (about 25 to 50% faster).
247 * Fix for stats structure.
248 * Updates to documentation.
249 * memcached_fetch_result() now uses the internal result when available (about 25 to 50% faster).
250
251 ## 0.49
252 > released 2011-04-14
253
254 * Fix calls to auto methods so that if value is not passed in nothing bad happens.
255 * New parser calls for generating memcached_st objects.
256 * New error system.
257 * New flow control for messages means faster get/set calls.
258 * Added new documentation system.
259 * A behavior change has been now made that if you specify a weight for any server, we enable the weight flag and do weight balancing.
260 * Added MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERS to simplify the setting of AUTO REJECT for servers.
261
262 ## 0.48
263 > released 2011-03-16
264
265 * Fix memory leak in server parse.
266 * Move test framework out to be its own library (easier to work with Gearman).
267
268
269 ## 0.47
270 > released 2011-02-24
271
272 * Additional fixes for OpenBSD.
273 * Bug fix 677609, 456080.
274 * SIGPIPE fix for Linux send().
275 * memcapable can now test ascii or binary based on flags.
276 * Additional build fixes for SASL.
277
278
279 ## 0.46
280 > released 2011-02-14
281
282 * Fixes a number of corner case bugs.
283 * Fixes related to OpenBSD.
284 * Better testing for protocol version.
285 * Removes special case infinite wait on blocking setup.
286
287 ## 0.45
288 > released 2011-02-09
289
290 * Add support for systemtap
291
292 ## 0.44
293 > released 2010-09-23
294
295 * Windows bug fixes.
296 * Hudson port support in test harness.
297 * Improved portability of test hanrness.
298 * SASL fixes.
299
300 ## 0.43
301 > released 2010-07-28
302
303 * Added --args to memstat so that a greater range of values can be returned.
304 * Prelimanary support for Windows.
305 * memcached_stat_execute() merged.
306
307 ## 0.42
308 > released 2010-07-06
309
310 * Mistake in libtool caused issue with library version
311
312 ## 0.41
313 > released 2010-06-30
314
315 * Added --file for memcat.
316 * Added limemcached_ping() to libmemcached_util
317 * Bugfix for some cases where connect would have issues with timeout.
318 * Wrong value for errno given as error on an IO failure inside of poll.
319 * Bug fix for issue where multiple interfaces with bad DNS were not being caught.
320
321 ## 0.40
322 > released 2010-04-23
323
324 * Placed retry logic in for busted resolvers
325 * Add an ignore for SIGPIPE to solve OSX issues.
326 * A couple of fixed for memcached_light server.
327 * Updated to debug mode to track io_wait
328
329 ## 0.39
330 > released 2010-04-06
331
332 * Add support for prefix keys to binary protocol.
333 * Remove the undocumented call memcached_server_remove().
334 * The undocumented call memcached_server_by_key() now returns const.
335 * memcached_server_error_reset() has been deprecated.
336 * memcached_server_list() has been deprecated. Use memcached_server_cursor() to walk the servers found in a memcached_st() structure.
337 * memcached_verbosity() can now be run concurrently with other operations.
338 * SASL support.
339 * Fixes memory leak found in EJECT HOSTS.
340
341 ## 0.38
342 > released 2010-02-10
343
344 * C++ interface for libhashkit.
345 * Modified memcached_set_memory_allocators() so that it requires a context pointer.
346 * memcached_clone() now runs 5 times faster.
347 * Functions used for callbacks are now given const memcached_st.
348 * Added MEMCACHED_BEHAVIOR_CORK.
349 * memslap now creates a configuration file at ~/.memslap.cnf
350 * memcached_purge() now calls any callbacks registered during get execution.
351 * Many fixes to memslap.
352 * Updates for memcapable.
353 * Compile fixes for OpenBSD.
354 * Fix for possible recursive decent on IO failure.
355
356 ## 0.37
357 > released 2010-01-12
358
359 * Fixed build for libhashkit.
360 * Fixed install path regression.
361 * Modified RPM to strict check install.
362 * Added documentation for memcached_server_cursor();
363 * Added memcached_servers_reset().
364 * Modified memcached_st to remove dead cursor_server member.
365
366 ## 0.36
367 > released 2010-01-07
368
369 * Merged in new memslap utility.
370 * All of constants.h has been updated to match style (all old identifiers continue to work).
371 * Added first pass for libhashkit.
372 * Updated test Framework/extended tests.
373 * Random read support during replication added.
374 * Modified use_sort so that the option can be applied to any distribution type.
375 * We removed the MEMCACHED_BEHAVIOR_KETAMA_COMPAT_MODE added in 0.35. Instead use memcached_behavior_set_distribution().
376
377 ## 0.35
378 > released 2009-11-09
379
380 * Added support for by_key operations for inc/dec methods.
381 * Added mget test to memslap.
382 * Support for compatible ketama for SpyMemcached
383 * Update C++ interface.
384 * Fix for memcp
385
386 ## 0.34
387 > released 2009-10-13
388
389 * Added support for setting behavior flags on a connection pool.
390 * Don't increment server_failure_counter on normal disconnects.
391 * Added prototype for a callback based protocol parser (server side) with examples so that you could let your own application speak the memcached protocol
392 * Updated memcapable to test ASCII protocol.
393 * Changed behavior so that server can be removed at first sign of failure.
394 * Added memcached_server_get_last_disconnect() call
395
396 ## 0.33
397 > released 2009-09-23
398
399 * Added memcapable to test servers for binary compatibility.
400 * Updated C++ interface. Added basic support for C++ exceptions. Added multiple constructors the memcached client object. The C++ interface now takes parameters which are C++ types (such as std::string).
401 * Several bug fixes for binary protocol support.
402 * Fixed crashing issue with dumping from memcachd server (server internals were changed without documenting change).
403
404 ## 0.32
405 > released 2009-09-15
406
407 * Change of behavior where linger is only modified for no-block and then it is set to zero.
408 * Added Twitter's memcached_server_error() functions.
409 * Fix for OSX compiles in development builds.
410 * Updated C++ interface.
411 * Updated memcached_mget and memcached_mget_by_key to take a size_t as a parameter instead of an unsigned int for number_of_keys.
412
413 ## 0.31
414 > released 2009-07-10
415
416 * Added support or HA via replication.
417 * malloc() removed for server key usage.
418 * Update build system.
419 * Added support for memcached_set_memory_allocators().
420 * Fixed bug in configure.ac for have_htoll.
421
422 ## 0.30
423 > released 2009-06-01
424
425 * Added memcachd_dump command (and framework for memdump tool).
426 * Realigned all structures to remove padding (and line up important bits for 64bit caches.
427 * Remove some of sprintf() in storage calls().
428 * Removed printf() in stat call for unknown stat member.
429 * memcached_generate_hash() function added.
430 * Added tests to make sure all hash functions are stable.
431
432 ## 0.29
433 > released 2009-05-19
434
435 * Fixed malloc usage to calloc for spots where we need zero filled memory.
436 * All code warnings now treated as errors.
437 * Fixes for debian packaging.
438 * Added new pooling mechanism.
439 * MEMCACHED_BEHAVIOR_NO_BLOCK no longer also sets MEMCACHED_BEHAVIOR_BUFFER_REQUESTS.
440 * Updated generic rpm.
441
442 ## 0.28
443 > released 2009-04-15
444
445 * Fixed bug in init sructure (reapplied)
446 * Fixed bug in get/set by key (nikkhils@gmail.com)
447
448 ## 0.27
449 > released 2009-03-30
450
451 * Added new UDP fire-forget mode.
452 * Reworked performance for mget() to better make use of async protocol
453 * Cleaned up execution of fetch (just one set of code now)
454 * Fixed Jenkin's for big endian hosts.
455 * Updates for memstat to determine network latency.
456 * Updates for binary protocol.
457 * Many updates to documentation.
458
459 ## 0.26
460 > released 2009-01-29
461
462 * Fix for decrement on hash key
463 * Fixed assert that was catching bad memset() call in host_reset()
464 * Fix purge issue for blocked IO which has been stacked.
465
466 ## 0.25
467 > released 2008-11-28
468
469 * Jenkins HASH added.
470 * Update of Murmur hash code
471 * Support explicit weights (Robey Pointer, Evan Weaver)
472 * Bugfix for ketama continuum (Robey Pointer)
473 * New behavior MEMCACHED_BEHAVIOR_HASH_WITH_PREFIX_KEY (Robey Pointer)
474 * Don't ever call stats for weighting servers, because it is unstable.
475
476 ## 0.24
477 > released 1970-01-01
478
479 * Cleanup compile warnings.
480 * Fix issues in partitioning by keys.
481 * Fixed "fail case" to make sure when calling memcached_clone() no memcached_st is over written.
482 * New memcached_server_by_key() method for finding a server from a key.
483 * memcached_server_free() was added for freeing server structures.
484
485
486 ## 0.23
487 > released 2008-09-07
488
489 * Added strings.h header for Solaris 9
490 * Solaris 64bit fix.
491 * Support for weighted Ketama from Yin Chen.
492 * Fix for Chinese
493 * Fix for 0 length key to trigger bad key.
494 * Added behaviors MEMCACHED_BEHAVIOR_SND_TIMEOUT, MEMCACHED_BEHAVIOR_RCV_TIMEOUT
495 * Support for Binary Protocol added
496
497 ## 0.22
498 > released 2008-07-14
499
500 * Fix where master key was no being checked for "bad key"
501 * Fixed bugs in stats output (thread output was wrong)
502 * Clarified MEMCACHED_BAD_KEY_PROVIDED is return for bad prefix key.
503 * Found a bug in Flags return (Jacek Ostrowski)
504 * Fixed issue with compiling on Visual Studio
505
506 ## 0.21
507 > released 2008-05-24
508
509 * Change of char * to const char * for all key based functions.
510 * New MEMCACHED_CALLBACK_PREFIX_KEY added. You can now create domains for values.
511 * Fixed bug introducd in last version on memcp
512 * Fix for death of file io to call shutdown()
513
514 ## 0.20
515 > released 2008-05-05
516
517 * New consistent distribution tests.
518 * Found a memory leak when a server constantly fails.
519 * Fix in watchpoint macro
520 * Changed default timeout to 1 second for poll timeouts
521 * Wheel uses less memory/dynamic allocation for size (no longer limited to 512 hosts by default.
522 * memslap memory leak fix
523 * Added Ketama distribution
524 * Fix assert.h compile problem on CentOS
525
526 ## 0.19
527 > released 2008-04-09
528
529 * Documentation fix in libmemcached.
530 * Fixed bug where sort was always occuring on hosts
531 * Logic fix in branch prediction (thanks Jay!)
532 * Read through cached support.
533 * Fixed for cas by key operation.
534 * Fix for memcached_server_st list structures to have correct count.
535 * Added callback MEMCACHED_CALLBACK_DELETE_TRIGGER
536 * Removed function call in favor of macro (aka cut out some instructions)
537
538
539 ## 0.18
540 > released 2008-03-17
541
542 * Fix plus tests for non-zero value objects and flags.
543 * MEMCACHED_HASH_MURMUR added for murmur algorithm provided.
544 * MEMCACHED_BEHAVIOR_RETRY_TIMEOUT added to keep connecting from looping on timeout.
545 * gcc branch prediction optimizations
546 * Refactored entire tree to make include files cleaner
547 * Fixed leaked socket.
548
549 ## 0.17
550 > released 2008-02-27
551
552 * MEMCACHED_BEHAVIOR_CONNECT_TIMEOUT added for connect timeout in non-block mode.
553 * Incompatible change in memcached_behavior_set() api. We now use a uint64_t, instead of a pointer.
554 * Fix for storage of values for zero.
555 * memcached_server_cursor() function added to API for cycling through servers.
556
557 ## 0.16
558 > released 2008-02-18
559
560 * Work on the UDP protocol
561 * Added get_by_key, set_by_key tests for C++ API
562 * Fix for limit_maxbytes to be 64bit in stats
563 * Added Atom Smasher test (scale baby, scale!)
564 * Servers are now sorted, meaning that servers are now ordered so that clients with the same lists, will have same distribution. (Idea from Ross McFarland). MEMCACHED_BEHAVIOR_SORT_HOSTS was added to enable this support.
565 * Added MEMCACHED_BAD_KEY_PROVIDED error for auto, set, and get operations. MEMCACHED_BEHAVIOR_VERIFY_KEY was added to enable this feature.
566 * More error messages on command line tools.
567 * Fixed bugs in memcached_cas() operator.
568 * Fix to loop through interfaces
569
570 ## 0.15
571 > released 2008-01-29
572
573 * More work on the C++ API.
574 * Bug fixes around block corner cases.
575 * Slight performance increase in both read() and write().
576
577 ## 0.14
578 > released 2008-01-22
579
580 * For for bug found by Evan Weaver where increment() was not returning propper error of value was not found.
581 * Fix for bad null pointer on flag by Toru Maesaka.
582 * Refactor of all IO to just pass in the active server
583 * Problem configuring (PKG_CHECK_MODULES) fixed by removal of "rpath" in support/libmemcached.pc.in (Thanks to Ross McFarland).
584 * Added memcached_callback_get()/set()
585 * First prototype of C++ interface
586 * Updated docs for uint16_t changes in previous release
587
588 ## 0.13
589 > released 2008-01-13
590
591 * MEMCACHED_BEHAVIOR_USER_DATA added to store user pointer.
592 * Fix for failure to connect to invalidate socket.
593 * Patch from Marc Rossi to add --hash option for memcp, memrm, and memcat.
594 * Kevin's patch for fixing EOF issues during a read.
595 * Toru Maesaka patch for stats mismatch
596 * Fix for when CRC return 0
597 * Fixed uint16_t issues around flags. Turns out the documentation on the protocol was wrong.
598 * Lingering socket fixes for FreeBSD.
599 * Patches from Kevin Dalley for FreeBSD 4.0
600 * Added multi delete functions.
601 * All get key returns have C style null termination
602 * If memcached_server_list_append is passed NULLs instead of pointers it returns NULL.
603 * Added memcached_fetch_execute() method
604 * Found a bug where memcached_fetch() was not null terminating the result value.
605 * memcached_behavior() now has the ability to set "buffering" so that data is not automatically flushed.
606 * Behavior change, buffered commands now return MEMCACHED_BUFFERED
607
608 ## 0.12
609 > released 2007-12-11
610
611 * Updates for consistent hashing
612 * IPV6 support
613 * Static allocation for hostname (performance)
614 * Fixed bug where in non-block mode all data might not have been sent on close().
615 * Refactor of memcached_get() to use common code.
616 * Change in value fetch, MEMCACHED_END is now returned when keys are no longer in the pipe.
617 * Fixed bug where key could be out of range of characters
618 * Added _by_key() methods to allow partitioning of values to particular servers.
619 * MEMCACHED_DEFAILT_TIMEOUT is now set to a non -1 value.
620 * Performance improvements in get operations.
621
622 ## 0.11
623 > released 2007-11-26
624
625 * Added option to memcache_behavior_set() so that poll() can be timed out.
626 * Fixed memory leak in case of using memcached_fetch_result() where no value was returned.
627 * Bug fixed in memcached_connect() which would cause servers that did not need to be enabled to be enabled (performance issue).
628 * Rewrote bounds checking code for get calls.
629 * "make test" now starts its own memcached servers.
630 * Added Hseih hash (MEMCACHED_HASH_HSIEH), which is showing about 7% performance over standard hash.
631
632 ## 0.10
633 > released 2007-11-21
634
635 * Added append binary test.
636 * Added MEMCACHED_BEHAVIOR_CACHE_LOOKUPS behavior so that you can save on multiple DNS lookups.
637 * Added CAS support, though this is optional and must be enabled during runtime.
638 * Added the utility memerror to create human readable error strings from memcached errors (aka convert ints to strings)
639 * Fixed type in MEMCACHED_HOST_LOOKUP_FAILURE
640 * Fixed bug where hostname might not be null terminated
641 * Moved to using gethostbyname_r() on Linux to solve thread safety issue
642 * Added -rpath support for pkg-config
643 * Documentation fix for hash setting using memcached_behavior_set()
644
645 ## 0.9
646 > released 2007-11-15
647
648 * fix for when no servers are definied.
649 * different buffers are now kept for different connections to speed up async efforts
650 * Modified increment/decrement functions to return uint64_t values
651 * Fixed bug in cases where zero length keys were provided
652 * Thread cleanup issue in memslap
653 * No hostname lookup on reconnect
654 * Fix for flag settings (was doing hex by accident!)
655 * Support for 1.2.4 server additions "prepend" and "append" added.
656 * Added memcached_version()... not sure if I will make this public or not.
657
658 ## 0.8
659 > released 2007-11-05
660
661 * Adding support for CRC hash method
662 * Adding support for UNIX sockets
663 * Added additional HASHing methods of FNV1_64,FNV1A_64, FNV1_32, FNV1A_32
664 * Added pkgconfig support (PKG_CHECK_MODULES)
665 * Fixed conflict with defined type in MySQL
666 * Added memcached_result_st structure and functions to manipulate it.
667
668 ## 0.7
669 > released 2007-10-30
670
671 * Poved to poll() from select()
672 * Fixes in internal string class for allocation of large numbers of strings.
673 * memcached_mget() function now sends keys as it parses them instead of building strings as it goes.
674 * Propper flush now for making sure we get all IO sent even when in non-block mode.
675 * Added --enable-debug rule for configure
676 * All asserts() removed (hey this is going into production!)
677
678
679 ## 0.6
680 > released 2007-10-17
681
682 * get value returns are now null terminated (request by Cal Heldenbrand)
683 * Fixed connections for more hosts then two.
684 * Rewrite of the read/write IO systems to handle different sorts of host failures.
685 * Added man pages for all functions and tools
686 * Raised buffer size for readinng/writing to 16K
687 * You can now optionally set the socket size for recv/send via memached_behavior_set/get.
688
689 ## 0.5
690 > released 2007-10-09
691
692 * Ruby maintainer mentioned TCP_NODELAY patch he had added. Added this to C
693 library as well. (Eric Hodel drbrain@segment7.net)
694 * Added support script for set_benchmark
695 * Updated memslap to allow testing of TCP_NODELAY
696 * Updated memslap to support --flush (aka dump memcache servers before testing)
697 * Fixed bug in multiple hosts not being activated
698 * Added environmental variable MEMCACHED_SERVERS which can be used to set the servers list.
699 * fixed memcached_stat method (and now memstat works)
700 * server connect now happens on demand.
701 * Help for all command line applications
702
703 ## 0.4
704 > released 2007-10-03
705
706 * Added buffered IO to write calls for keys
707 * Added buffered IO for reads
708 * memstat was broken (bad if/else on connect)
709 * New non-blocking IO (not default yet). Mucho faster
710 * Refactor of test system.
711 * memslap crash solved
712
713 ## 0.3
714 > released 2007-10-01
715
716 * Jeff Fisher <guppy@techmonkeys.org> provided a spec file
717 * Added "make rpm" around dist file
718 * Added support for Solaris
719 * Added support for DTrace
720 * Fixed read to be recv and write to be send
721 * Bug fix where memstat would core if no server was found
722 * Added memslap tool (load generator)
723 * Numerous bug fixes in library
724 * Added calls to library for creating host lists (see text cases to understand how to use this).
725
726 ## 0.2
727 > released 2007-09-27
728
729 * First public version