Skip to content

Commit

Permalink
更新 change.log
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-smile committed Dec 1, 2023
1 parent 5f2d2b1 commit 106630e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions sdks/apigw-manager/CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
- 添加指令 add_related_apps,支持为网关添加关联应用
- definition.yaml 添加 spec_version 字段,指定配置文件版本号
- Django Command 中,通过参数 --gateway-name 指定网关
- 基础镜像 apigw-manager 中,sync-apigateway.sh 中去除指令 apply_apigw_permissions
- 优化请求 bk-apigateway 接口失败时,打印的错误消息
- 优化 README.md,提供 examples

Breaking changes:
- 基础镜像 apigw-manager 中,调整指令名称
- sync-apigateway 改为 sync-apigateway.sh
- apigw-manager 改为 apigw-manager.sh
- call_command 改为 call_command_or_warning
- call_definition_command 改为 call_definition_command_or_warning
- must_call_definition_command 改为 call_definition_command_or_exit
- 基础镜像 apigw-manager 中,sync-apigateway.sh 中去除指令 apply_apigw_permissions
- 优化请求 bk-apigateway 接口失败时,打印的错误消息
- 优化 README.md,提供 examples
- 以下函数中的参数名 api_name 改为 gateway_name
- ApiGatewayJWTUserMiddleware.get_user
- UserModelBackend.authenticate
Expand All @@ -27,6 +29,10 @@
- PublicKeyProvider.__init__
- SettingsPublicKeyProvider.__init__

如果项目添加了自定义镜像,或自定义 Django 中间件,需要按照新的规则进行调整,或者锁定版本号
- 自定义镜像锁定基础镜像 apigw-manager 版本,版本号 < 3.0.0
- SDK 锁定版本号 < 3.0.0,如 poetry 可设置 `apigw-manager = "<3.0.0"`

### 2.0.1
- 修复镜像 sync-apigateway 中,同步任务失败时,脚本退出码为 0 的问题

Expand Down

0 comments on commit 106630e

Please sign in to comment.