This repository has been archived by the owner on Jan 24, 2023. It is now read-only.
Releases: RedisTimeSeries/redistimeseries-py
Releases · RedisTimeSeries/redistimeseries-py
Version 1.4.5
Version 1.4.4
Version 1.4.3
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
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
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
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)