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