Skip to content

Commit

Permalink
feat: update docs (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
caojiajun committed Sep 25, 2024
1 parent 6c090f8 commit 575284e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions update-en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
[中文版](update-zh.md)

# 1.3.0(2024/10/xx)
### add
* camellia-redis-proxy, prerequisite `java_21` and `spring_boot3`
* camellia-delay-queue, prerequisite `java_21` and `spring_boot3`
* camellia-hot-key-server, prerequisite `java_21` and `spring_boot3`
* camellia-id-gen-server, prerequisite `java_21` and `spring_boot3`

### update
* camellia-redis-proxy, update config key, both support `xxx.xxx.className` and `xxx.xxx.class.name`

### fix
* none


# 1.2.30(2024/09/14)
### add
* camellia-redis-proxy,plugin, add build-in KeyPrefixMultiWriteFunc for MultiWriteProxyPlugin, as the default config
Expand Down
15 changes: 15 additions & 0 deletions update-zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
[ENGLISH](update-en.md)


# 1.3.0(2024/10/xx)
### 新增
* camellia-redis-proxy,最低java版本升级为java21,并且使用spring-boot3作为启动器,相关配套的sdk保持java8不变
* camellia-delay-queue,最低java版本升级为java21,并且使用spring-boot3作为启动器,相关配套的sdk保持java8不变
* camellia-hot-key-server,最低java版本升级为java21,并且使用spring-boot3作为启动器,相关配套的sdk保持java8不变
* camellia-id-gen-server,最低java版本升级为java21,并且使用spring-boot3作为启动器,相关配套的sdk保持java8不变

### 更新
* camellia-redis-proxy,调整了自定义实现类的配置名,同时支持 `xxx.xxx.className``xxx.xxx.class.name`

### fix
*


# 1.2.30(2024/09/14)
### 新增
* camellia-redis-proxy,plugin模块,新增内置的KeyPrefixMultiWriteFunc,用于MultiWriteProxyPlugin,并作为默认值
Expand Down

0 comments on commit 575284e

Please sign in to comment.