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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0ec3474  python client release blog (#163)
0ec3474 is described below

commit 0ec3474d5b969da06f747abe22d05af0f41c8e5c
Author: Jiacai Liu <[email protected]>
AuthorDate: Wed Dec 11 10:34:34 2024 +0800

    python client release blog (#163)
---
 .../cn/blog/2024/release-python-client-2.0.0.md    | 32 ++++++++++++++++++++++
 content/en/downloads.md                            |  4 +--
 2 files changed, 34 insertions(+), 2 deletions(-)

diff --git a/content/cn/blog/2024/release-python-client-2.0.0.md 
b/content/cn/blog/2024/release-python-client-2.0.0.md
new file mode 100644
index 0000000..ca35c39
--- /dev/null
+++ b/content/cn/blog/2024/release-python-client-2.0.0.md
@@ -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 上联系我们。我们很乐意帮助您开始。
diff --git a/content/en/downloads.md b/content/en/downloads.md
index 273fce9..89d51da 100644
--- a/content/en/downloads.md
+++ b/content/en/downloads.md
@@ -32,7 +32,7 @@ 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.
 
@@ -40,7 +40,7 @@ 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.
 


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

Reply via email to