Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Yearning-v3.1.9-linux-amd64.zip | 2024-11-01 | 23.7 MB | |
Yearning-v3.1.9-linux-arm64.zip | 2024-11-01 | 22.1 MB | |
README.md | 2024-11-01 | 3.1 kB | |
v3.1.9 source code.tar.gz | 2024-11-01 | 12.1 MB | |
v3.1.9 source code.zip | 2024-11-01 | 12.1 MB | |
Totals: 5 Items | 70.0 MB | 0 |
What's Changed
- [ImgBot] Optimize images by @imgbot in https://github.com/cookieY/Yearning/pull/1068
- chore(deps): bump gorm.io/driver/mysql from 1.5.2 to 1.5.7 by @dependabot in https://github.com/cookieY/Yearning/pull/1069
- chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.65.0 by @dependabot in https://github.com/cookieY/Yearning/pull/1070
- chore(deps): bump github.com/sashabaranov/go-openai from 1.26.3 to 1.29.0 by @dependabot in https://github.com/cookieY/Yearning/pull/1087
- chore(deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 by @dependabot in https://github.com/cookieY/Yearning/pull/1090
- chore(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 by @dependabot in https://github.com/cookieY/Yearning/pull/1086
- chore(deps): bump github.com/sashabaranov/go-openai from 1.29.0 to 1.29.1 by @dependabot in https://github.com/cookieY/Yearning/pull/1092
- chore(deps): bump golang.org/x/net from 0.25.0 to 0.29.0 by @dependabot in https://github.com/cookieY/Yearning/pull/1093
- Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 by @dependabot in https://github.com/cookieY/Yearning/pull/1026
- chore(deps): bump gorm.io/gorm from 1.25.11 to 1.25.12 by @dependabot in https://github.com/cookieY/Yearning/pull/1098
- chore(deps): bump github.com/sashabaranov/go-openai from 1.29.1 to 1.30.3 by @dependabot in https://github.com/cookieY/Yearning/pull/1103
- 更新 Dockerfile 以及 docs 说明文档 by @dellnoantechnp in https://github.com/cookieY/Yearning/pull/1113
- chore(deps): bump github.com/sashabaranov/go-openai from 1.30.3 to 1.32.3 by @dependabot in https://github.com/cookieY/Yearning/pull/1118
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in https://github.com/cookieY/Yearning/pull/1025
- chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in https://github.com/cookieY/Yearning/pull/1111
New Contributors
- @imgbot made their first contribution in https://github.com/cookieY/Yearning/pull/1068
- @dellnoantechnp made their first contribution in https://github.com/cookieY/Yearning/pull/1113
Full Changelog: https://github.com/cookieY/Yearning/compare/v3.1.8...v3.1.9
What's Changed
- [x] Optimized the AI assistant's streaming message reply format
- [x] Fixed the issue where the list would not refresh when creating a data source
- [x] Fixed the issue of precision loss for bigint type data [#1104]
- [x] Fixed the issue of unsupported SSL connection for executing SQL [#1120]
- [x] Added DMLWhereExprValueIsNull audit parameter: checks if the DML statement's where condition value is null
- [x] Added a review button [#1032]
更新内容
- [x] 优化了AI助手的流式消息回复格式
- [x] 修复了创建数据源时列表不刷新的问题
- [x] 修复了 bigint 类型数据精度丢失的问题 [#1104]
- [x] 修复了不支持 SSL 连接执行 SQL 的问题 [#1120]
- [x] 新增 DMLWhereExprValueIsNull 审核参数:检查 DML 语句的 where 条件值是否为 null
- [x] 新增审核按钮 [#1032]