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