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