Releases: haniot/timeseries
Releases · haniot/timeseries
v1.1.3
v1.1.2
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
Adjustments and Improvements:
- Fixes type of some catch errors;
- Updates versions of the project dependencies.
v1.1.0
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 touser_id
in Fitbit event handlers; - Adds
docker-compose.yml
file; - Updates
Dockerfile
; - Updates
.travis.yml
; - Updates versions of the project dependencies.
v1.0.2
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
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
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.