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