Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions content/cn/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Apache HoraeDB 使用源码压缩包进行发布。

# 最新发布

最新一次发布版本: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)。
最新一次发布版本:2.1.0(2024-11-18),源码[下载地址](https://www.apache.org/dyn/closer.lua/incubator/horaedb/horaedb/v2.1.0/apache-horaedb-incubating-v2.1.0-src.tar.gz?action=download)。

用户可以按照以下指南使用 [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) 验证此版本。

Expand All @@ -24,7 +24,7 @@ Apache HoraeDB 使用源码压缩包进行发布。

## 历史版本

历史已发布版本,可以在[这里](https://downloads.apache.org/incubator/horaedb/horaedb/)查询得到。
历史已发布版本,可以在[这里](https://archive.apache.org/dist/incubator/horaedb/horaedb/)查询得到。

# 验证 signatures 和 checksums

Expand Down
8 changes: 4 additions & 4 deletions content/en/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Apache HoraeDB server is released as source code tarballs with corresponding doc

### The latest release

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).
The latest release is 2.1.0(2024-11-18), the source code can be downloaded [here](https://www.apache.org/dyn/closer.lua/incubator/horaedb/horaedb/v2.1.0/apache-horaedb-incubating-v2.1.0-src.tar.gz?action=download).

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.

Expand All @@ -26,21 +26,21 @@ Pre-built binaries are not provided yet, users can [compile from source]({{< ref

### All archived releases

For older releases, please check the [archive](https://downloads.apache.org/incubator/horaedb/horaedb/).
For older releases, please check the [archive](https://archive.apache.org/dist/incubator/horaedb/horaedb/).

## Client

### Rust

The latest rust client version is v2.0.0(2024-07-11), source codes can be downloaded [here](https://downloads.apache.org/incubator/horaedb/horaedb-client-rust/v2.0.0/apache-horaedb-incubating-rust-client-v2.0.0-src.tar.gz), release note is [here](https://github.com/apache/horaedb-client-rs/releases/tag/v2.0.0).
The latest rust client version is v2.0.0(2024-07-11), source codes can be downloaded [here](https://www.apache.org/dyn/closer.lua/incubator/horaedb/horaedb-client-rust/v2.0.0/apache-horaedb-incubating-rust-client-v2.0.0-src.tar.gz?action=download), release note is [here](https://github.com/apache/horaedb-client-rs/releases/tag/v2.0.0).

Verify this release using the [signatures](https://downloads.apache.org/incubator/horaedb/horaedb-client-rust/v2.0.0/apache-horaedb-incubating-rust-client-v2.0.0-src.tar.gz.asc), [checksums](https://downloads.apache.org/incubator/horaedb/horaedb-client-rust/v2.0.0/apache-horaedb-incubating-rust-client-v2.0.0-src.tar.gz.sha512) by following guides below.

It's also available on [crates.io](https://crates.io/crates/horaedb-client).

### Python

The latest python client version is v2.0.0(2024-12-10), source codes can be downloaded [here](https://downloads.apache.org/incubator/horaedb/horaedb-client-python/v2.0.0/apache-horaedb-incubating-python-client-v2.0.0-src.tar.gz), release note is [here](https://github.com/apache/horaedb-client-py/releases/tag/v2.0.0).
The latest python client version is v2.0.0(2024-12-10), source codes can be downloaded [here](https://www.apache.org/dyn/closer.lua/incubator/horaedb/horaedb-client-python/v2.0.0/apache-horaedb-incubating-python-client-v2.0.0-src.tar.gz?action=download), release note is [here](https://github.com/apache/horaedb-client-py/releases/tag/v2.0.0).

Verify this release using the [signatures](https://downloads.apache.org/incubator/horaedb/horaedb-client-python/v2.0.0/apache-horaedb-incubating-python-client-v2.0.0-src.tar.gz.asc), [checksums](https://downloads.apache.org/incubator/horaedb/horaedb-client-python/v2.0.0/apache-horaedb-incubating-python-client-v2.0.0-src.tar.gz.sha512) by following guides below.

Expand Down
Loading