Skip to content

Commit 976454a

Browse files
committed
docs: update
1 parent a7fb8bc commit 976454a

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

update-en.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,25 @@
22

33
# 1.3.7(2025/xx/xx)
44
### add
5-
* camellia-redis-client, pipeline support multiKey commands, thanks [@TherChenYang](https://github.com/TherChenYang)
5+
* camellia-redis-client, pipeline support multiKey commands, current support mget
6+
* camellia-redis-client, support jedis5新增对jedis5的支持
7+
* camellia-tools, support `SimpleConfigFetcher` as a simple config server
8+
* camellia-tools, provide `HttpClientUtils` as a simple http tools
9+
* camellia-redis-client, support use `SimpleConfigFetcher`
10+
* camellia-hbase-client, support use `SimpleConfigFetcher`
11+
* camellia-redis-proxy, support use `SimpleConfigFetcher`
12+
* camellia-hbase-client, support custom kv in resource url
613

714
### update
8-
* none
15+
* camellia-redis-proxy, kv, optimize gc logic, support configure gc threads
16+
* camellia-redis-client, optimize log on redis-cluster-slave
917

1018
### fix
1119
* camellia-delay-queue-sdk-spring-boot, move listener registration logic to BeanPostProcessor, thanks [@logan2013](https://github.com/logan2013)
20+
* camellia-redis-proxy/camellia-redis-client, ltrim should write command, thanks [@shenyujia2512](https://github.com/shenyujia2512)
21+
* camellia-redis-client, fix redis-cluster-slave init
22+
* camellia-redis-proxy, fix ConcurrentModificationException error when remove callback on ProxyDynamicConf callback
23+
* camellia-redis-client, fix no use of username on redis-cluster-slave authentication
1224

1325

1426
# 1.3.6(2025/06/23)

update-zh.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,25 @@
22

33
# 1.3.7(2025/xx/xx)
44
### 新增
5-
* camellia-redis-client,pipeline操作支持multiKey的命令,如mget等,感谢 [@TherChenYang](https://github.com/TherChenYang)
5+
* camellia-redis-client,pipeline操作支持multiKey的命令,当前支持mget
6+
* camellia-redis-client,新增对jedis5的支持
7+
* camellia-tools,支持 `SimpleConfigFetcher`,方便定义一个简单的外部配置中心
8+
* camellia-tools,提供一个简单的http调用工具类 `HttpClientUtils`
9+
* camellia-redis-client,支持使用 `SimpleConfigFetcher` 管理动态配置
10+
* camellia-hbase-client,支持使用 `SimpleConfigFetcher` 管理动态配置
11+
* camellia-redis-proxy,支持使用 `SimpleConfigFetcher` 管理动态配置
12+
* camellia-hbase-client,支持在url中使用自定义kv
613

714
### 更新
8-
*
15+
* camellia-redis-proxy,kv,优化gc逻辑,支持配置并发线程
16+
* camellia-redis-client,优化了redis-cluster-slave的日志打印
917

1018
### fix
1119
* camellia-delay-queue-sdk-spring-boot,优化初始化逻辑,避免bean互相依赖场景下没有注册CamelliaDelayMsgListener,感谢 [@logan2013](https://github.com/logan2013)
20+
* camellia-redis-proxy/camellia-redis-client,ltrim命令应该是写命令,感谢 [@shenyujia2512](https://github.com/shenyujia2512)
21+
* camellia-redis-client,修复redis-cluster-slave初始化的问题
22+
* camellia-redis-proxy,修复ProxyDynamicConf在callback中执行remove callback时的ConcurrentModificationException报错问题
23+
* camellia-redis-client,redis-cluster-slave初始化时,配置了username却没有使用的问题
1224

1325

1426
# 1.3.6(2025/06/23)

0 commit comments

Comments
 (0)