Releases: apache/horaedb-client-py
Releases · apache/horaedb-client-py
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-rs
patch 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