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
32 changes: 32 additions & 0 deletions content/cn/blog/2024/release-python-client-2.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: HoraeDB Python 客户端 2.0.0 版本发布
date: 2024-12-10
tags:
- release
---

大家好:
Apache HoraeDB(孵化中)社区很高兴地宣布 Python 客户端 v2.0.0 已经发布,这是进入 Apache 孵化器后的第一个版本!具体使用可以参考[文档]({{< ref "python.md" >}}),下面是发布日志:

## What's Changed

- fix: wrong timestamp in example by @ShiKaiWi in https://github.com/apache/horaedb-client-py/pull/35
- chore: rename ceresdb to horaedb by @chunshao90 in https://github.com/apache/horaedb-client-py/pull/36
- chore: upgrade rust client by @ShiKaiWi in https://github.com/apache/horaedb-client-py/pull/37
- chore: add asf yaml by @chunshao90 in https://github.com/apache/horaedb-client-py/pull/38
- chore: add incubating notice by @baojinri in https://github.com/apache/horaedb-client-py/pull/40
- feat: support basic auth by @jiacai2050 in https://github.com/apache/horaedb-client-py/pull/41
- docs: update README.md by @baojinri in https://github.com/apache/horaedb-client-py/pull/43
- chore: fix asf header by @jiacai2050 in https://github.com/apache/horaedb-client-py/pull/44

## New Contributors

- @chunshao90 made their first contribution in https://github.com/apache/horaedb-client-py/pull/36
- @baojinri made their first contribution in https://github.com/apache/horaedb-client-py/pull/40
- @jiacai2050 made their first contribution in https://github.com/apache/horaedb-client-py/pull/41

**Full Changelog**: https://github.com/apache/horaedb-client-py/compare/v1.0.0...v2.0.0

## 加入我们

我们希望发展我们的社区,并欢迎新的贡献者。如果您有兴趣为 HoraeDB 做出贡献,请在邮件列表或 GitHub 上联系我们。我们很乐意帮助您开始。
4 changes: 2 additions & 2 deletions content/en/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ For older releases, please check the [archive](https://downloads.apache.org/incu

### Rust

The latest rust client version is v2.0.0(2024-11-26), 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).
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).

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).
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).

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