Skip to content

Commit

Permalink
docs(version_log): add 1.14.0 release log (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken authored Sep 13, 2024
1 parent 577cab0 commit e2a9682
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 17 deletions.
19 changes: 13 additions & 6 deletions src/dashboard/apigateway/apigateway/data/version_log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- 2024-08-30 -->
<!-- 2024-09-13 -->
# V1.14.0 版本更新日志

### 缺陷修复
Expand All @@ -8,14 +8,21 @@
- 基础信息维护人员不回显问题
- 发布成功后,再变更当前环境关联版本号,避免发布失败页面功能不可用
- 发布过程展示耗时为负数问题
- 环境概览资源列表插件展示合并问题
- 禁用 bk-opentelemetry

### 功能优化

- 导入导出优化:支持 openapi 3.0
- 日志查询页面体验优化
- 在线调试体验优化
- 基本信息:支持配置 related_apps
- 插件:Header 转换支持设置的值带`$`
- 导入导出配置优化,支持 openapi 3.0
- 日志查询页面优化
- 在线调试页面优化
- 新建资源版本生成推荐版本号
- 版本发布成功后才更新关联版本号
- 网关基本信息支持配置关联的 app
- 网关基本信息人员编辑可控提交
- `bp-`作为官方内置网关前缀之一
- 插件:file-logger 中增加 bk_username 字段
- 插件:”header rewrite 插件键值支持 `$` 获取变量

---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
<!-- 2024-08-30 -->
<!-- 2024-09-13 -->
# V1.14.0 Release Log

### Bug Fixes

- Plugins: Header transformation validates duplicate headers
- Incorrect frontend request URL when the notification center is activated
- Maintenance staff information not displaying correctly in basic information
- After a successful release, the current environment's version number is updated to prevent page functionality issues in case of release failure
- Issue with negative duration displayed during the release process
- Plugin: Header Rewrite - Validate duplicate headers
- Incorrect frontend request address after enabling the notification center
- Issue with maintenance personnel information not displaying
- After successful publishing, update the associated version number for the current environment to avoid functionality issues on the publish failure page
- Issue with negative time display during the publishing process
- Merge issue for plugin display on the environment overview resource list page
- Disable bk-opentelemetry

### Features

- Import and export enhancements: support for openapi 3.0
- Improved user experience on the log search page
- Enhanced online debugging experience
- Basic information: support for configuring related_apps
- Plugins: Header transformation supports settings that include the `$` symbol
- Optimize import and export configurations to support OpenAPI 3.0
- Optimize log query page
- Optimize online debugging page
- Generate recommended version number when creating a new resource version
- Update the associated version number only after successful version release
- Support configuring associated apps in gateway basic information
- Enable controlled submission of personnel edits in gateway basic information
- Add `bp-` as one of the official built-in gateway prefixes
- Plugin: Add `bk_username` field in `file-logger`
- Plugin: Support `$` for variable retrieval in the "header rewrite" plugin key-value pairs

---

Expand Down

0 comments on commit e2a9682

Please sign in to comment.