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