Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions SWAP-RELEASENOTES
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
================================================================================
ror-1.4.10 Released Thu Apr 9 00:00:00 CST 2026
================================================================================
* [fix] ltrim error caused by listMetaAppendSegment_
* [fix] fix swapListMetaDelRange arguments error
* [fix] metascan is only allowed for current dbid
* [fix] restore server.current_client
* [fix] deferFreeClient
* [feat] set rocksdb db log dir

================================================================================
ror-1.4.9 Released Thu Dec 4 00:00:00 CST 2025
================================================================================
* [fix] disable background compaction when fork to avoid rocksdb hang when open and scheudle background compaction.
* [fix] Due to known risks when using io_uring in Linux kernel 5.10, the RocksDB asyncio feature is disabled by default.
* [feat] gap changed from diff of gtid.set to diff of gtid.executed.
* [feat] support tracking heartbeat && tracking invalidateoff

================================================================================
ror-1.4.8 Released Wed Jul 23 00:00:00 AM CST 2025
================================================================================
Expand Down
7 changes: 7 additions & 0 deletions XREDIS-RELEASENOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
================================================================================
xredis-2.2.4 Released Thu Apr 9 00:00:00 CST 2026
================================================================================
* [hotfix] unit/memefficiency.tcl
* [hotfix] unit/maxmemory.tcl
* [hotfix] xsync continue error when xsync continue point adjust to psync from (server.repl_mode->from < server.repl_backlog_off)

================================================================================
xredis-2.2.3 Released Tue Dec 23 00:00:00 CST 2025
================================================================================
Expand Down
2 changes: 1 addition & 1 deletion src/ctrip.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#ifndef SRC_CTRIP_H_
#define SRC_CTRIP_H_

#define XREDIS_VERSION "2.2.3"
#define XREDIS_VERSION "2.2.4"
#define CONFIG_DEFAULT_SLAVE_REPLICATE_ALL 0

void xslaveofCommand(client *c);
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define REDIS_VERSION "6.2.6"
#define REDIS_VERSION_NUM 0x00060206
#define SWAP_VERSION "1.4.9"
#define SWAP_VERSION "1.4.10"
Loading