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