From 670ea01be4cc87ed0777deb622e4da1bfc58bf5d Mon Sep 17 00:00:00 2001 From: chejinge <945997690@qq.com> Date: Fri, 24 Nov 2023 15:02:31 +0800 Subject: [PATCH] add changelog (#2161) Co-authored-by: chejinge --- CHANGELOG.MD | 32 +++++++++++++++++++++++++++++++- CHANGELOG_CN.MD | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 3250bcab9..9170b5bb4 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,6 +1,36 @@ -# v3.5.1 +# v3.5.2 + +## New features + +- Pika supports Redis transactions. [#2124](https://github.com/OpenAtomFoundation/pika/pull/2124) @[ForestLH](https://github.com/ForestLH) + +- Pika adds a cache layer for hot and cold data separation, improving read performance. [#2133](https://github.com/OpenAtomFoundation/pika/pull/2133) @[chejinge](https://github.com/chejinge)@[Mixficsol](https://github.com/Mixficsol) + +- Codis-Proxy supports dynamic configuration parameter modification. [#2103](https://github.com/OpenAtomFoundation/pika/pull/2103) @[dingxiaoshuai123](https://github.com/dingxiaoshuai123) + +- Completing Go Test cases. [#2063](https://github.com/OpenAtomFoundation/pika/pull/2063)@[dingxiaoshuai123](https://github.com/dingxiaoshuai123) + +- Adds cache to improve compilation speed on CI. [#2088](https://github.com/OpenAtomFoundation/pika/pull/2088)@[baerwang](https://github.com/baerwang) + +## bugfix +- Fixed coredump issue when using SETRANGE command in Pika. [#2125](https://github.com/OpenAtomFoundation/pika/issues/2125) @[chejinge](https://github.com/chejinge) +- Fixed full replication issue caused by deleting Clearreplicationid from binlog. [#2136](https://github.com/OpenAtomFoundation/pika/issues/2136) @[Mixficsol](https://github.com/Mixficsol) + +- Modified lock granularity to improve binlog writing performance in Pika. [#2129](https://github.com/OpenAtomFoundation/pika/pull/2129) @[wangshao1](https://github.com/wangshao1) + +- Added redis-copy traffic replication tool. [#2044](https://github.com/OpenAtomFoundation/pika/issues/2044) @[Mixficsol](https://github.com/Mixficsol) + +- Fixed potential data overflow issue in complex data types member variables. [#2016](https://github.com/OpenAtomFoundation/pika/pull/2106) @[u6th9d](https://github.com/u6th9d) + +- Fixed incorrect return value issue in decr command. [#2092](https://github.com/OpenAtomFoundation/pika/pull/2092) @[dingxiaoshuai123](https://github.com/dingxiaoshuai123) + +- Fixed issue where SETRANGE and SETBIT commands did not retain the original key's expiration time. [#2095](https://github.com/OpenAtomFoundation/pika/pull/2095) @[u6th9d](https://github.com/u6th9d) + + + +# v3.5.1 ## New features diff --git a/CHANGELOG_CN.MD b/CHANGELOG_CN.MD index fa27e1bd3..9c43cf2db 100644 --- a/CHANGELOG_CN.MD +++ b/CHANGELOG_CN.MD @@ -1,3 +1,34 @@ +# v3.5.2 + +## 新特性 + +- Pika 支持 Redis 事务 [#2124](https://github.com/OpenAtomFoundation/pika/pull/2124) @[ForestLH](https://github.com/ForestLH) + +- Pika 上层增加缓存层实现冷热数据分离,提升读性能 [#2133](https://github.com/OpenAtomFoundation/pika/pull/2133) @[chejinge](https://github.com/chejinge)@[Mixficsol](https://github.com/Mixficsol) + +- Codis-Proxy 支持动态修改配置参数 [#2103](https://github.com/OpenAtomFoundation/pika/pull/2103) @[dingxiaoshuai123](https://github.com/dingxiaoshuai123) + +- 补全 Go Test 测试用例 [#2063](https://github.com/OpenAtomFoundation/pika/pull/2063)@[dingxiaoshuai123](https://github.com/dingxiaoshuai123) + +- CI 增加 cache 提升编译速度 [#2088](https://github.com/OpenAtomFoundation/pika/pull/2088)@[baerwang](https://github.com/baerwang) + +## bugfix + +- 修复 pika 在使用 SETRANGE 命令出现 coredump的问题 [#2125](https://github.com/OpenAtomFoundation/pika/issues/2125) @[chejinge](https://github.com/chejinge) + +- 修复因删除 Clearreplicationid 写进 binlog 导致的全量复制问题 [#2136](https://github.com/OpenAtomFoundation/pika/issues/2136) @[Mixficsol](https://github.com/Mixficsol) + +- 修改锁粒度,提升 pika 写 binlog 的性能 [#2129](https://github.com/OpenAtomFoundation/pika/pull/2129) @[wangshao1](https://github.com/wangshao1) + +- 增加 redis-copy 流量复制工具 [#2044](https://github.com/OpenAtomFoundation/pika/issues/2044) @[Mixficsol](https://github.com/Mixficsol) + +- 修复复杂数据类型成员变量可能出现数据溢出 [#2016](https://github.com/OpenAtomFoundation/pika/pull/2106) @[u6th9d](https://github.com/u6th9d) + +- 修复 decr 命令返回值错误问题 [#2092](https://github.com/OpenAtomFoundation/pika/pull/2092) @[dingxiaoshuai123](https://github.com/dingxiaoshuai123) + +- 修复 setrange 和 setbit 命令没有保留原 key 的过期时间的问题 [#2095](https://github.com/OpenAtomFoundation/pika/pull/2095) @[u6th9d](https://github.com/u6th9d) + + # v3.5.1 ## 新特性 @@ -38,6 +69,7 @@ - 修复了 Macos 环境下编译使用 tools 导致编译不过的问题 [#2011](https://github.com/OpenAtomFoundation/pika/pull/2011) @[A2ureStone](https://github.com/A2ureStone) + # v3.5.0 ## 重大特性