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