Skip to content

Commit 950da0b

Browse files
authored
docs: add notes for v2.2.1 (#154)
1 parent 57d8717 commit 950da0b

File tree

4 files changed

+27
-7
lines changed

4 files changed

+27
-7
lines changed

zh_CN/getting-started/centos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Datalayers 支持的 CentOS 版本为:
1212

1313
:::: tabs
1414
::: tab amd64
15-
1. 下载安装包,<a href="https://docs.datalayers.cn/public/centos/datalayers-2.1.11-el7-amd64.rpm" download="datalayers-2.1.11-el7-amd64.rpm">点击下载</a>rpm安装包。
15+
1. 下载安装包,<a href="https://docs.datalayers.cn/public/centos/datalayers-2.2.1-el7-amd64.rpm" download="datalayers-2.2.1-el7-amd64.rpm">点击下载</a>rpm安装包。
1616

1717
2. 通过如下命令安装:
1818
``` bash
19-
sudo yum localinstall ./datalayers-2.1.11-el7-amd64.rpm
19+
sudo yum localinstall ./datalayers-2.2.1-el7-amd64.rpm
2020
```
2121
:::
2222

zh_CN/getting-started/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ docker pull datalayers/datalayers:nightly
1414
或者拉取指定版本的镜像:
1515

1616
``` bash
17-
docker pull datalayers/datalayers:v2.1.11
17+
docker pull datalayers/datalayers:v2.2.1
1818
```
1919

2020
执行以下命令,启动一个 Datalayers 容器:

zh_CN/getting-started/ubuntu.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ Datalayers 支持的 Ubuntu 版本为:
1010

1111
:::: tabs
1212
::: tab amd64
13-
1. 下载安装包, <a href="https://docs.datalayers.cn/public/ubuntu/datalayers-2.1.11-ubuntu22.04-amd64.deb" download="datalayers-2.1.11-ubuntu22.04-amd64.deb">点击下载</a>deb安装包。
13+
1. 下载安装包, <a href="https://docs.datalayers.cn/public/ubuntu/datalayers-2.2.1-ubuntu22.04-amd64.deb" download="datalayers-2.2.1-ubuntu22.04-amd64.deb">点击下载</a>deb安装包。
1414

1515
2. 通过如下命令安装:
1616

1717
``` bash
18-
sudo dpkg -i ./datalayers-2.1.11-ubuntu22.04-amd64.deb
18+
sudo dpkg -i ./datalayers-2.2.1-ubuntu22.04-amd64.deb
1919
```
2020
:::
2121

2222
::: tab arm64
23-
1. 下载安装包, <a href="https://docs.datalayers.cn/public/ubuntu/datalayers-2.1.11-ubuntu22.04-arm64.deb" download="datalayers-2.1.11-ubuntu22.04-arm64.deb">点击下载</a>deb安装包。
23+
1. 下载安装包, <a href="https://docs.datalayers.cn/public/ubuntu/datalayers-2.2.1-ubuntu22.04-arm64.deb" download="datalayers-2.2.1-ubuntu22.04-arm64.deb">点击下载</a>deb安装包。
2424

2525
2. 通过如下命令安装:
2626

2727
``` bash
28-
sudo dpkg -i ./datalayers-2.1.11-ubuntu22.04-arm64.deb
28+
sudo dpkg -i ./datalayers-2.2.1-ubuntu22.04-arm64.deb
2929
```
3030
:::
3131

zh_CN/releases/changes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 2.2.1
2+
3+
*发布日期: 2024-10-09*
4+
5+
### Features
6+
- 在时序引擎中,支持数据补录。
7+
8+
### 增强
9+
- 使用 `dldump` 工具进行备份与还原时,添加了进度条。
10+
- 系统重启时,将根据 CPU Core 数量,对于 `wal` 进行并性重放,以加速系统启动。
11+
- 使用 InfluxDB 行协议写入,所有 `tag` 做为 partition key。
12+
- 缓存更多数据的统计信息,以加速查询。
13+
14+
### 修复
15+
- 当 partition key 为多列时,修复分区信息计算可能不正确的问题。
16+
17+
### 其他
18+
- 对表 column 的数量限制。
19+
20+
121
## 2.1.11
222

323
*发布日期: 2024-09-23*

0 commit comments

Comments
 (0)