|
102 | 102 | * [TEST] added pipeline test case of swallowing normal data issue. |
103 | 103 | * [DOC] added automatic scrub feature explanation. |
104 | 104 | * [CLEANUP] refactored a lot of codes and docs. |
| 105 | + * Unstable Items |
| 106 | + * Abnormal behavior when count is 0 with offset in bop mget/smget |
105 | 107 |
|
106 | | -2021-10-26 [version 1.13.3] |
| 108 | +2021-10-26 [version 1.13.3] - UNSTABLE |
107 | 109 | * [FIX] wrong parsing of delay option in flush_prefix command. |
| 110 | + * Unstable Items |
| 111 | + * Abnormal behavior when inserting an element while creating a |
| 112 | + collection that expires immediately |
| 113 | + * Abnormal behavior when count is 0 with offset in bop mget/smget |
108 | 114 |
|
109 | | -2021-06-28 [version 1.13.2] |
| 115 | +2021-06-28 [version 1.13.2] - UNSTABLE |
110 | 116 | * [FEATURE] supported zk_reconfig auto enable feature. |
111 | 117 | * [FEATURE] added stats zookeeper command. |
112 | 118 | * [FEATURE] added zk reconfig stats. |
|
115 | 121 | * [FIX] print checkpoint file size stat in 64bit. |
116 | 122 | * [FIX] initialized the eresult structure before ACTION_BEFORE_XXX(). |
117 | 123 | * [CLEANUP] separate heartbeat implementation into arcus_hb files. |
| 124 | + * Unstable Items |
| 125 | + * Abnormal behavior when inserting an element while creating a |
| 126 | + collection that expires immediately |
| 127 | + * Abnormal behavior when count is 0 with offset in bop mget/smget |
118 | 128 |
|
119 | | -2021-03-15 [version 1.13.1] |
| 129 | +2021-03-15 [version 1.13.1] - UNSTABLE |
120 | 130 | * [FEATURE] support nested prefix. (not yet enabled) |
121 | 131 | * [FEATURE] added "stats persistence" command. |
122 | 132 | * [FEATURE] added config command for changing the persistence settings. |
|
128 | 138 | * [DOC] added description for persistence stats. |
129 | 139 | * [DOC] added description for unreadable attribute. |
130 | 140 | * [CLEANUP] refactored arcus_zk and cluster_config modules. |
| 141 | + * Unstable Items |
| 142 | + * Abnormal behavior when inserting an element while creating a |
| 143 | + collection that expires immediately |
| 144 | + * Abnormal behavior when count is 0 with offset in bop mget/smget |
131 | 145 |
|
132 | | -2020-12-16 [version 1.13.0] |
| 146 | +2020-12-16 [version 1.13.0] - UNSTABLE |
133 | 147 | * [FEATURE] added mgets command |
134 | 148 | * [FEATURE] added persistence function in default engine. (beta) |
135 | 149 | * [FEATURE] added default_engine.conf file to set engine settings. |
|
148 | 162 | * [CLEANUP] added the item apply functions. |
149 | 163 | * [CLEANUP] separated the item module into multiple files. |
150 | 164 | * [CLEANUP] refactored many parts in source code. |
| 165 | + * Unstable Items |
| 166 | + * Abnormal behavior when inserting an element while creating a |
| 167 | + collection that expires immediately |
| 168 | + * Abnormal behavior when count is 0 with offset in bop mget/smget |
151 | 169 |
|
152 | 170 | 2020-09-04 [version 1.12.2] |
153 | 171 | * [FEATURE] support item size exceeding 1MB by removing asserts on that. |
|
168 | 186 | * [DOC] add detailed descrption for kv response |
169 | 187 | * [DOC] add description about config command |
170 | 188 | * [OTHER] do extensive code refactoring. |
| 189 | + * Unstable Items |
| 190 | + * Abnormal behavior when count is 0 with offset in bop mget/smget |
171 | 191 |
|
172 | 192 | 2020-03-30 [version 1.12.1] |
173 | 193 | * [FIX] Fixed memory overwrite when tokernize strings in memory blocks. |
174 | 194 | * [FIX] Added ENGINE_ENOMEM error handling where it is missed. |
175 | 195 | * [DOC] Provided the more specific explanation about stats command. |
176 | 196 | * [DOC] Added a compilation FAQ page. |
177 | 197 | * [TEST] Added tests for verifying binary bkey OUT_OF_RANGE response. |
| 198 | + * Unstable Items |
| 199 | + * Abnormal behavior when count is 0 with offset in bop mget/smget |
178 | 200 |
|
179 | 201 | 2020-03-16 [version 1.12.0] |
180 | 202 | * [FEATURE] Changed max_element_bytes(4KB=>16KB) and set configurable. |
|
0 commit comments