Releases: RedisTimeSeries/redistimeseries-go
Releases · RedisTimeSeries/redistimeseries-go
Version 1.4.4
Version 1.4.3
This is a maintenance release for redistimeseries-go version 1.4.
Update urgency: Low
Features
- Added DeleteSerie() API that is equivalent to calling vanilla redis DEL serie. (#86)
Thanks to: @LeonOnRoad for the contributing!
Version 1.4.2
Highlight
This release follows the General Availability release for RedisTimeSeries 1.4 and the ability to back-fill time series!
This client version contains the changes and examples around back-filling and out-of-order inserts.
🚀Features
- Added support for
DUPLICATE_POLICY
/ON_DUPLICATE
keywords onTS.CREATE
andTS.ADD
(#84) - Added support for
DUPLICATE_POLICY
in `TS.INFO response (#84) - Added support for CHUNK_SIZE on TS.CREATE (#80)
Bug Fixes
- Fixed example tests due to OOO changes (#82)
1.4.1
1.4.0
Added features
- Added support for TS.REVRANGE and TS.MREVRANGE ( #70 )
- Extended client examples on MultiAdd, Range, ReverseRange, and MultiReverseRange ( #70 , #71 )
1.3.0
Added features
- Added support for TS.QUERYINDEX, TS.ALTER, TS.INCRBY/TS.DECRBY TS.MADD (#60)
- Added support for NewClientFromPool and Close methods. includes example (#62)
- Added support for TS.MGET with options. (#67)
- Added example usages of RangeWithOptions, MultiRangeWithOptions, and MultiGetWithOptions (#69)
Thanks to: @dengliming for the contributing!
1.2.1
1.2.0
- Extended CreateOptions and added DefaultCreateOptions for
TS.CREATE
- Added MultiRangeOptions and DefaultMultiRangeOptions for
TS.MRANGE
- Extended Key Info with Labels Info from
TS.INFO
- Enable Adding with Auto Timestamp, supporting
TS.ADD * ...
behaviour - Support for
TS.GET
andTS.MGET
commands - Overall extended support for optional arguments on API Commands
- Deprecated CreateKey in favor of CreateKeyWithOptions to fully support
TS.CREATE
- Deprecated AddWithRetention in favor of AddWithOptions to fully support
TS.ADD
- Deprecated AggMultiRange (which forced aggregation usage) in favor of MultiRangeWithOptions to fully support
TS.MRANGE
0.3.0
0.2.0
move to millisec from seconds.
see: RedisTimeSeries/RedisTimeSeries#145