Skip to content

Latest commit

 

History

History
123 lines (70 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

123 lines (70 loc) · 3.82 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.9.0 - 2023-12-14

Added

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

Fixed

  • Error handling in DriftClient.walk, PR-37

0.8.1 - 2023-09-14

Fixed

  • Only time series data supported, PR-36

0.8.0 - 2023-09-14

Added

  • Support for Typed Data, PR-35

0.7.0 - 2023-07-11

Added

  • Support for labels, PR-34

0.6.0 - 2023-06-16

Added:

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

Changed:

  • Migrate to pyproject.toml, PR-33

0.5.0 - 2023-04-06

Changed

  • Switch to wavelet buffer 0.6.0, PR-31

0.4.1 - 2023-02-21

Fixed:

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

0.4.0 - 2023-02-13

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

0.3.1 - 2022-12-01

Fixed:

  • Circular import in protobuf files, PR-25

0.3.0 - 2022-11-23

Added

  • DRIFT-534: Dependencies compatibility table, PR-21
  • DRIFT-550: DriftClientError class, to catch (initially) Minio errors, PR-16
  • DRIFT-563: Reduct Storage client, PR-24
  • DRIFT-604: Add blob property to DriftDataPackage, PR-20

Fixed:

  • DRIFT-603: Status check for DriftDataPackage, PR-23

0.2.1 - 2922-09-09

Added

  • DRIFT-473: Add tutorial and PANDA|Drift page, PR-12

Add Denoising timeseries data by using WaveletBuffer, PR-12

  • DRIFT-587: Add Drift Core on diagram, PR-17

Fixed

  • DRIFT-545: Build on Apple M1, PR-15

0.2.0 - 2022-08-16

Added

  • DRIFT-478: Client.get_metrics to get metrics from InfluxDB, PR-10
  • DRIFT-510: Make package paths by using time from InfluxDB, PR-2
  • DRIFT-516: Client.get_topic_data to get paths in Minio, PR-5

Deprecated

  • DRIFT-516: Client.get_list. Remove in 1.0.0, PR-5

0.1.1 - 2022-07-12

Added

  • DRIFT-469: Initial implementation
  • DRIFT-516: Add get_topic_data and deprecate get_list methods, PR-3