File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Change logs
22
3+ ### 2.1.3
4+
5+ - Fix: EncryptField 无法正常处理以特殊 header 文本开头的内容
6+ - Refactor: 删除不再使用的 better_loaddata 命令
7+
38### 2.1.2
49- Feature: BKRepoManager 新增参数 tenant_id,传了该参数则添加请求头:X-Bk-Tenant-Id
510- Feature: BKRepoManager.create_project 的参数 project 修改为:project_name
Original file line number Diff line number Diff line change 1515# We undertake not to change the open source license (MIT license) applicable
1616# to the current version of the project delivered to anyone in the future.
1717
18- __version__ = "2.1.2 "
18+ __version__ = "2.1.3 "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name = "blue-krill"
99description = " Tools and common packages for blueking PaaS platform."
1010requires-python = " >=3.9,<3.12"
1111license = " MIT"
12- version = " 2.1.2 "
12+ version = " 2.1.3 "
1313# classifieres is dynamic because we want to create Python classifiers automatically
1414dynamic = [" classifiers" ]
1515readme = " README.md"
You can’t perform that action at this time.
0 commit comments