Skip to content

chore: changelog #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions zh_CN/releases/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## 2.2.15

发布日期: 2025-03-25

### 新功能

- **​原生 MCP 服务器支持**:通过 Server-Sent Events (SSE) 方式,实现了与大模型的快速集成,提升系统扩展性和灵活性。

### 增强

- ​**集群通讯优化**:重构了集群间的通讯逻辑,显著提升了通讯的稳定性和可靠性。
​- **时间索引优化**:优化了时间索引机制,大幅提升了查询效率,提升了整体系统性能。

## 2.2.14

发布日期: 2025-03-17
Expand Down Expand Up @@ -43,7 +56,7 @@

发布日期: 2025-01-09

### Features
### 新功能

- 数据落盘时支持速度控制,通过配置参数动态限制数据落盘的带宽占用,实现消峰填谷,让系统运行更加平顺。
- INSERT 支持标量函数,允许在插入值时直接调用内置标量函数,如:NOW()。
Expand Down Expand Up @@ -128,7 +141,7 @@

发布日期: 2024-11-11

### Features
### 新功能

- 新增对 DBeaver 的原生集成支持,提供 SQL 编辑、数据可视化、元数据查询等功能。详见[DBeaver 配置](../integration/datalayers-with-dbeaver.md)。
- 支持通过 compact 指令对数据进行整理。
Expand Down Expand Up @@ -176,7 +189,7 @@

发布日期: 2024-10-09

### Features
### 新功能

- 在时序引擎中,支持数据补录。

Expand Down Expand Up @@ -223,7 +236,7 @@

发布日期: 2024-09-18

### Features
### 新功能

- 发布 `dldump` 工具,支持[备份与恢复](../admin/backup-restore.md)。
- INFORMATION_SCHEMA 中实现了 table partition 的虚拟表。
Expand All @@ -244,7 +257,7 @@

发布日期: 2024-09-09

### Features
### 新功能

- 实现 `Key-Value` 存储模型,协议层完全兼容 Redis 协议,详见[Key-Value](../key-value-data-model/overview.md)。
- 实现 `information_schema` 数据库,以方便对元数据进行管理。
Expand All @@ -262,7 +275,7 @@

发布日期: 2024-08-23

### Features
### 新功能

- 支持 `trim database` 语句,实现对资源进行加速回收。
- 在集群模式下,对于存储的数据支持混合缓存(内存与磁盘),提升数据查询效率。
Expand Down