Skip to content

v2.3.6

Compare
Choose a tag to compare
@pycook pycook released this 28 Oct 15:11
· 990 commits to master since this release
  1. Fix: Resolved the issue on the CI property details page where changes were not immediately updated after editing. #226
  2. Fix: Addressed the problem where newly added users in ACL were not showing up in the user list. #221
  3. Fix: Fixed the issue where the addition of new users did not synchronize the ACL role ID with the backend management-company structure employee information. #221
  4. Fix: Rectified the backend error that occurred when attempting to delete relationships in the service tree in bulk. #220
  5. Fix: Corrected the problem with saving webhook body data formats other than JSON for predefined attribute values. #207
  6. Fix: Resolved the error reported by the Celery worker.
  7. Fix: Fixed the issue with the service tree's sidebar displaying a blank space when expanding second-level directories. #219
  8. Fix: Rectified the problem causing an abnormal count of total entries in pagination due to errors in integer-type fields when adding a new CI. #228
  9. Fix: Addressed the issue of abnormal links in attribute navigation. #233
  10. Feature: Added support for obtaining predefined attribute values through code.
  11. Feature: Enhanced password storage with AES encryption and introduced Vault Transit encryption.
  12. Added python libraries: hvac, colorama, pycryptodomex, ldap3
  13. DB Change: Add c_kv table
  14. API Added password storage configuration: SECRETS_ENGINE, VAULT_URL, VAULT_TOKEN, INNER_TRIGGER_TOKEN

  1. fix:修复了ci属性详情页,编辑成功后未立即更新的问题 #226
  2. fix:修复了acl新增用户成功后,用户列表查询不到新增用户的问题 #221
  3. fix:修复了新增用户成功后,后台管理-公司架构员工信息未同步更新acl rid的问题 #221
  4. fix:修复了服务树 批量删除关系时后端报错的问题 #220
  5. fix:修复了属性的预定义值webhook body无法保存除json以外数据格式的问题 #207
  6. fix:修复了 celery worker 异常报错的问题
  7. fix:修复了服务树侧边栏展开二级目录空白的问题 #219
  8. fix:修复了新增ci时整数类型字段报错导致分页总条目异常的问题 #228
  9. fix:修复了链接属性跳转异常的问题 #233
  10. feat:属性的预定义值支持通过代码获取
  11. feat:密码存储增加AES加密;增加Vault Transit加密
  12. 新增依赖库: hvac, colorama, pycryptodomex, ldap3
  13. DB变更: 新增表c_kv
  14. API新增密码存储配置: SECRETS_ENGINE, VAULT_URL, VAULT_TOKEN, INNER_TRIGGER_TOKEN