Skip to content

Releases: RedisTimeSeries/JRedisTimeSeries

1.6.0

19 Nov 05:18
69a3820
Compare
Choose a tag to compare

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

10 Aug 08:09
1e87ab1
Compare
Choose a tag to compare
Version 1.6.0-RC1 Pre-release
Pre-release

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

25 May 13:00
eeb5e45
Compare
Choose a tag to compare

Changes

  • Upgrade redis.clients:jedis from 3.5.1 to 3.6.0 (#44, #46)

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

  • fix #31 add support for CHUNK_SIZE and ON_DUPLICATE (#32)

Thanks @dengliming & @IOjeffrey for contributing!

Version 1.4.0🌈

03 Nov 07:42
f9086c1
Compare
Choose a tag to compare

Changes

🚀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!

1.3.0

12 Apr 12:13
851d8a2
Compare
Choose a tag to compare
  • Add UNCOMPRESSED attribute on TS.CREATE (#7)
  • Add TS.GET and TS.MGET (#8)
  • Add support for TS.ALTER and TS.QUERYINDEX (#9)

1.2.1

14 Jan 15:03
Compare
Choose a tag to compare
  • Add support for STD.* aggregation commands
  • Add support for COUNT on TS.RANGE & TS.MRANGE
  • Add support for with_labels on mrange

0.10.0

23 Jul 07:46
Compare
Choose a tag to compare

Support TS.INFO

0.9.0

24 Jun 07:34
Compare
Choose a tag to compare
  • Move from seconds to milliseconds
  • Add support for TS.MADD

0.7.0

06 Jun 09:20
Compare
Choose a tag to compare

Add support for TS.ADD returns timestamp

0.6.0

16 Mar 23:27
Compare
Choose a tag to compare
v0.6.0

more test...