Skip to content

Commit

Permalink
chore: update release notes for v1.28.1 (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: liaosy <[email protected]>
  • Loading branch information
liaosy21 and liaosy authored Jan 25, 2025
1 parent ae295d8 commit b189b72
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
28 changes: 27 additions & 1 deletion docs/content.en/docs/release-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,52 @@ Information about release notes of INFINI Console is provided here.
## Latest (In development)

### Breaking changes

### Features

### Bug fix

### Improvements

## 1.28.1 (2025-01-24)

### Features

- Support function-format parameters in Insight Data API
- Support configuring multiple hosts when creating a cluster
- Provide an API to dump and view the current list of stored Badger keys
- Rollup supports scenario-based condition adaptation, requires Easysearch > 1.9.2
- TopN built-in metric - Index metric (agent collection mode)
- TopN built-in view templates
- TopN supports custom data views

### Bug fix

- Fix the issue of high memory usage in Badger KV storage

### Improvements

- LDAP configuration supports validation with special character "dot" (.) (#46)

## 1.28.0 (2025-01-11)

### Breaking changes

### Features

- Add allocation to activities if is cluster health change and changed to red.
- Add index metrics for segment memory (norms, points, version map, fixed bit set).
- Support querying top N metrics in the Insight Data Query API
- Add insight metric CURD API for managing custom metrics
- Add built-in metrics templates for common use cases

### Bug fix

- Fixed query thread pool metrics when cluster uuid is empty
- Fixed unit tests

### Improvements

- Optimize UI of agent list when its columns are overflow.
- Add loading to each row in overview table.
- Adapter metrics query with cluster id and cluster uuid
Expand All @@ -41,10 +66,10 @@ Information about release notes of INFINI Console is provided here.
- Check if the cluster version supports metric transport_outbound_comnections in monitor.
- Enhanced http_client to support customizable configurations.


## 1.27.0 (2024-12-13)

### Improvements

- The code is open source and the [Github repository](https://github.com/infinilabs/console) is used for development
- Split monitoring metric requests to optimize monitoring metric query response speed.
- Optimizing ES metric collecting
Expand All @@ -54,6 +79,7 @@ Information about release notes of INFINI Console is provided here.
- Optimizing layout of table component

### Bug fix

- Fixed the issue of untimely update of cluster metadata
- Fixed the issue of incorrect links in help documents, etc.
- Fixed node and index metadata ID to prevent metadata record duplication.
Expand Down
26 changes: 25 additions & 1 deletion docs/content.zh/docs/release-notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,50 @@ title: "版本历史"
## Latest (In development)

### Breaking changes

### Features
- Insight Data API 支持函数格式查询,方便拓展查询功能

### Bug fix

### Improvements

## 1.28.1 (2025-01-24)

### Features

- 创建集群时支持配置多个主机地址,增强集群的高可用性
- Insight Data API 支持函数格式查询,方便拓展查询功能
- 提供 API 来 Dump 查看当前存储的 Badger Key 列表
- Rollup 支持场景条件适配,要求 Easysearch > 1.9.2
- TopN 内置指标- 索引指标(agent 采集模式)
- TopN 内置视图模版
- TopN 支持自定义数据视图

### Bug fix

- 修复 Badger KV 存储内存占用过高的问题

### Improvements

- LDAP 配置支持带特殊符号“点”(.) 验证(#46)

## 1.28.0 (2025-01-11)

### Features

- 在集群健康状态变为红色时,将分配活动记录到动态日志中。
- 为索引增加段内存指标(包括 norms、points、version map、fixed bit set)。
- 支持在 Insight 数据查询 API 中查询 Top N 指标。
- 新增 Insight 指标 CURD API,用于管理自定义指标。
- 添加多个常见用例的内置指标模板。

### Bug fix

- 修复当集群 UUID 为空时查询线程池指标的问题。
- 修复单元测试中的问题。

### Improvements

- 优化 Agent 列表的 UI,当列数据溢出时改善显示效果。
- 在概览表格的每一行添加加载动画。
- 支持通过集群 ID 和集群 UUID 查询指标。
Expand Down

0 comments on commit b189b72

Please sign in to comment.