prepare v1.1.4
[awesomized/libmemcached] / ChangeLog-1.1.md
1 # ChangeLog v1.1
2
3 ## v 1.1.4
4
5 > released 2022-03-06
6
7 * Fix [gh #107](https://github.com/awesomized/libmemcached/issues/107):
8 macOS: deprecated sasl API (improve detection of `libsasl2`).
9 * Fix [gh #131](https://github.com/awesomized/libmemcached/issues/131):
10 Consider renaming tools (add `CLIENT_PREFIX` build option; default: `mem`)
11 * Fix [gh #132](https://github.com/awesomized/libmemcached/issues/132):
12 Add build of static library (add `BUILD_SHARED_LIBS` build option; default: `ON`).
13 * Fix [gh #134](https://github.com/awesomized/libmemcached/issues/134):
14 Update client option documentation.
15 * Fix [gh #136](https://github.com/awesomized/libmemcached/issues/136):
16 `libmemcachedutil` is underlinked (link against libmemcached).
17 * Fix [gh php-memcached#531](https://github.com/php-memcached-dev/php-memcached/issues/531):
18 `get` returns random values when lower than default `OPT_POLL_TIMEOUT` is set.
19
20 ## v 1.1.3
21
22 > released 2022-11-09
23
24 * Fix [gh #130](https://github.com/awesomized/libmemcached/issues/130)
25 with [gh #124](https://github.com/awesomized/libmemcached/issues/124):
26 Server response count can underflow.
27
28 ## v 1.1.2
29
30 > released 2022-08-10
31
32 * Fix handling of negative expiration values, which are somehow allowed by legacy.
33 See also [gh #125](https://github.com/awesomized/libmemcached/issues/125),
34 and [gh #76](https://github.com/awesomized/libmemcached/issues/76).
35 * Fix [gh #122](https://github.com/awesomized/libmemcached/issues/122):
36 If libcrypto implementation of AES is used, do not compile internal.
37 * Fix missing include of <array> in tests.
38 * Fix warnings with non-SASL builds.
39 * Fix pthread.h detection.
40
41 ## v 1.1.1
42
43 > released 2021-09-16
44
45 * Fix [gh #67](https://github.com/awesomized/libmemcached/issues/67):
46 GET returns `NOTFOUND` on `TIMEOUT`.
47 * Fix [gh #113](https://github.com/awesomized/libmemcached/issues/105):
48 Build failure with Catch2 < 2.13.5.
49 * Add [gh #114](https://github.com/awesomized/libmemcached/pull/114):
50 Add possibility to use libcrypto for encryption.
51 * Add [gh #115](https://github.com/awesomized/libmemcached/pull/115):
52 Add `LIBMEMCACHED_AWESOME` CPP define.
53 * Add test for [gh #75](https://github.com/awesomized/libmemcached/issues/75):
54 memcached_clone of SASL connection closes random file descriptor.
55 * Fix [gh #116](https://github.com/awesomized/libmemcached/issues/116):
56 Add libmemcachedpotocol-0-0/configure.h guarding `ssize_t` typedef.
57 * Fix [gh #120](https://github.com/awesomized/libmemcached/issues/120):
58 libmemcached.pc is missing a `Requires` entry for libsasl2.
59
60 ## v 1.1.0
61
62 > released 2021-06-23
63
64 **Changes from beta3:**
65
66 * Add ASCII multi get support to bin/memslap.
67
68 See logs from `beta3`, `beta2`, and `beta1` for
69 the full list of changes since the last 1.0 release.
70
71 ## v 1.1.0-beta3
72
73 > released 2021-04-15
74
75 **Changes from beta2:**
76
77 * Fix [gh #108](https://github.com/awesomized/libmemcached/issues/105):
78 macOS Big Sur: dtrace does not understand -G switch.
79 * Add support for IPv6 bracketed syntax in `memcached_servers_parse`.
80 * Make `memcat`'s `--file` option's argument optional defaulting to `<key>`.
81 * Fix libmemcachedprotocol's binary `STAT` and `VERSION` handlers.
82 * Fix [gh #105](https://github.com/awesomized/libmemcached/issues/105):
83 EINTR handled too defensively when polling.
84
85 ## v 1.1.0-beta2
86
87 > released 2020-12-28
88
89 **Changes from beta1:**
90
91 * Fix [gh #103](https://github.com/awesomized/libmemcached/issues/103):
92 Build failure on 32-bit.
93 * Fix [gh #102](https://github.com/awesomized/libmemcached/issues/102):
94 Doc build with old sphinx.
95 * Fix [gh #100](https://github.com/awesomized/libmemcached/issues/100):
96 Revert symbolic rename of public header include directories.
97 * Fix [gh #98](https://github.com/awesomized/libmemcached/issues/98):
98 Library SONAMEs and NAME_LINKs differ from 1.0.18.
99 * Fix [gh #97](https://github.com/awesomized/libmemcached/issues/97):
100 Location of cmake files installation directory.
101 * Fix [gh #96](https://github.com/awesomized/libmemcached/issues/96):
102 LIBXXX_VERSION_HEX constants format.
103
104 ## v 1.1.0-beta1
105
106 > released 2020-12-21
107
108 **NOTE:**
109 This is a bug fix release, not a feature release. The minor version number
110 was incremented due to the following changes:
111
112 * Ported build system to CMake.
113 * Ported test suite to Catch2.
114 * Build requires C++11 compiler support.
115 * Tests require C++17 compiler support.
116 * Moved to the Semantic Versioning Specification: https://semver.org
117 * Moved the project from launchpad to github:
118 * Source: https://github.com/awesomized/libmemcached
119 * Documentation: https://awesomized.github.io/libmemcached
120 * Continuous Integration:
121 * Github: https://github.com/awesomized/libmemcached/actions (Linux, MacOS, Windows **·** amd64)
122 * Sourcehut: https://builds.sr.ht/~m6w6/libmemcached (FreeBSD,
123 OpenBSD **·** amd64)
124 * Build artifacts: https://artifacts.m6w6.name/libmemcached/ rsync://m6w6.name::artifacts/libmemcached/
125
126
127 * Fix build failure due to comparison of incompatible types in bin/memflush and bin/memstat.
128 * Fix wrong type of memcached_instance_st::server_timeout_counter_query_id from uint32_t to uint64_t.
129 * Fix memcached_dump():
130 returned MEMCACHED_CLIENT_ERROR on request to dump illegal slab id.
131 * Fix bin/memcapable:
132 failed with "No hostname was provided" when providing a hostname.
133 * Fix hashkit/murmur and hashkit/murur3:
134 undefined behavior on platforms requiring aligned access.
135 * Fix Memcache::set():
136 possible subscription of empty vector.
137 * Fix libmemcached_util_version_check().
138 * Fix ketama/consistent hashing:
139 crash on reallocation of continuum.
140 * Fix [gh #90](https://github.com/awesomized/libmemcached/issues/90):
141 Build fails on Darwin.
142 * Fix [gh #83](https://github.com/awesomized/libmemcached/issues/83):
143 memcp waits forever if file no found.
144 * Fix [gh #80](https://github.com/awesomized/libmemcached/issues/80):
145 memparse docs.
146 * Fix [gh #72](https://github.com/awesomized/libmemcached/issues/72)
147 and [gh #47](https://github.com/awesomized/libmemcached/issues/47):
148 memcached_return_t docs.
149 * Fix [gh #62](https://github.com/awesomized/libmemcached/issues/62):
150 uint32_t overflow cause busy loop.
151 * Removed restriction of UDP+IPv6.
152 * Fix SERVER_ERROR_MEMORY_ALLOCATION_FAILURE:
153 recognize more strings returned by the server.
154 * Fix [gh #13](https://github.com/awesomized/libmemcached/issues/13):
155 reset continuum counter after freeing them.
156 * Fix [gh #14](https://github.com/awesomized/libmemcached/issues/14)
157 and [gh #17](https://github.com/awesomized/libmemcached/issues/17):
158 SASL: AUTH_CONTINUE was considered a failure and caused IO reset.
159 * Fix [gh #25](https://github.com/awesomized/libmemcached/issues/25):
160 hashkit/murmur3 unavailable.
161 * Fix missing handling of EAGAIN for non-blocking unix domain socket.
162 * Fix [gh #35](https://github.com/awesomized/libmemcached/issues/35):
163 handling of BEHAVIOR_REMOVE_FAILED_SERVERS.
164 * Fix [gh #41](https://github.com/awesomized/libmemcached/issues/41):
165 ensure stable sort on continuum host key collision.
166 * Fix [gh #42](https://github.com/awesomized/libmemcached/issues/42):
167 MEMCACHED_MAX_BUFFER docs.
168 * Fix [gh #43](https://github.com/awesomized/libmemcached/issues/43):
169 libmemcached_configuration docs.
170 * Fix [gh #46](https://github.com/awesomized/libmemcached/issues/46):
171 clarification on millisecond timeout docs.
172 * Fix [gh #50](https://github.com/awesomized/libmemcached/issues/50):
173 memcached_fetch_result() can return previously returned data.
174 * Fix [gh #53](https://github.com/awesomized/libmemcached/issues/53):
175 stack overflow in memcached_fetch_result().
176 * Fix [gh #57](https://github.com/awesomized/libmemcached/issues/57):
177 include <inttypes.h> vs <cinttypes>
178 * Fix [gh #58](https://github.com/awesomized/libmemcached/issues/58):
179 more specific error messages when connect() fails.
180 * Fix [gh #59](https://github.com/awesomized/libmemcached/issues/59):
181 bin/memcat: typo in "No servers provied".
182 * Fix [gh #77](https://github.com/awesomized/libmemcached/issues/77):
183 undeclared UINT64_C in ketama.cc.
184 * Fix [gh #12](https://github.com/awesomized/libmemcached/issues/12):
185 never reconnects after connection reset (binary protocol).
186 * Fix [gh #49](https://github.com/awesomized/libmemcached/issues/49):
187 assertion memcached_failed(rc) failed in memcached_send_ascii().
188 * Fix [gh #67](https://github.com/awesomized/libmemcached/issues/67):
189 get returns NOTFOUND on timeout.
190 * Fix [gh #76](https://github.com/awesomized/libmemcached/issues/76):
191 memcached_touch() crashes when expiration=-1 (ASCII only).
192 * Fix [gh #23](https://github.com/awesomized/libmemcached/issues/23):
193 build fails with bison 2.3.
194 * Fix memaslap: build fails with newer compiler versions.
195 * Fix usage of strerror_r() implementations returning pointer to char.
196 * Fix pipelining commands with memcached >= 1.6.
197 * Fix memcached_stat_get_value(): buffer overflow.
198 * Fix memcached_stat(): undefined behavior due to unintialized memcached_return_t.
199 * Fix SASL tests: requires SASL_PWDB_CONF.
200 * Fix bin/memaslap to idnentify itself as memaslap instead of memslap.
201 * Fix bin/memcapable to work with memcached >= 1.6.
202 * Fix murmur and murmur3 hashes on big endian platforms.
203 * Fix [gh #82](https://github.com/awesomized/libmemcached/issues/82),
204 [gh #64](https://github.com/awesomized/libmemcached/issues/64) and
205 [gh #21](https://github.com/awesomized/libmemcached/issues/21):
206 clarify documentation on replication.
207 * Fix [gh #95](https://github.com/awesomized/libmemcached/issues/95):
208 MEMCACHED_CALLBACK_GET_FAILURE and MEMCACHED_BEHAVIOR_BUFFER_REQUESTS
209 * Fix bin/memcat to output flags if requested with `--flag`.
210 * Fix [gh #68](https://github.com/awesomized/libmemcached/issues/68):
211 Windows support.
212
213 ---
214
215 See [ChangeLog-1.0](./ChangeLog-1.0.md) for changes prior v1.1.