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