5.8.38(2025-05-13)
🐣新特性
- 【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) - 【core 】 重载subtractToList方法,提供isLinked选项(pr#3923@Github)
- 【extra 】
TemplateConfig
增加setUseCache
方法(issue#IC3JRY@Gitee) - 【extra 】
AbstractFtp
增加rename
方法(issue#IC3PMI@Gitee) - 【core 】 优化
PropDesc
缓存注解判断,提升性能(pr#1335@Gitee) - 【core 】 添加
RecordUtil
支持record类(issue#3931@Github) - 【core 】
Dict
的customKey方法访问权限修改为protected(pr#1340@Gitee) - 【ai 】 增加hutool-ai模块,对AI大模型的封装实现(pr#3937@Github)
🐞Bug修复
- 【setting】 修复
Setting
autoLoad可能的加载为空的问题(issue#3919@Github) - 【db 】 修复某些数据库的getParameterMetaData会返回NULL,导致空指针的问题。(pr#3936@Github)
- 【extra 】 修正
SshjSftp
在SftpSubsystem服务时报错问题(pr#1338@Gitee)