-
5.11.1【分片上传优化】 Stable
released this
2026-01-21 10:07:20 +08:00 | 2 commits to dev since this release- 优化了分片上传的处理逻辑,现在将获取分片信息延迟到实际上传时,不需要再记录uploadUrl,并且采用批量获取的形式,性能更好,同时支持更多分片数量。
- 为oauthUser新增了第三方查询所需要的索引。
Downloads
-
5.11.0【修复了大量已知问题,支持文件分片上传】 Stable
released this
2026-01-09 16:02:51 +08:00 | 8 commits to dev since this release- 修复oauth-app和provider的systemId填充问题,将oauth认证页未登录回调以及oauth结果页面的按钮回调,全部交给上层应用处理
- 修复了passport不存在导致的login组件加载报错
- feature-token支持传入忽略的Exception列表,并在刷新token时若出现该异常则不强制退出登录
- 可使用features.token.addIgnoreException来添加刷新token时需要忽略的Exception
- 更新oauth相关数据的组件优化,允许未提供refreshEndpoint
- weichatLogin实体增加router,表示扫码跳转的目标路由, 通过aspect默认传入wechatLogin/confirm;
- 修正微信公众号扫码登录和绑定时,createWechatUserAndReturnTokenId不需要传入wechatLoginId
- 重构了extraFile相关方法和feature,现可以在autoUpload中传入ChunkOption来开启分片上传功能。
- 若项目中使用到了相关extraFile这个feature,需要检查和适配
- 适配新编译器
- 修复了更多已知问题
Downloads
-
released this
2025-12-16 13:54:03 +08:00 | 70 commits to dev since this release1、bug fixed: 更新wechatUser的refreshToken未加上filter条件
2、feat:获取公众号用户信息,更新下wechatUser的nickname和avatar
3、bug fixed: 新建article时 ,上传文件extraFile缺失entityIdDownloads
-
5.10.7 【upload组件支持计算md5等】 Stable
released this
2025-12-11 10:03:13 +08:00 | 75 commits to dev since this release1、feat: upload组件支持计算md5(通过组件参数开启)
2、feat: 重构消息发送部分,支持消息类型处理器注入
3、feat:微信扫码中间页即wechatQrCode/scan路径支持配置
4、feat: 生成微信二维码时,移除开发环境mock数据,使用微信测试号进行api调用Downloads
-
5.10.6 【修正了一些bug】 Stable
released this
2025-12-03 11:09:14 +08:00 | 95 commits to dev since this release1、修正了一些bug
Downloads
-
released this
2025-12-02 15:25:51 +08:00 | 101 commits to dev since this release1、feat: 重构了cos相关的调用方法,并在前端的COS中传入了cache
2、feat: 在CosBackend的相关方法中加入context参数并适配现有代码Downloads
-
released this
2025-12-02 10:08:01 +08:00 | 105 commits to dev since this release1、feat: 切分registry为backend与frontend,并移除了wechatPublicTag相关不再被使用的注册函数
2、bug fixed: 稍微适配了domain中权限相关exception的改动
3、bug fixed: 修正了若干小bugDownloads
-
released this
2025-11-12 13:58:24 +08:00 | 114 commits to dev since this release1、bug fixed: token不存在时刷新token抛出未登录异常
2、bug fixed:userRelationUpsert页面的分享逻辑不成立,通过回调给上层处理Downloads
-
5.10.2 【小程序用户头像昵称获取调整】 Stable
released this
2025-11-06 18:09:22 +08:00 | 122 commits to dev since this release1、feat: 小程序用户头像昵称获取调整
2、feat: user/login组件去掉默认的loginMode
3、feat:删除mobile前删除关联的已禁用token
4、feat: extrafile/upload组件小程序上传图片数量限制
5、bug fixed: 个人信息手机号更新后未显示修正
6、bug fixed:文章更新保存前判断修正Downloads
-
5.10.0 【增加了OAuth登录实现等】 Stable
released this
2025-11-04 14:22:48 +08:00 | 132 commits to dev since this release1、feat: 增加了OAuth登录实现
2、feat: 给小程序配置中增加了getPhone的配置
3、feat:extraFile支持中断文件上传
4、bug fixed: 修复application创建时config中未赋type
5、bug fixed:文章更新保存前判断修正Downloads