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