增加分段锁实现SegmentLock(pr#1330@Gitee)

This commit is contained in:
Looly
2025-04-15 11:27:46 +08:00
parent 54d6b99b98
commit 8a17fae3b7
3 changed files with 12 additions and 3 deletions

View File

@@ -2,13 +2,14 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.38(2025-04-11)
# 5.8.38(2025-04-15)
### 🐣新特性
* 【core 】 `PathUtil#del`增加null检查pr#1331@Gitee
* 【db 】 增加SAP HANA识别及方言pr#3914@Github
* 【crypto 】 增加`Argon2`实现Argon2算法issue#3890@Github
* 【core 】 `CharSequenceUtil`增加toLoweCase和toUpperCase方法issue#IC0H2B@Gitee
* 【core 】 增加分段锁实现`SegmentLock`pr#1330@Gitee
### 🐞Bug修复