Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Releases: RedisTimeSeries/redistimeseries-py

Version 1.4.5

01 Mar 07:00
e8f0f1f
Compare
Choose a tag to compare

Deprecation Notice

This is the final release of redistimeseries-py. All functionality has moved to redis-py as of version 4.0

What's Changed

  • Fix tests after RTS change in logic

Version 1.4.4

17 Nov 10:47
0ddff95
Compare
Choose a tag to compare

Changes

  • Pinning redis to 3.5.3 and updating minor version (#117)
  • Adding deprecation notice (#115)
  • Remove assertion of error message (#106)

Features

  • Add aggregation ALIGN option to TS.RANGE/REVRANGE and TS.MRANGE/MREVRANGE (#103)
  • Add GROUPBY and REDUCE support for TS.MRANGE and TS.MREVRANGE (#99)
  • Add support for TS.DEL (#98)
  • Add SELECTED_LABELS support for TS.MRANGE and TS.MREVRANGE (#101)
  • add support for Filter by ts and value (#90)

Version 1.4.3

13 Oct 01:24
8399b3f
Compare
Choose a tag to compare

This is a maintenance release for redistimeseries-py version 1.4.
Update urgency: Low

Maintenance

  • Using github actions to automatically publish to PyPi (#74)

Version 1.4.2

05 Oct 10:47
99aad4a
Compare
Choose a tag to compare

This is a maintenance release for redistimeseries-py version 1.4.
Update urgency: Low

Maintenance details:

  • Fixed executing workflows for a git tag (#72)

Version 1.4.1

02 Oct 19:55
8af06b2
Compare
Choose a tag to compare

This is a maintenance release for redistimeseries-py version 1.4.
Update urgency: Low

Maintenance details:

  • Provide the proper list of supported python version on setup classifiers. (#68)

Version 1.4.0

21 Sep 12:41
b451b43
Compare
Choose a tag to compare

Changes

  • Added support for DUPLICATE_POLICY / ON_DUPLICATE keywords on TS.CREATE and TS.ADD (#66)
  • Added support for DUPLICATE_POLICY in `TS.INFO response (#66)
  • Added support for TS.REVRANGE and TS.MREVRANGE (#62)
  • Added support to specify the chunk size in Bytes of a time-series on create, add, incrby, and decrby methods (#61)
  • Allow user to pass connection on client setup (#57)

Fixes

  • Fixed chunkSize addition to TS.INFO ( backwards compatible ) (#59)

0.8.0

19 Feb 13:31
e51df3e
Compare
Choose a tag to compare
  • Uncompressed chunks supported #42
  • 0 time sample now included #43
  • Update get/mget return value + with_labels #44
  • Add timestamp, remove time bucket from incr/decrby #47
  • Fix issue 49 get/mget with empty series #50

0.7.0

14 Jan 10:25
Compare
Choose a tag to compare
  • Add COUNT + WITHLABELS options for MRANGE (#37)

0.6.2

05 Jan 15:13
Compare
Choose a tag to compare

Fix setup.py requirements list

0.6.1

26 Dec 08:25
Compare
Choose a tag to compare
  • fix pypi build