Skip to content

Releases: Clover-Group/tsp

TSP v0.15.0-rc2

06 Dec 11:14
Compare
Choose a tag to compare
TSP v0.15.0-rc2 Pre-release
Pre-release
  • FILL(previous) now ignored in InfluxDB helper queries
  • Kafka now does not read from earliest by default, using group offsets

TSP v0.15.0-rc1

03 Dec 08:55
Compare
Choose a tag to compare
TSP v0.15.0-rc1 Pre-release
Pre-release
  • new data sources: Kafka, Redis
  • restored data transformations
  • multiple optimizations leading to speedup
  • new wait() construction

TSP v0.14.1

15 Mar 11:22
Compare
Choose a tag to compare
  • internal overhaul, some bug fixes

TSP v0.14.0

19 Feb 08:56
Compare
Choose a tag to compare
  • rules validator now requires field types
  • added chunkSizeMs parameter for chunk window size

TSP v0.14.0-rc5

15 Feb 09:37
Compare
Choose a tag to compare
TSP v0.14.0-rc5 Pre-release
Pre-release
  • added event chunking to speed up the processing

TSP v0.14.0-rc4

05 Feb 06:15
Compare
Choose a tag to compare
TSP v0.14.0-rc4 Pre-release
Pre-release

0.14.0-rc3

  • fixed type casting operator (value as float64 etc.)
  • re-added lag function without window (uses default value of 1 ms)
  • some optimization

TSP v0.14.0-rc3

01 Feb 10:38
Compare
Choose a tag to compare
TSP v0.14.0-rc3 Pre-release
Pre-release
  • fixed type casting operator (value as float64 etc.)
  • re-added lag function without window (uses default value of 1 ms)
  • some optimization

TSP v0.14.0-rc2

31 Jan 08:06
Compare
Choose a tag to compare
TSP v0.14.0-rc2 Pre-release
Pre-release
  • restored more functions
  • added cast operator

TSP v0.13.1

24 Dec 08:22
Compare
Choose a tag to compare

0.13.1-rc1

  • Added new syntax for for TIME expressions: x for t TIME +- (TIME | PERCENT) and
    x for t1 to t2 TIME to time with tolerance and time range accordingly

TSP v0.13.1-rc1

11 Dec 12:14
Compare
Choose a tag to compare
TSP v0.13.1-rc1 Pre-release
Pre-release
  • Huge internal refactor for maintainability of the code
  • Add some docs about parallelisation
  • Migrated to Scala 2.12, Flink 1.7 and Spark 2.4