Skip to content

v3.1.9

Latest
Compare
Choose a tag to compare
@cookieY cookieY released this 01 Nov 12:44
· 10 commits to next since this release
dcc863e

What's Changed

  • [ImgBot] Optimize images by @imgbot in #1068
  • chore(deps): bump gorm.io/driver/mysql from 1.5.2 to 1.5.7 by @dependabot in #1069
  • chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.65.0 by @dependabot in #1070
  • chore(deps): bump github.com/sashabaranov/go-openai from 1.26.3 to 1.29.0 by @dependabot in #1087
  • chore(deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 by @dependabot in #1090
  • chore(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 by @dependabot in #1086
  • chore(deps): bump github.com/sashabaranov/go-openai from 1.29.0 to 1.29.1 by @dependabot in #1092
  • chore(deps): bump golang.org/x/net from 0.25.0 to 0.29.0 by @dependabot in #1093
  • Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 by @dependabot in #1026
  • chore(deps): bump gorm.io/gorm from 1.25.11 to 1.25.12 by @dependabot in #1098
  • chore(deps): bump github.com/sashabaranov/go-openai from 1.29.1 to 1.30.3 by @dependabot in #1103
  • 更新 Dockerfile 以及 docs 说明文档 by @dellnoantechnp in #1113
  • chore(deps): bump github.com/sashabaranov/go-openai from 1.30.3 to 1.32.3 by @dependabot in #1118
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #1025
  • chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in #1111

New Contributors

Full Changelog: v3.1.8...v3.1.9

What's Changed

  • Optimized the AI assistant's streaming message reply format
  • Fixed the issue where the list would not refresh when creating a data source
  • Fixed the issue of precision loss for bigint type data #1104
  • Fixed the issue of unsupported SSL connection for executing SQL #1120
  • Added DMLWhereExprValueIsNull audit parameter: checks if the DML statement's where condition value is null
  • Added a review button #1032

更新内容

  • 优化了AI助手的流式消息回复格式
  • 修复了创建数据源时列表不刷新的问题
  • 修复了 bigint 类型数据精度丢失的问题 #1104
  • 修复了不支持 SSL 连接执行 SQL 的问题 #1120
  • 新增 DMLWhereExprValueIsNull 审核参数:检查 DML 语句的 where 条件值是否为 null
  • 新增审核按钮 #1032