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