This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Releases: apache/horaedb-client-py
Releases · apache/horaedb-client-py
v2.0.0
This is the first version after enter Apache incubator, thanks for everyone make it happen!
What's Changed
- fix: wrong timestamp in example by @ShiKaiWi in #35
- chore: rename ceresdb to horaedb by @chunshao90 in #36
- chore: upgrade rust client by @ShiKaiWi in #37
- chore: add asf yaml by @chunshao90 in #38
- chore: add incubating notice by @baojinri in #40
- feat: support basic auth by @jiacai2050 in #41
- docs: update README.md by @baojinri in #43
- chore: fix asf header by @jiacai2050 in #44
New Contributors
- @chunshao90 made their first contribution in #36
- @baojinri made their first contribution in #40
- @jiacai2050 made their first contribution in #41
Full Changelog: v1.0.0...v2.0.0
v2.0.0-rc1
What's Changed
- fix: wrong timestamp in example by @ShiKaiWi in #35
- chore: rename ceresdb to horaedb by @chunshao90 in #36
- chore: upgrade rust client by @ShiKaiWi in #37
- chore: add asf yaml by @chunshao90 in #38
- chore: add incubating notice by @baojinri in #40
- feat: support basic auth by @jiacai2050 in #41
- docs: update README.md by @baojinri in #43
- chore: fix asf header by @jiacai2050 in #44
New Contributors
- @chunshao90 made their first contribution in #36
- @baojinri made their first contribution in #40
- @jiacai2050 made their first contribution in #41
Full Changelog: v1.0.0...v2.0.0-rc1
v1.0.0
Overview
- Adapted to the latest service protocol (the service protocol has been re-designed and will be stable in the future).
- Support iterate over rows and columns.
What's Changed
- feat: adapt to latest rust client and bump version to 0.1.4 by @ShiKaiWi in #28
- build: fix building with protobuf by @ShiKaiWi in #30
- chore: add timeout in RpcContext by @ShiKaiWi in #31
- feat: upgrade the rust client to latest by @ShiKaiWi in #32
- build: remove unused
cmake-rspatch by @messense in #34 - feat: upgrade rust client for 1.0.0 release by @ShiKaiWi in #33
Full Changelog: v0.1.3...v1.0.0
v0.1.3
Overview
Some bugs are fixed:
- Avoid throwing error while queried rows are empty. apache/horaedb-client-rs#17
What's Changed
- chore: bump to 0.1.3 by @Rachelint in #25
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Overview
Some new features are added by this version:
- Support cross compiling for arm64 macOS #21
- Update the rust core and support access to CeresDB cluster apache/horaedb-client-rs#14
Thanks
What's Changed
- docs: add PyPI badge and installation guide to readme by @messense in #19
- fix: cmake cross compiling fix for arm64 macOS by @messense in #21
- chore: bump toolchain. by @Rachelint in #22
- adapt to new version rust client. by @Rachelint in #23
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Overview
This is the first release version of the CeresDB python client providing basic features including Write/Query.
Features
Some important features in this version are:
- Support query #1
- Support write #5
- Remove the large dependency
common_types#6 - Support affected rows in query response #7
- Add python type stub #8
- Provide query/write example #10