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