Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update v3.10.10 #642

Merged
merged 2 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions docs/change_log.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
# 更新日志
v3.10.10
------------------------
2024年5月16日
!!! summary "功能优化 🚀"
- perf: 优化支持云同步任务完成后自动删除云端已释放的资产【企业版】
- perf: 优化当资产总数 > 5000 时延迟 20s 刷新用户授权树(之前 > 2000)
- perf: 优化 Web 资产详情自动代填的信息显示
- perf: 优化资产树节点支持拖拽操作
- perf: 优化创建、更新用户时的 MFA 选项根据系统设置全局状态配合显示
- perf: 优化 Luna 页面资产连接按钮不可点击时提示原因
- perf: 优化连接 Windows 资产全屏显示不完整的问题(Lion)
- perf: 优化 Panda 组件支持使用自签名证书连接 Core 服务(Panda)【企业版】
- perf: 优化账号密钥使用长度为 8192 位的密钥时列表加载慢的问题

!!! success "问题修复 🐛"
- fix: 修复 v2 升级 v3 版本时系统用户 su_from 没有同步的问题
- fix: 修复 v2 升级 v3 版本时授权中手动登录系统用户会显示为空字符串的问题
- fix: 修复 SESSION_EXPIRE_AT_BROWSER_CLOSE 配置开启后用户重置 MFA 失败的问题
- fix: 修复 Chrome 远程应用加载多个插件失败的问题
- fix: 修复社区版本使用过程中偶尔会出现资源创建按钮不可点击的问题
- fix: 修复 MySQL 数据库 Kill Session 失败的问题(Magnus)【企业版】
- fix: 修复 SQL Server 数据库使用微软客户端连接失败的问题(Magnus)【企业版】
- fix: 修复 ChatAI 显示异常问题(Kael)(All-in-One)
- fix: 修复云同步任务针对火山引擎云服务商只能同步一页的问题【企业版】
- fix: 修复批量传输下载的文件名为 undefined 的问题
- fix: 修复 LDAP 服务端修改用户 OU 组织结构后无法登录的问题
- fix: 修复导出 CSV 文件属性值前缀为 0 时不显示的问题
- fix: 修复 LDAP 定时同步任务不执行的问题
- fix: 修复华为交换机执行命令报错的问题
- fix: 修复用户会话过期提示 500 的问题
- fix: 修复创建 es 命令存储后返回页面不正确的问题
- fix: 修复快捷命令使用 mysql 模块不支持在 MariaDB 数据库上执行命令的问题

v3.10.9
------------------------
2024年4月23日
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ markdown_extensions:

extra:
jumpserver:
tag: v3.10.9
tag: v3.10.10
jmservisor: v1.2.5
wisp: v0.1.16
search:
Expand Down