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