增加Gbase8c驱动支持(pr#4018@Github)

This commit is contained in:
Looly 2025-08-19 16:58:16 +08:00
parent ed56b6bb40
commit 3d304f6168

View File

@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.40(2025-08-18)
# 5.8.40(2025-08-19)
### 🐣新特性
* 【captcha】 `MathGenerator`四则运算方式支持不生成负数结果pr#1363@Gitee
@ -12,6 +12,7 @@
* 【core 】 `MapUtil`增加flatten方法pr#1368@Gitee
* 【extra 】 `getClientIP`优先获取传入的请求头信息pr#1373@Gitee
* 【db 】 增加`Gbase8s`驱动支持issue#ICSFAM@Gitee
* 【db 】 增加`Gbase8c`驱动支持pr#4018@Github
### 🐞Bug修复
* 【extra 】 `Sftp``reconnectIfTimeout`方法改为捕获所有异常issue#3989@Github