From c446ed10613c8e9625bf74c31a9017c1b3b96de0 Mon Sep 17 00:00:00 2001 From: jiacai2050 Date: Tue, 10 Dec 2024 22:06:17 +0800 Subject: [PATCH 1/2] python client release blog --- .../blog/2024/release-python-client-2.0.0.md | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 content/cn/blog/2024/release-python-client-2.0.0.md 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 00000000..ca35c39b --- /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 上联系我们。我们很乐意帮助您开始。 From 36a113a67e0c9c093c0b8e8f0b3573cef4684419 Mon Sep 17 00:00:00 2001 From: jiacai2050 Date: Wed, 11 Dec 2024 10:22:52 +0800 Subject: [PATCH 2/2] add release notes --- content/en/downloads.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/downloads.md b/content/en/downloads.md index 273fce98..89d51da9 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.