Skip to content

Commit

Permalink
Merge pull request #453 from didi/dev
Browse files Browse the repository at this point in the history
1.设置版本为2.6.0; 2.补充v2.6.0的release notes
  • Loading branch information
ZQKC authored Jan 24, 2022
2 parents 54711c4 + b4a7394 commit 67ad5ca
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 4 deletions.
33 changes: 33 additions & 0 deletions Releases_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,39 @@

---

## v2.6.0

版本上线时间:2022-01-24

### 能力提升
- 增加简单回退工具类

### 体验优化
- 补充周期任务说明文档
- 补充集群安装部署使用说明文档
- 升级Swagger、SpringFramework、SpringBoot、EChats版本
- 优化Task模块的日志输出
- 优化corn表达式解析失败后退出无任何日志提示问题
- Ldap用户接入时,增加部门及邮箱信息等
- 对Jmx模块,增加连接失败后的回退机制及错误日志优化
- 增加线程池、客户端池可配置
- 删除无用的jmx_prometheus_javaagent-0.14.0.jar
- 优化迁移任务名称
- 优化创建Region时,Region容量信息不能立即被更新问题
- 引入lombok
- 更新视频教程
- 优化kcm_script.sh脚本中的LogiKM地址为可通过程序传入
- 第三方接口及网关接口,增加是否跳过登录的开关
- extends模块相关配置调整为非必须在application.yml中配置

### bug修复
- 修复批量往DB写入空指标数组时报SQL语法异常的问题
- 修复网关增加配置及修改配置时,version不变化问题
- 修复集群列表页,提示框遮挡问题
- 修复对高版本Broker元信息协议解析失败的问题
- 修复Dockerfile执行时提示缺少application.yml文件的问题
- 修复逻辑集群更新时,会报空指针的问题

## v2.4.1+

版本上线时间:2021-05-21
Expand Down
2 changes: 1 addition & 1 deletion distribution/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ server:
spring:
application:
name: kafkamanager
version: @project.version@
version: 2.6.0
profiles:
active: dev
datasource:
Expand Down
2 changes: 1 addition & 1 deletion distribution/conf/application.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ server:
spring:
application:
name: kafkamanager
version: @project.version@
version: 2.6.0
profiles:
active: dev
datasource:
Expand Down
2 changes: 1 addition & 1 deletion kafka-manager-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logi-kafka",
"version": "2.5.0",
"version": "2.6.0",
"description": "",
"scripts": {
"prestart": "npm install --save-dev webpack-dev-server",
Expand Down
2 changes: 1 addition & 1 deletion kafka-manager-web/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ server:
spring:
application:
name: kafkamanager
version: @project.version@
version: 2.6.0
profiles:
active: dev
datasource:
Expand Down

0 comments on commit 67ad5ca

Please sign in to comment.