Skip to content

v1.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 06:53
· 2 commits to main since this release

Bug Fixes

  • BusinessException 改为继承 RuntimeException,确保事务正确回滚

  • 处理登录用户为空时强制退出

  • 修复[Security-高危] CVE-2025-58754 - Axios 安全漏洞

  • 修复[Security-中危] CVE-2025-31486 - Vite 安全漏洞

  • 设置文件下载超时为5分钟

  • 在axios请求配置中添加timeout字段

  • 将文件下载的超时时间设置为300000毫秒(5分钟)

  • 修复登录后重定向逻辑的重复判断问题

  • 使用try-with-resources语句确保BufferedInputStream正确关闭

Documentation

  • 移除smartdoc,采用AI生成API接口文档

Miscellaneous

  • 更新依赖并调整配置

  • 依赖升级 @element-plus/icons-vue、@types/file-saver 和 @types/node 版本

  • 移除 cyrene-starter-solon pom.xml 文件中多余的 solon 注释

  • 修改 cyrene-starter-solon app.yml 配置,切换 MySQL 连接地址和认证信息

  • 升级 vue-router 版本

  • 更新 pnpm-lock.yaml 中 vite 依赖版本

Refactor

  • 修正ApiResult 中 NOT_FOUNT 拼写错误