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