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
- @imgbot made their first contribution in #1068
- @dellnoantechnp made their first contribution in #1113
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