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