Conversation
EruptDataQuery use HQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🐞 修复 erupt-ai 在实现 EruptPromptHandler 后项目无法启动的问题
🐞 修复 erupt-mongodb 排序参数不生效的 bug
🐞 修复一对多组件使用 Date 类型时,表格日期比表单少一天的误差
🐞 修复 erupt-magic-api 路径 bug,感谢 aurthurxlc 贡献的代码 #330
🧩 @readonly 注解默认放开前端传值,可通过 @readonly(allowChange = false) 关闭信任
🌟 增加排序按钮,可灵活配置多字段排序
🌟 MCP 能力增加鉴权控制及默认实现,支持 Cursor 等工具交互访问 erupt 实体数据
🌟 Erupt-AI 增加了新的大模型支持:Grok/Fireworks/MinMax/Mistral/OpenRouter/Together
🌟 LambdaQuery 新增 Page 分页 API,链式调用更顺滑
🌟 联动能力中 @ChoiceType.dependExpr 正式退役,请使用 @ChoiceType.fetchHandler 替代
🌟 开源 erupt-notice 公告、站内信、邮件、短信一键发送,消息触达零门槛
🌟 @edit 支持 onchange 配置,值变更即可动态驱动注解配置,实现任意表单联动
🌟 可视化能力全面升级,支持:甘特图、卡片视图、自定义视图、表格视图,数据展示更直观
🌟 在 IDEA 中配置 erupt 注解时值将会高亮显示,写配置如写代码
🌟 继承 MetaModel / HyperModel 时,无用户上下文也能自动写入创建、更新字段,审计字段零代码
🌟 升级 spring boot 版本至 3.5.9
🌟 升级前端版本至 Angluar 20