From a32a8571aff517e5cd0a91fc3f5a920448c18931 Mon Sep 17 00:00:00 2001
From: Timmy <zhu327@gmail.com>
Date: Thu, 25 Apr 2024 14:58:42 +0800
Subject: [PATCH] docs: v1.10.27 (#2637)

---
 saas/VERSION                                |  2 +-
 saas/poetry.lock                            | 28 ++++++---------------
 saas/pyproject.toml                         |  2 +-
 saas/requirements.txt                       |  2 +-
 saas/requirements_dev.txt                   |  2 +-
 saas/resources/version_log/change_log.md    | 10 ++++++++
 saas/resources/version_log/change_log_en.md | 10 ++++++++
 7 files changed, 31 insertions(+), 25 deletions(-)

diff --git a/saas/VERSION b/saas/VERSION
index 8b5105c95..e7db24966 100644
--- a/saas/VERSION
+++ b/saas/VERSION
@@ -1 +1 @@
-1.10.26
+1.10.27
diff --git a/saas/poetry.lock b/saas/poetry.lock
index 1fbae9b8d..a294a2c9f 100644
--- a/saas/poetry.lock
+++ b/saas/poetry.lock
@@ -1768,7 +1768,7 @@ python-versions = ">=3.5"
 
 [[package]]
 name = "sentry-sdk"
-version = "1.44.1"
+version = "1.5.6"
 description = "Python client for Sentry (https://sentry.io)"
 category = "main"
 optional = false
@@ -1776,38 +1776,24 @@ python-versions = "*"
 
 [package.dependencies]
 certifi = "*"
-urllib3 = {version = ">=1.26.11", markers = "python_version >= \"3.6\""}
+urllib3 = ">=1.10.0"
 
 [package.extras]
 aiohttp = ["aiohttp (>=3.5)"]
-arq = ["arq (>=0.23)"]
-asyncpg = ["asyncpg (>=0.23)"]
 beam = ["apache-beam (>=2.12)"]
 bottle = ["bottle (>=0.12.13)"]
 celery = ["celery (>=3)"]
-celery-redbeat = ["celery-redbeat (>=2)"]
 chalice = ["chalice (>=1.16.0)"]
-clickhouse-driver = ["clickhouse-driver (>=0.2.0)"]
 django = ["django (>=1.8)"]
 falcon = ["falcon (>=1.4)"]
-fastapi = ["fastapi (>=0.79.0)"]
-flask = ["blinker (>=1.1)", "flask (>=0.11)", "markupsafe"]
-grpcio = ["grpcio (>=1.21.1)"]
+flask = ["blinker (>=1.1)", "flask (>=0.11)"]
 httpx = ["httpx (>=0.16.0)"]
-huey = ["huey (>=2)"]
-loguru = ["loguru (>=0.5)"]
-openai = ["openai (>=1.0.0)", "tiktoken (>=0.3.0)"]
-opentelemetry = ["opentelemetry-distro (>=0.35b0)"]
-opentelemetry-experimental = ["opentelemetry-distro (>=0.40b0,<1.0.0)", "opentelemetry-instrumentation-aiohttp-client (>=0.40b0,<1.0.0)", "opentelemetry-instrumentation-django (>=0.40b0,<1.0.0)", "opentelemetry-instrumentation-fastapi (>=0.40b0,<1.0.0)", "opentelemetry-instrumentation-flask (>=0.40b0,<1.0.0)", "opentelemetry-instrumentation-requests (>=0.40b0,<1.0.0)", "opentelemetry-instrumentation-sqlite3 (>=0.40b0,<1.0.0)", "opentelemetry-instrumentation-urllib (>=0.40b0,<1.0.0)"]
-pure-eval = ["asttokens", "executing", "pure-eval"]
-pymongo = ["pymongo (>=3.1)"]
+pure_eval = ["asttokens", "executing", "pure-eval"]
 pyspark = ["pyspark (>=2.4.4)"]
 quart = ["blinker (>=1.1)", "quart (>=0.16.1)"]
 rq = ["rq (>=0.6)"]
 sanic = ["sanic (>=0.8)"]
 sqlalchemy = ["sqlalchemy (>=1.2)"]
-starlette = ["starlette (>=0.19.1)"]
-starlite = ["starlite (>=1.48)"]
 tornado = ["tornado (>=5)"]
 
 [[package]]
@@ -2073,7 +2059,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
 [metadata]
 lock-version = "1.1"
 python-versions = "3.6.6"
-content-hash = "89a4481394a7eaac5f6aaa1890d4305d9fd8af594332a68cb7ed53076c0d7481"
+content-hash = "c8a8f658bf82bde36e847d3f5ca4876471b7f5ca2bc752d94d2a1e6110a0512c"
 
 [metadata.files]
 aenum = [
@@ -3216,8 +3202,8 @@ requests = [
     {file = "ruamel.yaml.clib-0.2.6.tar.gz", hash = "sha256:4ff604ce439abb20794f05613c374759ce10e3595d1867764dd1ae675b85acbd"},
 ]
 sentry-sdk = [
-    {file = "sentry-sdk-1.44.1.tar.gz", hash = "sha256:24e6a53eeabffd2f95d952aa35ca52f0f4201d17f820ac9d3ff7244c665aaf68"},
-    {file = "sentry_sdk-1.44.1-py2.py3-none-any.whl", hash = "sha256:5f75eb91d8ab6037c754a87b8501cc581b2827e923682f593bed3539ce5b3999"},
+    {file = "sentry-sdk-1.5.6.tar.gz", hash = "sha256:ac2a50128409d57655279817aedcb7800cace1f76b266f3dd62055d5afd6e098"},
+    {file = "sentry_sdk-1.5.6-py2.py3-none-any.whl", hash = "sha256:1ab34e3851a34aeb3d1af1a0f77cec73978c4e9698e5210d050e4932953cb241"},
 ]
 six = [
     {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
diff --git a/saas/pyproject.toml b/saas/pyproject.toml
index fcb289450..fd4e841bc 100644
--- a/saas/pyproject.toml
+++ b/saas/pyproject.toml
@@ -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"
diff --git a/saas/requirements.txt b/saas/requirements.txt
index 910a9ba4f..cdca4959d 100644
--- a/saas/requirements.txt
+++ b/saas/requirements.txt
@@ -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"
diff --git a/saas/requirements_dev.txt b/saas/requirements_dev.txt
index 99c8e7312..c68066f91 100644
--- a/saas/requirements_dev.txt
+++ b/saas/requirements_dev.txt
@@ -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"
diff --git a/saas/resources/version_log/change_log.md b/saas/resources/version_log/change_log.md
index 62536d277..3946143b7 100644
--- a/saas/resources/version_log/change_log.md
+++ b/saas/resources/version_log/change_log.md
@@ -1,3 +1,13 @@
+<!-- 2024-04-25 -->
+# V1.10.27 版本更新日志
+
+### 缺陷修复
+
+* 系统注册的不可申请操作对「我的管理空间」生效
+* 添加成员支持模糊搜索(解决带登录域无法搜索问题)
+
+---
+
 <!-- 2024-04-12 -->
 # V1.10.26 版本更新日志
 
diff --git a/saas/resources/version_log/change_log_en.md b/saas/resources/version_log/change_log_en.md
index 46faf4878..0dd7b9fa7 100644
--- a/saas/resources/version_log/change_log_en.md
+++ b/saas/resources/version_log/change_log_en.md
@@ -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