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