Skip to content

Commit ea84cc1

Browse files
namsicjhpark816
authored andcommitted
DOCS: Set unstable version to ChangeLog
1 parent 086c3a8 commit ea84cc1

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

ChangeLog

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,17 @@
102102
* [TEST] added pipeline test case of swallowing normal data issue.
103103
* [DOC] added automatic scrub feature explanation.
104104
* [CLEANUP] refactored a lot of codes and docs.
105+
* Unstable Items
106+
* Abnormal behavior when count is 0 with offset in bop mget/smget
105107

106-
2021-10-26 [version 1.13.3]
108+
2021-10-26 [version 1.13.3] - UNSTABLE
107109
* [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
108114

109-
2021-06-28 [version 1.13.2]
115+
2021-06-28 [version 1.13.2] - UNSTABLE
110116
* [FEATURE] supported zk_reconfig auto enable feature.
111117
* [FEATURE] added stats zookeeper command.
112118
* [FEATURE] added zk reconfig stats.
@@ -115,8 +121,12 @@
115121
* [FIX] print checkpoint file size stat in 64bit.
116122
* [FIX] initialized the eresult structure before ACTION_BEFORE_XXX().
117123
* [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
118128

119-
2021-03-15 [version 1.13.1]
129+
2021-03-15 [version 1.13.1] - UNSTABLE
120130
* [FEATURE] support nested prefix. (not yet enabled)
121131
* [FEATURE] added "stats persistence" command.
122132
* [FEATURE] added config command for changing the persistence settings.
@@ -128,8 +138,12 @@
128138
* [DOC] added description for persistence stats.
129139
* [DOC] added description for unreadable attribute.
130140
* [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
131145

132-
2020-12-16 [version 1.13.0]
146+
2020-12-16 [version 1.13.0] - UNSTABLE
133147
* [FEATURE] added mgets command
134148
* [FEATURE] added persistence function in default engine. (beta)
135149
* [FEATURE] added default_engine.conf file to set engine settings.
@@ -148,6 +162,10 @@
148162
* [CLEANUP] added the item apply functions.
149163
* [CLEANUP] separated the item module into multiple files.
150164
* [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
151169

152170
2020-09-04 [version 1.12.2]
153171
* [FEATURE] support item size exceeding 1MB by removing asserts on that.
@@ -168,13 +186,17 @@
168186
* [DOC] add detailed descrption for kv response
169187
* [DOC] add description about config command
170188
* [OTHER] do extensive code refactoring.
189+
* Unstable Items
190+
* Abnormal behavior when count is 0 with offset in bop mget/smget
171191

172192
2020-03-30 [version 1.12.1]
173193
* [FIX] Fixed memory overwrite when tokernize strings in memory blocks.
174194
* [FIX] Added ENGINE_ENOMEM error handling where it is missed.
175195
* [DOC] Provided the more specific explanation about stats command.
176196
* [DOC] Added a compilation FAQ page.
177197
* [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
178200

179201
2020-03-16 [version 1.12.0]
180202
* [FEATURE] Changed max_element_bytes(4KB=>16KB) and set configurable.

0 commit comments

Comments
 (0)