This is an automated email from the ASF dual-hosted git repository.

jiacai2050 pushed a commit to branch feat-2.1.0
in repository https://gitbox.apache.org/repos/asf/horaedb-docs.git

commit 3f94cded49d60f36699eb2fc807ed4fd7f50ae70
Author: jiacai2050 <[email protected]>
AuthorDate: Mon Nov 18 11:20:15 2024 +0800

    release 2.1.0
---
 content/cn/downloads.md               |  6 +++---
 content/en/blog/2024/release-2.1.0.md | 17 +++++++++++++++++
 content/en/downloads.md               |  4 ++--
 3 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/content/cn/downloads.md b/content/cn/downloads.md
index e323f81..e9ab0c0 100644
--- a/content/cn/downloads.md
+++ b/content/cn/downloads.md
@@ -11,9 +11,9 @@ Apache HoraeDB 使用源码压缩包进行发布。
 
 # 最新发布
 
-最新一次发布版本:2.0.0(2024-05-23),源码[下载地址](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz)。
+最新一次发布版本:2.1.0(2024-11-18),源码[下载地址](https://downloads.apache.org/incubator/horaedb/horaedb/v2.1.0/apache-horaedb-incubating-v2.1.0-src.tar.gz)。
 
-用户可以按照以下指南使用 
[signatures](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz.asc)
 和 
[checksums](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz.sha512)
 验证此版本。
+用户可以按照以下指南使用 
[signatures](https://downloads.apache.org/incubator/horaedb/horaedb/v2.1.0/apache-horaedb-incubating-v2.1.0-src.tar.gz.asc)
 和 
[checksums](https://downloads.apache.org/incubator/horaedb/horaedb/v2.1.0/apache-horaedb-incubating-v2.1.0-src.tar.gz.sha512)
 验证此版本。
 
 ## Docker 镜像
 
@@ -48,7 +48,7 @@ apache-horaedb-incubating-v2.0.0-src.tar.gz: OK
 
 ## 验证 Signatures
 
-验证 PGP Signatures,用户需要下载 [release 
KEYS](https://downloads.apache.org/incubator/horaedb/KEYS) 文件。
+验证 PGP Signatures,用户需要下载发布用的公钥 
[KEYS](https://downloads.apache.org/incubator/horaedb/KEYS) 文件。
 
 导入下载的 KEYS 文件:
 
diff --git a/content/en/blog/2024/release-2.1.0.md 
b/content/en/blog/2024/release-2.1.0.md
new file mode 100644
index 0000000..47db9e4
--- /dev/null
+++ b/content/en/blog/2024/release-2.1.0.md
@@ -0,0 +1,17 @@
+---
+title: Release 2.1.0
+date: 2024-11-18
+---
+The Apache HoraeDB(incubating) team are pleased to announce that v2.1.0 is 
released, which has closed over 60 issues, including two major features:
+- Introduce a new WAL implementation based on local disk.
+
+  In previous version, there is a RocksDB-based WAL. Although it works well in 
most cases, it has following issues:
+  - Compiling from source can be a challenging task, especially since RocksDB 
is primarily written in C++.
+  - For WAL, RocksDB can be somewhat overkill. If you are not familiar with 
RocksDB, tuning it can be very challenging.
+
+- Access object store with [Apache OpenDAL](https://github.com/apache/opendal)
+
+Other bug fixes and improvement can be seen here:
+- https://github.com/apache/horaedb/releases/tag/v2.1.0
+
+As always, we warmly welcome you to join our [community](/community) and share 
your insights.
diff --git a/content/en/downloads.md b/content/en/downloads.md
index e8865c4..fb91153 100644
--- a/content/en/downloads.md
+++ b/content/en/downloads.md
@@ -11,9 +11,9 @@ Apache HoraeDB is released as source code tarballs with 
corresponding docker ima
 
 # The latest release
 
-The latest release is 2.0.0(2024-05-23), the source code can be downloaded 
[here](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz).
+The latest release is 2.1.0(2024-11-18), the source code can be downloaded 
[here](https://downloads.apache.org/incubator/horaedb/horaedb/v2.1.0/apache-horaedb-incubating-v2.1.0-src.tar.gz).
 
-Verify this release using the 
[signatures](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz.asc),
 
[checksums](https://downloads.apache.org/incubator/horaedb/horaedb/v2.0.0/apache-horaedb-incubating-v2.0.0-src.tar.gz.sha512)
 by following guides below.
+Verify this release using the 
[signatures](https://downloads.apache.org/incubator/horaedb/horaedb/v2.1.0/apache-horaedb-incubating-v2.1.0-src.tar.gz.asc),
 
[checksums](https://downloads.apache.org/incubator/horaedb/horaedb/v2.1.0/apache-horaedb-incubating-v2.1.0-src.tar.gz.sha512)
 by following guides below.
 
 ## Docker images
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to