Skip to content

Commit ece730f

Browse files
committed
version 1.12.2
1 parent 6569b46 commit ece730f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ChangeLog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2020-09-04 [version 1.12.2]
2+
* [FEATURE] support item size exceeding 1MB by removing asserts on that.
3+
* [FEATURE] remove dual space in the pipe header response string.
4+
* [FIX] prevent memory out-of-range while printing out key on log.
5+
* [FIX] set to CLIENT_ERROR error when E2BIG error occurs.
6+
* [FIX] fix miscalculation of snprintf string size
7+
* [FIX] clear azk_count during zookeeper rejoin process
8+
* [FIX] call the missed release_independent_stats() when shutdown.
9+
* [CLEANUP] added a new item_scan facility.
10+
* [CLEANUP] separated the prefix module from the assoc module.
11+
* [CLEANUP] used the new item_scan facility when dump items.
12+
* [CLEANUP] set max_element_bytes config in engine.
13+
* [CLEANUP] do logging when hash collision occurs.
14+
* [TEST] add pipe overflow test.
15+
* [TEST] augment the mop get tests.
16+
* [DOC] modify the format for use in ARCUS documentation system.
17+
* [DOC] add detailed descrption for kv response
18+
* [DOC] add description about config command
19+
* [OTHER] do extensive code refactoring.
20+
121
2020-03-30 [version 1.12.1]
222
* [FIX] Fixed memory overwrite when tokernize strings in memory blocks.
323
* [FIX] Added ENGINE_ENOMEM error handling where it is missed.

0 commit comments

Comments
 (0)