Skip to content

Releases: apache/horaedb-client-py

v1.0.0

01 Mar 05:02
df92d4e
Compare
Choose a tag to compare

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

20 Oct 07:20
a42bec7
Compare
Choose a tag to compare

Overview

Some bugs are fixed:

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

20 Sep 04:01
bc495ae
Compare
Choose a tag to compare

Overview

Some new features are added by this version:

Thanks

@messense

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

25 Jul 11:15
9b632ac
Compare
Choose a tag to compare

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

Thanks

@messense