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