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