Skip to content

Releases: TencentBlueKing/bkpaas-python-sdk

(blue-krill) v2.1.3

13 Aug 06:49
fca6c3b
Compare
Choose a tag to compare

What's Changed

  • Fix: EncryptField 无法正常处理以特殊 header 文本开头的内容
  • Refactor: 删除不再使用的 better_loaddata 命令

bk-storages-2.0.1

28 Jul 07:34
a09759d
Compare
Choose a tag to compare

What's Changed

Full Changelog: bkpaas-auth-3.1.2...bk-storages-2.0.1

bkpaas-auth-3.1.2

13 Jun 06:54
2ee4bc0
Compare
Choose a tag to compare

What's Changed

  • fix(bkpaas-auth): 修复通过 APIGatewayAuthBackend 认证无法获取 tenant_id 问题 by @jiayuan929 in #230

Full Changelog: apigw-manager-4.1.0...bkpaas-auth-3.1.2

apigw-manager-4.1.0

29 May 07:06
67dd553
Compare
Choose a tag to compare

What's Changed

  • docs(docs/sync_apigateway.md): update doc for sync_apigateway by @wklken in #225
  • Update sync_apigateway.md by @wklken in #226
  • [BREAKING CHANGE] feat(apigw_manager/config): add BK_APP_TENANT_ID by @wklken in #227

Full Changelog: apigw-manager-4.0.4...apigw-manager-4.1.0

apigw-manager-4.0.4

16 May 06:18
9e35d48
Compare
Choose a tag to compare

What's Changed

  • feat(apigw_manager/plugin): 新增4个插件的 build 函数 by @F-cq in #222
  • feat(apigw_manager/plugin): 新增 response_rewrite 和 redirect 插件的 build 函数 by @F-cq in #223
  • feat(apigw-manager/definition.yaml): support env vars by @wklken in #224

New Contributors

  • @F-cq made their first contribution in #222

Full Changelog: apigw-manager-4.0.3...apigw-manager-4.0.4

apigw-manager-4.0.3

22 Apr 08:16
100b22d
Compare
Choose a tag to compare

What's Changed

  • feat(apigw_manager/drf): add grant resource permission and import docs by @wklken in #219
  • fix(apigw/authentication.py): fix missing tenant_id in UserBackend by @wklken in #221

Full Changelog: apigw-manager-4.0.1...apigw-manager-4.0.3

blue-krill-2.1.2

20 Mar 11:03
a349a6b
Compare
Choose a tag to compare

What's Changed

  • feat: 多租户模式下,bkrepo 管理端 API 请求头添加租户 ID,项目 ID 添加租户 ID 前缀 by @jiayuan929 in #217

Full Changelog: bkpaas-auth-3.1.1...blue-krill-2.1.2

blue-krill-2.1.1

20 Mar 09:05
c385619
Compare
Choose a tag to compare

What's Changed

  • feat: 多租户模式下,bkrepo 管理端 API 请求头添加租户 ID,项目 ID 添加租户 ID 前缀 by @jiayuan929 in #217

Full Changelog: bkpaas-auth-3.1.1...blue-krill-2.1.1

paas-service-2.0.2

19 Mar 07:53
7b58a40
Compare
Choose a tag to compare

What's Changed

  • fix: service instance retrieve could filter to_be_delete by @xidons in #202
  • feat: paas-service plan 支持多租户 by @SheepSheepChen in #211
  • feat: improve editionctl script in various ways by @piglei in #214
  • refator: [blue-krill] upgrade pyproject.toml to follow PEP 621 standard & update license header by @piglei in #215
  • fix(bkpaas-auth): 修复 apigw_manager 的 JWT 中间件新增 tenant_id 参数导致的 JWT 认证失效问题 by @jiayuan929 in #213
  • chore: blue-krill v2.1.0 & some minor enhancements by @piglei in #216

New Contributors

Full Changelog: apigw-manager-4.0.1...paas-service-2.0.2

blue-krill-2.1.0

24 Feb 06:34
7b58a40
Compare
Choose a tag to compare

What's Changed

  • Feature: improve editionctl tool in various places: debounce, conditional linking and event filtering
  • Refactor: fix ruff linter issues
  • Drop support for Python3.8 and Django 1.x