Releases: RedisTimeSeries/JRedisTimeSeries
Releases · RedisTimeSeries/JRedisTimeSeries
1.6.0
Enhancements
- Add TS.DEL command (#60)
- Support GROUPBY and REDUCE options (#71)
- Add FILTER_BY options (#68)
- Add ALIGN option (#69)
- Add SELECTED_LABELS option (#70)
- Add RangeParams, MultiRangeParams & CreateParams (#66)
- Alternate option for '+' and '-' in RANGE/MRANGE (#72)
Dependencies
- Upgrade redis.clients:jedis to 3.7.0
Version 1.6.0-RC1
Changes
- Upgrade redis.clients:jedis from 3.6.1 to 3.6.3 (#73)
- Add ALIGN option (#69)
- Add SELECTED_LABELS option (#70)
- Add FILTER_BY options (#68)
- Support GROUPBY and REDUCE options (#71)
- Alternate option for '+' and '-' in RANGE/MRANGE (#72)
- Add RangeParams, MultiRangeParams & CreateParams (#66)
- Add TS.DEL command (#60)
Version 1.5.0
Changes
Features
- Support initialization from a connection string (#40)
- Add support of CHUNK_SIZE and ON_DUPLICATE in TS.ADD (#39)
- fix #33 set RedisTimeSeries as AutoCloseable and add close() (#37)
Bugs
Thanks @dengliming & @IOjeffrey for contributing!
Version 1.4.0🌈
Changes
- Bump junit from 4.12 to 4.13.1 @dependabot (#30)
- Add TS.REVRANGE, TS.MREVRANGE @felipecsl (#23)
- switch from cobertura to jacoco @gkorland (#22)
- adpat tests to not expect error on backfilling @gkorland (#20)
🚀Features
- Enforcing google-java-format as a pre-commit hook @filipecosta90 (#25)
- Added support to specify the chunk size in Bytes of a time-series on create, add, incrby, and decrby methods. @gkorland (#26)
- Added release drafter automation @filipecosta90 (#27)
- update to jedis 3.3.0 @gkorland (#16)
Thanks to: @felipecsl for the contributing!