Skip to content

Releases: tompro/redis_ts

0.5.3

16 Feb 09:52
Compare
Choose a tag to compare

What's Changed

  • expose TsMrangeEntry to users by @sgaim in #19

New Contributors

  • @sgaim made their first contribution in #19

Full Changelog: 0.5.2...0.5.3

0.5.2

12 May 08:54
Compare
Choose a tag to compare

Bump Redis dependency

0.5.1

05 Mar 08:02
Compare
Choose a tag to compare

New range query options on the async trait

0.5.0

17 Dec 15:07
fbebaaf
Compare
Choose a tag to compare

Attention this release contains breaking changes on all range query methods. Instead of individual parameters they now require a TsRangeQuery struct.

  • allow filtering by timestamp and value
  • added aggregation type twa
  • added alignment control ALIGN option via TsAlign
  • added BUCKETTIMESTAMP option via TsBucketTime
  • new range query builder via TsRangeQuery

Redis 0.22

02 Nov 21:10
758f532
Compare
Choose a tag to compare
Merge pull request #14 from tompro/develop

Update to redis 0.22.1

0.4.1 Async ts_alter

12 Dec 17:14
3430c82
Compare
Choose a tag to compare
  • Added support for async ts_alter
  • Added tests for sync and async ts_alter
  • version bump redis to 0.21
  • updated version in docs

v0.4.0

28 Feb 17:39
47e6d94
Compare
Choose a tag to compare
  • Redis 0.20.0 or higher
  • Added support for TS.REVRANGE
  • Added support for TS.MREVRANGE
  • Publish optional feature docs on docs.rs
  • Added cargo-make

v0.3.0

28 Feb 17:28
5075417
Compare
Choose a tag to compare
  • Redis 0.19.0
  • Inherit tokio-comp and async-std-comp feature flags