New
v3.1.9.1
What's Changed
- chore(deps): bump github.com/sashabaranov/go-openai from 1.32.3 to 1.32.5 by @dependabot in https://github.com/cookieY/Yearning/pull/1121
Full Changelog: https://github.com/cookieY/Yearning/compare/v3.1.9...v3.1.9.1
What's Changed
- [x] Fixed the issue where queries could not be executed in SSL connection mode for data sources #1124
- [x] Resolved the privilege escalation issue in query audit mode #1126
- [x] Addressed the precision loss issue with bigint(20) type query results #1104
- [x] Fixed the issue where the drawer did not close correctly after audit operations #1100
- [x] Code cleanup
更新内容
- [x] 修复了数据源SSL连接模式下无法执行查询的问题 #1124
- [x] 修复了查询审核模式下存在权限逃逸的问题 #1126
- [x] 修复了 bigint(20) 类型下查询结果精度丢失的问题 #1104
- [x] 修复了审核操作后抽屉框没有正确关闭的问题 #1100
- [x] 代码清理