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

docs: v1.10.27 #2637

Merged
merged 1 commit into from
Apr 25, 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
2 changes: 1 addition & 1 deletion saas/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.26
1.10.27
28 changes: 7 additions & 21 deletions saas/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion saas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ opentelemetry-instrumentation-celery = "0.27b0"
opentelemetry-instrumentation-logging = "0.27b0"
opentelemetry-exporter-jaeger = "1.7.1"
openpyxl = "^3.0.9"
sentry-sdk = "1.44.1"
sentry-sdk = "1.5.6"
django-environ = "^0.8.1"
gunicorn = "^20.1.0"
gevent = "22.10.2"
Expand Down
2 changes: 1 addition & 1 deletion saas/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ redis==4.3.6; python_version >= "3.6"
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
ruamel.yaml.clib==0.2.6; platform_python_implementation == "CPython" and python_version < "3.10" and python_version >= "3.6"
ruamel.yaml==0.17.10; python_version >= "3.6"
sentry-sdk==1.44.1
sentry-sdk==1.5.6
six==1.15.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
smmap==5.0.0; python_version >= "3.6"
sqlparse==0.4.4; python_version >= "3.5"
Expand Down
2 changes: 1 addition & 1 deletion saas/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ regex==2021.8.3; python_full_version >= "3.6.2"
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
ruamel.yaml.clib==0.2.6; platform_python_implementation == "CPython" and python_version < "3.10" and python_version >= "3.6"
ruamel.yaml==0.17.10; python_version >= "3.6"
sentry-sdk==1.44.1
sentry-sdk==1.5.6
six==1.15.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
smmap==5.0.0; python_version >= "3.6"
sqlparse==0.4.4; python_version >= "3.5"
Expand Down
10 changes: 10 additions & 0 deletions saas/resources/version_log/change_log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<!-- 2024-04-25 -->
# V1.10.27 版本更新日志

### 缺陷修复

* 系统注册的不可申请操作对「我的管理空间」生效
* 添加成员支持模糊搜索(解决带登录域无法搜索问题)

---

<!-- 2024-04-12 -->
# V1.10.26 版本更新日志

Expand Down
10 changes: 10 additions & 0 deletions saas/resources/version_log/change_log_en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<!-- 2024-04-25 -->
# V1.10.27 Version Update Log

### Bug Fixes

* System-registered non-apply operations take effect for "My Management Space"
* Add support for fuzzy search of members (resolves the issue of not being able to search for users with login domains)

---

<!-- 2024-04-12 -->
# V1.10.26 Version Update Log

Expand Down
Loading