update changelog
[awesomized/libmemcached] / ChangeLog-1.1.md
1 # ChangeLog v1.1
2
3 ## v 1.1.0-beta2
4
5 > TBR
6
7 ### Changes from beta1:
8
9 * Fix [gh #103](https://github.com/m6w6/libmemcached/issues/103):
10 Build failure on 32-bit.
11 * Fix [gh #100](https://github.com/m6w6/libmemcached/issues/100):
12 Revert symbolic rename of public header include directories.
13 * Fix [gh #98](https://github.com/m6w6/libmemcached/issues/98):
14 Library SONAMEs and NAME_LINKs differ from 1.0.18.
15 * Fix [gh #97](https://github.com/m6w6/libmemcached/issues/97):
16 Location of cmake files installation directory.
17 * Fix [gh #96](https://github.com/m6w6/libmemcached/issues/96):
18 LIBXXX_VERSION_HEX constants format.
19
20 ## v 1.1.0-beta1
21
22 > released 2020-12-21
23
24 **NOTE:**
25 This is a bug fix release, not a feature release. The minor version number
26 was incremented due to the following changes:
27
28 * Ported build system to CMake.
29 * Ported test suite to Catch2.
30 * Build requires C++11 compiler support.
31 * Tests require C++17 compiler support.
32 * Moved to the Semantic Versioning Specification: https://semver.org
33 * Moved the project from launchpad to github:
34 * Source: https://github.com/m6w6/libmemcached
35 * Documentation: https://m6w6.github.io/libmemcached
36 * Continuous Integration:
37 * Github: https://github.com/m6w6/libmemcached/actions (Linux, MacOS, Windows **·** amd64)
38 * Sourcehut: https://builds.sr.ht/~m6w6/libmemcached (FreeBSD, OpenBSD **·** amd64)
39 * Build artifacts: https://artifacts.m6w6.name/libmemcached/ rsync://m6w6.name::artifacts/libmemcached/
40
41
42 * Fix build failure due to comparison of incompatible types in bin/memflush and bin/memstat.
43 * Fix wrong type of memcached_instance_st::server_timeout_counter_query_id from uint32_t to uint64_t.
44 * Fix memcached_dump():
45 returned MEMCACHED_CLIENT_ERROR on request to dump illegal slab id.
46 * Fix bin/memcapable:
47 failed with "No hostname was provided" when providing a hostname.
48 * Fix hashkit/murmur and hashkit/murur3:
49 undefined behavior on platforms requiring aligned access.
50 * Fix Memcache::set():
51 possible subscription of empty vector.
52 * Fix libmemcached_util_version_check().
53 * Fix ketama/consistent hashing:
54 crash on reallocation of continuum.
55 * Fix [gh #90](https://github.com/m6w6/libmemcached/issues/90):
56 Build fails on Darwin.
57 * Fix [gh #83](https://github.com/m6w6/libmemcached/issues/83):
58 memcp waits forever if file no found.
59 * Fix [gh #80](https://github.com/m6w6/libmemcached/issues/80):
60 memparse docs.
61 * Fix [gh #72](https://github.com/m6w6/libmemcached/issues/72)
62 and [gh #47](https://github.com/m6w6/libmemcached/issues/47):
63 memcached_return_t docs.
64 * Fix [gh #62](https://github.com/m6w6/libmemcached/issues/62):
65 uint32_t overflow cause busy loop.
66 * Removed restriction of UDP+IPv6.
67 * Fix SERVER_ERROR_MEMORY_ALLOCATION_FAILURE:
68 recognize more strings returned by the server.
69 * Fix [gh #13](https://github.com/m6w6/libmemcached/issues/13):
70 reset continuum counter after freeing them.
71 * Fix [gh #14](https://github.com/m6w6/libmemcached/issues/14)
72 and [gh #17](https://github.com/m6w6/libmemcached/issues/17):
73 SASL: AUTH_CONTINUE was considered a failure and caused IO reset.
74 * Fix [gh #25](https://github.com/m6w6/libmemcached/issues/25):
75 hashkit/murmur3 unavailable.
76 * Fix missing handling of EAGAIN for non-blocking unix domain socket.
77 * Fix [gh #35](https://github.com/m6w6/libmemcached/issues/35):
78 handling of BEHAVIOR_REMOVE_FAILED_SERVERS.
79 * Fix [gh #41](https://github.com/m6w6/libmemcached/issues/41):
80 ensure stable sort on continuum host key collision.
81 * Fix [gh #42](https://github.com/m6w6/libmemcached/issues/42):
82 MEMCACHED_MAX_BUFFER docs.
83 * Fix [gh #43](https://github.com/m6w6/libmemcached/issues/43):
84 libmemcached_configuration docs.
85 * Fix [gh #46](https://github.com/m6w6/libmemcached/issues/46):
86 clarification on millisecond timeout docs.
87 * Fix [gh #50](https://github.com/m6w6/libmemcached/issues/50):
88 memcached_fetch_result() can return previously returned data.
89 * Fix [gh #53](https://github.com/m6w6/libmemcached/issues/53):
90 stack overflow in memcached_fetch_result().
91 * Fix [gh #57](https://github.com/m6w6/libmemcached/issues/57):
92 include <inttypes.h> vs <cinttypes>
93 * Fix [gh #58](https://github.com/m6w6/libmemcached/issues/58):
94 more specific error messages when connect() fails.
95 * Fix [gh #59](https://github.com/m6w6/libmemcached/issues/59):
96 bin/memcat: typo in "No servers provied".
97 * Fix [gh #77](https://github.com/m6w6/libmemcached/issues/77):
98 undeclared UINT64_C in ketama.cc.
99 * Fix [gh #12](https://github.com/m6w6/libmemcached/issues/12):
100 never reconnects after connection reset (binary protocol).
101 * Fix [gh #49](https://github.com/m6w6/libmemcached/issues/49):
102 assertion memcached_failed(rc) failed in memcached_send_ascii().
103 * Fix [gh #67](https://github.com/m6w6/libmemcached/issues/67):
104 get returns NOTFOUND on timeout.
105 * Fix [gh #76](https://github.com/m6w6/libmemcached/issues/76):
106 memcached_touch() crashes when expiration=-1 (ASCII only).
107 * Fix [gh #23](https://github.com/m6w6/libmemcached/issues/23):
108 build fails with bison 2.3.
109 * Fix memaslap: build fails with newer compiler versions.
110 * Fix usage of strerror_r() implementations returning pointer to char.
111 * Fix pipelining commands with memcached >= 1.6.
112 * Fix memcached_stat_get_value(): buffer overflow.
113 * Fix memcached_stat(): undefined behavior due to unintialized memcached_return_t.
114 * Fix SASL tests: requires SASL_PWDB_CONF.
115 * Fix bin/memaslap to idnentify itself as memaslap instead of memslap.
116 * Fix bin/memcapable to work with memcached >= 1.6.
117 * Fix murmur and murmur3 hashes on big endian platforms.
118 * Fix [gh #82](https://github.com/m6w6/libmemcached/issues/82),
119 [gh #64](https://github.com/m6w6/libmemcached/issues/64) and
120 [gh #21](https://github.com/m6w6/libmemcached/issues/21):
121 clarify documentation on replication.
122 * Fix [gh #95](https://github.com/m6w6/libmemcached/issues/95):
123 MEMCACHED_CALLBACK_GET_FAILURE and MEMCACHED_BEHAVIOR_BUFFER_REQUESTS
124 * Fix bin/memcat to output flags if requested with `--flag`.
125 * Fix [gh #68](https://github.com/m6w6/libmemcached/issues/68):
126 Windows support.
127
128 ---
129
130 See [ChangeLog-1.0](./ChangeLog-1.0.md) for changes prior v1.1.