docs: update release date
[awesomized/libmemcached] / ChangeLog-1.1.md
1 # ChangeLog v1.1
2
3 ## v 1.1.2
4
5 > released 2022-08-09
6
7 * Fix handling of negative expiration values, which are somehow allowed by legacy.
8 See also [gh #125](https://github.com/awesomized/libmemcached/issues/125),
9 and [gh #76](https://github.com/awesomized/libmemcached/issues/76).
10
11 ## v 1.1.1
12
13 > released 2021-09-16
14
15 * Fix [gh #67](https://github.com/awesomized/libmemcached/issues/67):
16 GET returns `NOTFOUND` on `TIMEOUT`.
17 * Fix [gh #113](https://github.com/awesomized/libmemcached/issues/105):
18 Build failure with Catch2 < 2.13.5.
19 * Add [gh #114](https://github.com/awesomized/libmemcached/pull/114):
20 Add possibility to use libcrypto for encryption.
21 * Add [gh #115](https://github.com/awesomized/libmemcached/pull/115):
22 Add `LIBMEMCACHED_AWESOME` CPP define.
23 * Add test for [gh #75](https://github.com/awesomized/libmemcached/issues/75):
24 memcached_clone of SASL connection closes random file descriptor.
25 * Fix [gh #116](https://github.com/awesomized/libmemcached/issues/116):
26 Add libmemcachedpotocol-0-0/configure.h guarding `ssize_t` typedef.
27 * Fix [gh #120](https://github.com/awesomized/libmemcached/issues/120):
28 libmemcached.pc is missing a `Requires` entry for libsasl2.
29
30 ## v 1.1.0
31
32 > released 2021-06-23
33
34 **Changes from beta3:**
35
36 * Add ASCII multi get support to bin/memslap.
37
38 See logs from `beta3`, `beta2`, and `beta1` for
39 the full list of changes since the last 1.0 release.
40
41 ## v 1.1.0-beta3
42
43 > released 2021-04-15
44
45 **Changes from beta2:**
46
47 * Fix [gh #108](https://github.com/awesomized/libmemcached/issues/105):
48 macOS Big Sur: dtrace does not understand -G switch.
49 * Add support for IPv6 bracketed syntax in `memcached_servers_parse`.
50 * Make `memcat`'s `--file` option's argument optional defaulting to `<key>`.
51 * Fix libmemcachedprotocol's binary `STAT` and `VERSION` handlers.
52 * Fix [gh #105](https://github.com/awesomized/libmemcached/issues/105):
53 EINTR handled too defensively when polling.
54
55 ## v 1.1.0-beta2
56
57 > released 2020-12-28
58
59 **Changes from beta1:**
60
61 * Fix [gh #103](https://github.com/awesomized/libmemcached/issues/103):
62 Build failure on 32-bit.
63 * Fix [gh #102](https://github.com/awesomized/libmemcached/issues/102):
64 Doc build with old sphinx.
65 * Fix [gh #100](https://github.com/awesomized/libmemcached/issues/100):
66 Revert symbolic rename of public header include directories.
67 * Fix [gh #98](https://github.com/awesomized/libmemcached/issues/98):
68 Library SONAMEs and NAME_LINKs differ from 1.0.18.
69 * Fix [gh #97](https://github.com/awesomized/libmemcached/issues/97):
70 Location of cmake files installation directory.
71 * Fix [gh #96](https://github.com/awesomized/libmemcached/issues/96):
72 LIBXXX_VERSION_HEX constants format.
73
74 ## v 1.1.0-beta1
75
76 > released 2020-12-21
77
78 **NOTE:**
79 This is a bug fix release, not a feature release. The minor version number
80 was incremented due to the following changes:
81
82 * Ported build system to CMake.
83 * Ported test suite to Catch2.
84 * Build requires C++11 compiler support.
85 * Tests require C++17 compiler support.
86 * Moved to the Semantic Versioning Specification: https://semver.org
87 * Moved the project from launchpad to github:
88 * Source: https://github.com/awesomized/libmemcached
89 * Documentation: https://awesomized.github.io/libmemcached
90 * Continuous Integration:
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 <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 [ChangeLog-1.0](./ChangeLog-1.0.md) for changes prior v1.1.