SyncFinisher增加setExceptionHandler方法

This commit is contained in:
Looly
2023-05-15 19:46:18 +08:00
parent 609dc4d865
commit 6896fed4c1
3 changed files with 96 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.19.M1 (2023-05-14)
# 5.8.19.M1 (2023-05-15)
### 🐣新特性
* 【db 】 优化HttpRequest.toString()内容打印issue#3072@Github
@@ -11,6 +11,7 @@
* 【core 】 去除Opt头部的GPL协议头pr#995@Gitee
* 【core 】 邮箱校验添加对中文的支持pr#997@Gitee
* 【core 】 FileUtil.getMimeType增加webp识别pr#997@Gitee
* 【core 】 SyncFinisher增加setExceptionHandler方法issue#I716SX@Gitee
### 🐞Bug修复
* 【core 】 修复URLUtil.decode无法解码UTF-16问题issue#3063@Github