chore: update release notes for v1.28.1 (#109)
Co-authored-by: liaosy <liaosy@infinilabs.com>
This commit is contained in:
parent
ae295d88b7
commit
b189b72c11
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
|
|
@ -10,15 +10,37 @@ 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 指标。
|
||||
|
@ -26,10 +48,12 @@ title: "版本历史"
|
|||
- 添加多个常见用例的内置指标模板。
|
||||
|
||||
### Bug fix
|
||||
|
||||
- 修复当集群 UUID 为空时查询线程池指标的问题。
|
||||
- 修复单元测试中的问题。
|
||||
|
||||
### Improvements
|
||||
|
||||
- 优化 Agent 列表的 UI,当列数据溢出时改善显示效果。
|
||||
- 在概览表格的每一行添加加载动画。
|
||||
- 支持通过集群 ID 和集群 UUID 查询指标。
|
||||
|
|
Loading…
Reference in New Issue