Skip to content

Releases: haniot/timeseries

v1.1.3

16 Nov 15:11
Compare
Choose a tag to compare

Adjustments and Improvements:

  • Changes the build of start_time and end_time attributes in the buildTimeStamps() method of the IntradayTimeSeriesEntityMapper;
  • Updates versions of the project dependencies.

v1.1.2

25 Oct 21:15
Compare
Choose a tag to compare

Adjustments and Improvements:

  • Changes buildQueryHeartRate method of IntradayTimeSeriesRepository to calculate min, max and average only for data_set of 1s;
  • Updates versions of the project dependencies.

v1.1.1

22 Oct 15:40
Compare
Choose a tag to compare

Adjustments and Improvements:

  • Fixes type of some catch errors;
  • Updates versions of the project dependencies.

v1.1.0

18 Nov 18:30
Compare
Choose a tag to compare

New Features:

  • Adds RpcServerEventBusTask:
    • intraday.find provider.
  • Changes patients.resource.date.interval routes rules;
  • Adds Heart Rate average over time series;
  • Changes patient_id references to user_id in Fitbit event handlers;
  • Adds docker-compose.yml file;
  • Updates Dockerfile;
  • Updates .travis.yml;
  • Updates versions of the project dependencies.

v1.0.2

29 Jun 23:16
Compare
Choose a tag to compare

Adjustments and improvements

  • Updates the base node image to 12.18.0-alpine
  • Updates versions of the project dependencies
  • Adds routine to load influxdb and rabbitmq client certificates
  • Change the .mocharc.yml file to the project root
  • Adds support for ES2020
  • Adds settings for the travis service
  • Adds configuration for the travis service
  • Updates README

v1.0.1

09 Mar 23:58
Compare
Choose a tag to compare

Bug Fixes

  • Corrects error that disregards the end time.
  • Corrects the error that causes the values, min, max and average of the heart rate to be wrong.

v1.0.0

17 Jan 13:49
Compare
Choose a tag to compare

New Features:

  • Timeseries/Intraday: steps, calories, distance, active minutes and heart rate.
    • /v1/patients/{patient_id}/date/{start_date}/{end_date}/timeseries
    • ​/v1​/patients​/{patient_id}​/{resource}​/date​/{start_date}​/{end_date}​/timeseries
    • /v1/patients/{patient_id}/{resource}/date/{date}/interval/{interval}/timeseries
    • ​/v1​/patients​/{patient_id}​/{resource}​/date​/{start_date}​/{end_date}​/time​/{start_time}​/{end_time}​/interval​/{interval}​/timeseries
  • Integration with InfluxDB:
    • Persistence of time series.
  • Integration with RabbitMQ:
    • Event subscribe: UserDeleteEvent, TimeSeriesSyncEvent and IntradayTimeSeriesSyncEvent.