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