-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #233 from IMBlues/development
refactor: 更新版本至 2.3.2-beta.1 && 更新发行文档
- Loading branch information
Showing
33 changed files
with
545 additions
and
407 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.0.0] - 2020-02-27 | ||
|
||
--- | ||
|
||
|
||
### NEW | ||
|
||
- 支持用户目录,可以创建不同的目录隔离组织架构 | ||
- 支持更为详尽的审计信息 | ||
- 支持 LDAP & MAD 用户目录登陆 & 数据同步 | ||
|
||
### OPTIMIZATION | ||
|
||
- 性能飞跃,操作如丝般顺滑 | ||
- 架构升级,API 层和 SaaS 完全分离,调用不再混乱 | ||
- 前端大幅重构优化,更美观合理的 UI 交互 | ||
- 数据导入导出加强,速度提升 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.0.10] - 2020-06-24 | ||
|
||
--- | ||
## API | ||
|
||
### FIX | ||
|
||
- 修复可能存在的重置密码邮箱爆破问题 | ||
- 修复数据迁移脚本执行报错问题 | ||
- 修复密码过期重置不生效问题 | ||
|
||
### OPTIMIZATION | ||
|
||
- 加强重要字段后端数据校验 | ||
- 初始用户密码修改为 12 位 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.0.11] - 2020-08-03 | ||
|
||
--- | ||
## API | ||
|
||
### FIX | ||
|
||
- 支持自定义字段唯一性校验 | ||
- 增加自定义目录支持 | ||
- 完善产品后端数据国际化 | ||
- 优化多目录开启时全量数据返回效率 | ||
- 修复搜索用户信息时手机号无法展示问题 | ||
- 修复部门新建后无法在列表中显示的问题 | ||
- 修复旧版数据迁移时密码过期导致人员详情无法展示的问题 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.0.12] - 2020-08-20 | ||
|
||
--- | ||
## API | ||
|
||
### FIX | ||
|
||
- 修复部门新建后无法在列表中显示的问题 | ||
- 修复旧版数据迁移时密码过期导致人员详情无法展示的问题 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.0.13] - 2020-09-15 | ||
|
||
--- | ||
## API | ||
|
||
### OPTIMIZATION | ||
|
||
- 优化项目依赖,提升企业版部署安装速度 | ||
|
||
### FIX | ||
|
||
- 修复获取非默认目录的部门下用户时 username 字段拼接错误问题 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.0.4] - 2020-03-09 | ||
|
||
--- | ||
## API | ||
|
||
### FIX | ||
|
||
- 修复 v1 API 拉取子部门为空的 bug | ||
- 修复目录数据导入时由于旧数据的异常报错 | ||
|
||
--- | ||
## SaaS | ||
|
||
### FIX | ||
|
||
- 修复旧数据格式的用户搜索错误问题 | ||
- 修复数据导出时,多个部门没有使用正确的分隔符问题 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.0.5] - 2020-03-10 | ||
|
||
--- | ||
## API | ||
|
||
### FIX | ||
|
||
- 修复从平台解绑微信无效问题 | ||
|
||
### OPTIMIZATION | ||
|
||
- 提升拉取人员列表接口性能 | ||
|
||
--- | ||
## SaaS | ||
|
||
### NEW | ||
|
||
- 支持多种登录 | ||
|
||
### FIX | ||
|
||
- 修复因为 AJAX_URL 变量缺失导致的 502 问题 | ||
|
||
### OPTIMIZATION | ||
|
||
- 前后端分离开发 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.0.6] - 2020-03-13 | ||
|
||
--- | ||
## API | ||
|
||
### FIX | ||
|
||
- 修复数据导入时用户名缺失问题 | ||
|
||
--- | ||
## SaaS | ||
|
||
### FIX | ||
|
||
- 修复目录导出时,组织无法展开问题 | ||
- 安全加固 修复可能存在的重置密码邮箱爆破问题 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.0.7] - 2020-04-13 | ||
|
||
--- | ||
## API | ||
|
||
### FIX | ||
|
||
- 修复拉取子部门-父部门时未隐藏删除部门的问题 | ||
- 修复 fuzzy_lookups 类型校验错误问题 | ||
|
||
--- | ||
## SaaS | ||
|
||
### NEW | ||
|
||
- 自定义目录支持 | ||
- 后端国际化支持 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.0.8] - 2020-04-15 | ||
|
||
--- | ||
## API | ||
|
||
### FIX | ||
|
||
- 修复 MAD 类型目录的同步功能 | ||
- 修复当目录同步周期设置为 0 时,定时任务未被删除的问题 | ||
|
||
### OPTIMIZATION | ||
|
||
- 同步写数据时添加事务,保证错误时正常回滚 | ||
|
||
### NEW | ||
|
||
- 增加关系API,加速权限中心同步 | ||
|
||
--- | ||
## SaaS | ||
|
||
### NEW | ||
|
||
- 增加版本日志功能 | ||
|
||
### FIX | ||
|
||
- 修复搜索时更新用户无法及时更新问题 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.0.9] - 2020-05-08 | ||
|
||
--- | ||
## API | ||
|
||
### OPTIMIZATION | ||
|
||
- 重构数据同步逻辑,大数据量同步加速 | ||
- 拉取用户全量接口支持多域 | ||
- v1 版旧接口部分支持多域 | ||
- 人员拉取接口支持通过 header 设置 json 或 jsonp | ||
- 完善 healthz 逻辑,支持依赖服务探测 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.2.0] - 2020-11-03 | ||
|
||
--- | ||
## API | ||
|
||
### FIX | ||
|
||
- 修复用户删除后审计记录错乱问题 | ||
|
||
### NEW | ||
|
||
- 企业版 3.0 正式接入权限中心 | ||
|
||
--- | ||
## SaaS | ||
|
||
### FIX | ||
|
||
- 修正页面 footer | ||
|
||
### NEW | ||
|
||
- 权限中心社区版完全支持 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.2.1] - 2020-11-25 | ||
|
||
--- | ||
## API | ||
|
||
### NEW | ||
|
||
- 增加了权限中心 search instances 回调接口 | ||
- 增加了权限中心回调接口 basic auth 鉴权 | ||
|
||
### FIX | ||
|
||
- 修复了数据迁移时 extras 字段格式未更新问题 | ||
|
||
--- | ||
## SaaS | ||
|
||
### FIX | ||
|
||
- 修复登录续期框高度问题 | ||
- 修复文档链接 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.2.2] - 2020-12-03 | ||
|
||
--- | ||
## API | ||
|
||
### NEW | ||
|
||
- 增加了 best_match 用于模糊搜索时最短匹配 | ||
- 增加了社区版数据迁移脚本 | ||
- 增加了 since/until 支持通过创建/更新时间过滤搜索 | ||
- 增加了上云版 leader 同步 | ||
|
||
--- | ||
## SaaS | ||
|
||
### OPTIMIZATION | ||
|
||
- 优化审计记录拉取速度 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.2.3] - 2020-12-15 | ||
|
||
--- | ||
## API | ||
|
||
### OPTIMIZATION | ||
|
||
- 删除目录调整为软删除 | ||
- 社区版 admin 初始账号密码支持从环境变量指定 | ||
|
||
--- | ||
## SaaS | ||
|
||
### FIX | ||
|
||
- 修复目录拉取人员数量为零的问题 | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- generated by script, do not modify it manually --> | ||
# Changelog [2.2.4] - 2020-12-31 | ||
|
||
--- | ||
## API | ||
|
||
### OPTIMIZATION | ||
|
||
- 优化 AD/LDAP 目录数据同步 & 登录 | ||
- 优化上云版数据同步逻辑 | ||
|
||
--- | ||
## SaaS | ||
|
||
### FIX | ||
|
||
- 修复重置密码页面需要登录的问题 | ||
|
Oops, something went wrong.