Skip to content

Releases: panda-official/DriftPythonClient

Release v0.10.0

Choose a tag to compare

@atimin atimin released this 05 Jun 15:00

Added

  • timeout option to Client constructor, PR-39

Release v0.9.0

Choose a tag to compare

@atimin atimin released this 14 Dec 12:30

Added

  • TTL option to DriftClient.walk method, PR-38

Fixed

  • Error handling in DriftClient.walk, PR-37

Release v0.8.1

Choose a tag to compare

@atimin atimin released this 14 Sep 12:36

Fixed

  • Only time series data supported, PR-36

Release v0.8.0

Choose a tag to compare

@atimin atimin released this 14 Sep 09:45

Added

  • Support for Typed Data, PR-35

Release v0.7.0

Choose a tag to compare

@atimin atimin released this 11 Jul 07:41

Added

  • Support for labels, PR-34

Release v0.6.0

Choose a tag to compare

@atimin atimin released this 16 Jun 15:04

Added:

  • DRIFT-613: Client.walk method to iterate data in blob storage, PR-32

Changed:

  • Migrate to pyproject.toml, PR-33

Release 0.5.0

Choose a tag to compare

@atimin atimin released this 06 Apr 13:35

Changed

  • Switch to wavelet buffer 0.6.0, PR-31

Release 0.4.1

Choose a tag to compare

@atimin atimin released this 06 Apr 13:35

Fixed:

  • Empty password and error message when no ReductStore available, PR-30

Release v0.4.0

Choose a tag to compare

@atimin atimin released this 21 Feb 16:16

Added:

  • DRIFT-542: Quick start manual for Windows users, PR-27
  • ISSUE-88: loop parameter for DriftClient constructor to integrate into existing even loop, PR-29

Release v0.3.1

Choose a tag to compare

@atimin atimin released this 01 Dec 16:08

Fixed:

  • Circular import in protobuf files, PR-25