Releases: haniot/mhealth
Releases · haniot/mhealth
v2.8.0
v2.7.2
Adjustments and Improvements:
- Adds
package-lock.json
inDockerfile
; - Changes MongoDB connection configs to access certificates path instead of certificates content;
- Updates versions of the project dependencies.
v2.7.1
Adjustments and Improvements:
- Adjusts ConnectionFactoryMongodb's
createConnection
method options; - Changes the BaseRepository constructor access modifier from protected to public;
- Fixs type of some catch errors;
- Updates versions of the project dependencies:
- Removes
sinon-mongoose
and replaces with a fixed local file; - Unlocks
mongoose
version.
- Removes
v2.7.0
New Features and Adjustments:
- Adding
annual_variation
attribute in Weight resource; - Updates versions of the project dependencies.
v2.6.0
New Features and Adjustments:
- Adding
leg
attribute in CalfCircumference model; - Updates versions of the project dependencies.
v2.5.0
New Features and Adjustments:
- Adds
hand
attribute inHandGrip
model. - Fixing
package.json
:- Locking the version of mongoose lib in
5.10.19
.
- Locking the version of mongoose lib in
- Updates versions of the project dependencies.
v2.4.0
New Features and Adjustments:
- Adds new Measurement resources:
HandGrip
;CalfCircumference
.
- Updates versions of the project dependencies.
v2.3.1
Adjustments and Improvements:
- Adds hour thresholds to the
AwakeningsTask
; - Fixes some repository and service interfaces;
- Fixes and refactoring some tests;
- Updates versions of the project dependencies.
v2.3.0
New Features:
- Adds event publishing to message bus:
WeightLastSaveEvent
;HeightLastSaveEvent
.
- Adds
Awakenings
task; - Adds
patients.sleep.durations
endpoint; - 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.
v2.2.4
Bug fixes and new features
- Removes
calories_link
andheart_rate_link
from measurement - Adds route to get last measurements from specific date
- Adds
BMI
calculate as readonly parameter inWeight
resource