Skip to content

Releases: TencentBlueKing/blueking-apigateway

v1.12.0-alpha.1

02 Aug 02:39
4b60660
Compare
Choose a tag to compare
v1.12.0-alpha.1 Pre-release
Pre-release

Bug Fixes

src/dashboard & src/dashboard-frontend

  • 0705体验修复 (#84)
  • 资源文档压缩包增加未变更状态 (#90)
  • 验收问题修复 (#93)
  • 导航切换逻辑处理 (#100)
  • 帐号 to 账号 (#111)
  • 小窗登录问题url修复 (#119)
  • Wrong encoding for windows (#117)
  • 403 处理 (#131)
  • 统计报表接口切换到蓝鲸监控接口前端调整 (#115)
  • Delete old urls(apis), use (gateways) instead (#151)
  • 接口地址调整 (#152)
  • Fix sentive log (#158)

src/core-api

  • Fix core-api publish event report (#106)

Features

src/dashboard

  • Ip_access_control to bk-ip-restriction instead… (#72)
  • Repliace with bk-stage-global-rate-limit (#78)
  • Dashboard add publish event report (#77)
  • When publishing a managed gateway, shard gateway will no longer… (#76)
  • Dashboard distributor remove include_stage (#86)
  • Update the plugins.yaml (#82)
  • Dashboard add version router resource and cli sync gateway set publish_id flag (#94)
  • Release history view add publish event and fix release log (#113)
  • Migrate header rewrite to post migrate (#155)

src/core-api

  • Core-api add publish event report api (#88)
  • Fix api metrics (#118)
  • Fix core-api sentry (#121)
  • Build add dlv (#129)

Refactor

src/dasbhaord

  • Remove unused urls/apis for api-support (#87)
  • Unuse codes (#112)
  • Move views into /apis/web/label (#132)
  • Refactor apps/feature (#140)
  • Refactor apps/api_test, move to apis/web/api_test (#136)
  • Move apps/user to apis/web/user (#141)
  • Refactor apps monitor (#143)
  • Move to apis/web/metrics (#146)
  • App permission (#145)
  • Unuse urls (#154)

Styling

  • Fix no_implicit_optional = true (#71)

Ci

  • Remove isort, ruff can do the same thing (#79)

v1.11.0

31 Jul 11:26
4a5ce67
Compare
Choose a tag to compare

Bug Fixes

  • 验收问题修复 (#92)
  • 导航切换逻辑处理 (#102)
  • 小窗登录问题url修复 (#120)
  • 403 无权限处理 (#133)

v1.10.6

27 Jul 05:30
2c20806
Compare
Choose a tag to compare
v1.10.6 Pre-release
Pre-release
  • dashboard 使用 esb is_login 组件登录
  • 更新 esb confapis=2.14.56
  • esb 组件 is_login 设置为公开

v1.10.5

25 Jul 04:12
817af4e
Compare
Choose a tag to compare
v1.10.5 Pre-release
Pre-release
  • 升级 bkpaas-auth=2.0.6,支持用户无权限时展示无权限页面

v1.10.4

21 Jul 06:15
ee79edf
Compare
Choose a tag to compare
  • 添加 bk-apigateway 网关 API 文档

v1.10.3

18 Jul 12:17
849d86e
Compare
Choose a tag to compare
  • 使用 FEATURE_FLAG_MENU_ITEM_ESB_API_DOC 管理组件 API 文档是否展示
  • 更新 ESB jobv3 配置类组件

v1.10.2

17 Jul 09:29
6015acd
Compare
Choose a tag to compare
  • 修复网关 bk-apigateway 权限初始化问题

v1.10.1

17 Jul 08:34
1b52c23
Compare
Choose a tag to compare
  • 修复前端体验问题
  • 修复新用户保存时,email 不能为 None 的问题

v1.11.0-alpha.2

11 Jul 03:04
ee18700
Compare
Choose a tag to compare
v1.11.0-alpha.2 Pre-release
Pre-release

Bugfix

src/dashboard:

  • chore: remove dockerfile clean the sensitive

src/dashboard-front:

  • Fix experience problem 1.11
  • fix: 控制台log清除,冗余代码删除(v1)

v1.11.0-alpha.1

29 Jun 07:16
0c2320a
Compare
Choose a tag to compare
v1.11.0-alpha.1 Pre-release
Pre-release

Features

src/dashboard:

  • Add x_request_id into log_format of file-logger (#56)
  • Resource doc import by archive support has_changed field (#36)
  • Remove PASSWORD_UNENCRYPTED, use PASSWORD instead (#68)

src/core-api:

  • Add version subcommand (#26)
  • Add otel (#63)

Bugfix

src/dashboard:

  • bkGateway.instance.secret helm values generate (#25)
  • Max_resource_count_per_gateway add bk-base threadhold to 2000 (#69)

src/dashboard-front:

  • Delete bk-icon-apigateway package (#13)
  • 国际化处理、nav问题 (#12 #46 #49 #64)
  • 语言切换规则
  • 导入资源文档选择限制 (#61)

Documentation

  • Add quickstart (#35)

Miscellaneous Tasks

  • Opt dockerfile

Styling

  • Fix make lint for src/dashboard (#31)