Skip to content

Commit

Permalink
docs: update RELEASE doc (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
caojiajun committed Nov 25, 2024
1 parent 91cc02b commit 32bcfc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions update-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* camellia-mq-isolation, optimize logic when namespace not match on produce/consume
* camellia-mq-isolation, optimize default logic on select mq info when redis error
* camellia-dashboard/camellia-console/camellia-config remove swagger
* camellia-redis-proxy, kv, obkv do not use ttl table for performance, it's a break change

### fix
* camellia-redis-proxy, kv, zrem reply error when key not exists
Expand Down
1 change: 1 addition & 0 deletions update-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* camellia-mq-isolation,当topic和namespace不匹配时,不直接抛出异常丢弃任务,而是打印日志但是继续执行任务
* camellia-mq-isolation,优化controller执行select mq info的逻辑,当依赖redis异常时也能匹配更优结果
* camellia-dashboard/camellia-console/camellia-config,移除swagger
* camellia-redis-proxy,kv模块,修改obkv的表结构,不再使用ttl表,以便提升性能(破坏性更新)

### fix
* camellia-redis-proxy,kv模块,当key不存在时,zrem方法的返回格式错误
Expand Down

0 comments on commit 32bcfc4

Please sign in to comment.