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