Skip to content

v3.1.9.1

Latest
Compare
Choose a tag to compare
@cookieY cookieY released this 10 Nov 07:17
0b6d500

What's Changed

  • chore(deps): bump github.com/sashabaranov/go-openai from 1.32.3 to 1.32.5 by @dependabot in #1121

Full Changelog: v3.1.9...v3.1.9.1

What's Changed

  • Fixed the issue where queries could not be executed in SSL connection mode for data sources #1124
  • Resolved the privilege escalation issue in query audit mode #1126
  • Addressed the precision loss issue with bigint(20) type query results #1104
  • Fixed the issue where the drawer did not close correctly after audit operations #1100
  • Code cleanup

更新内容

  • 修复了数据源SSL连接模式下无法执行查询的问题 #1124
  • 修复了查询审核模式下存在权限逃逸的问题 #1126
  • 修复了 bigint(20) 类型下查询结果精度丢失的问题 #1104
  • 修复了审核操作后抽屉框没有正确关闭的问题 #1100
  • 代码清理