WatchServer新增通过Path获取WatchKey方法

This commit is contained in:
Looly
2023-12-29 00:19:48 +08:00
parent 1ceb0e5df6
commit c68b9df0df
2 changed files with 21 additions and 18 deletions

View File

@@ -2,9 +2,11 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.25(2023-12-28)
# 5.8.25(2023-12-29)
### 🐣新特性
* 【core 】 WatchServer新增通过Path获取WatchKey方法pr#1145@Gitee
### 🐞Bug修复
* 【core 】 修复StrJoin当append内容后调用length()会出现空指针问题issue#3444@Github
* 【core 】 修复PostgreSQL、H2使用upsert字段大小写问题issue#I8PB4X@Gitee