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