Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Yearning-v3.1.8-linux-arm64.zip | 2024-07-27 | 22.1 MB | |
Yearning-v3.1.8-linux-amd64.zip | 2024-07-27 | 23.7 MB | |
README.md | 2024-07-25 | 2.6 kB | |
Yearning v3.1.8 source code.tar.gz | 2024-07-25 | 15.9 MB | |
Yearning v3.1.8 source code.zip | 2024-07-25 | 15.9 MB | |
Totals: 5 Items | 77.6 MB | 0 |
What's Changed
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in https://github.com/cookieY/Yearning/pull/1019
- Bump golang.org/x/crypto from 0.17.0 to 0.21.0 by @dependabot in https://github.com/cookieY/Yearning/pull/1017
- Bump google.golang.org/grpc from 1.60.1 to 1.62.1 by @dependabot in https://github.com/cookieY/Yearning/pull/1015
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in https://github.com/cookieY/Yearning/pull/992
- Bump gorm.io/gorm from 1.25.5 to 1.25.7 by @dependabot in https://github.com/cookieY/Yearning/pull/1000
- chore(docs): update docker image repository by @lvillis in https://github.com/cookieY/Yearning/pull/1031
- Bump gorm.io/gorm from 1.25.7 to 1.25.8 by @dependabot in https://github.com/cookieY/Yearning/pull/1028
- Bump gorm.io/gorm from 1.25.8 to 1.25.10 by @dependabot in https://github.com/cookieY/Yearning/pull/1050
New Contributors
- @lvillis made their first contribution in https://github.com/cookieY/Yearning/pull/1031
Full Changelog: https://github.com/cookieY/Yearning/compare/v3.1.7...v3.1.8
What's Changed
- [x] Added debounce to the review button, fixing the issue of data anomalies caused by multiple clicks on the review button
- [x] Added intelligent assistant functionality
- [x] Added AI optimization for SQL statements and AI-powered SQL generation feature
- [x] Added the ability to view table structure in the query menu [#1057]
- [x] Added MFA authentication (sponsored version)
- [x] Fixed the issue of potential error display when detecting datetime type fields [#1039]
- [x] Fixed the problem of repeated submissions during query review [#1024]
- [x] Fixed the issue of abnormal default display for full auditor restrictions [#991]
- [x] Updated dependencies, fixing security vulnerabilities
- [x] Updated Dockerfile image, fixing the issue of inability to change language settings through environment variables
更新内容
- [x] 新增审核按钮防抖,修复审核按钮多次点击导致数据异常的问题
- [x] 新增智能助手功能
- [x] 新增 SQL语句AI优化,AI 文本生成SQL功能
- [x] 新增查询菜单查看表结构的功能 [#1057]
- [x] 新增 MFA认证(赞助版)
- [x] 修复 datetime 类型字段检测时可能出现错误异常显示的问题 [#1039]
- [x] 修复查询审核时可以重复提交的问题 [#1024]
- [x] 修复审计人全限制默认显示异常的问题 [#991]
- [x] 更新依赖项,修复安全漏洞
- [x] 更新 dockerFile 镜像,修复无法通过环境变量更改语言设置的问题