|
2 | 2 |
|
3 | 3 | # 1.3.7(2025/xx/xx) |
4 | 4 | ### 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 |
6 | 13 |
|
7 | 14 | ### 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 |
9 | 17 |
|
10 | 18 | ### fix |
11 | 19 | * 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 |
12 | 24 |
|
13 | 25 |
|
14 | 26 | # 1.3.6(2025/06/23) |
|
0 commit comments