Skip to content

Commit

Permalink
update version 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
qiongtubao committed Aug 29, 2020
1 parent 90726c4 commit c8efba8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CRDT-RELEASENOTES
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
================================================================================
XRedis-CRDT 1.0.6 Released Sat Aug 8 20:59:30 CST 2020
================================================================================
Upgrade urgency LOW: Compared with the previous version, there are some improvements, mainly:
Major things:
* [bugfix] redis-server crash when load non-crdt hash object(encoding=obj_encoding_ht)
* [bugfix] redis-server crash when hashtombstone and kv value merge
* [opt] master_is_crdt default is true
================================================================================
XRedis-CRDT 1.0.5 Released Sat Aug 8 20:59:30 CST 2020
================================================================================
Upgrade urgency LOW: Compared with the previous version, there are some improvements, mainly:
Expand Down
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP=crdt-module
Version=1.0.5
Version=1.0.6
Package=$APP-$Version

if [ -f $package ]; then
Expand Down

0 comments on commit c8efba8

Please sign in to comment.