Skip to content

Releases: haniot/mhealth

v2.8.0

26 Jul 22:12
Compare
Choose a tag to compare

New Features and Adjustments:

  • Adds RpcServerEventBusTask:
    • Adds sleepdurations.aggregatebypatient provider.
  • Updates versions of the project dependencies.

v2.7.2

26 Oct 13:40
Compare
Choose a tag to compare

Adjustments and Improvements:

  • Adds package-lock.json in Dockerfile;
  • Changes MongoDB connection configs to access certificates path instead of certificates content;
  • Updates versions of the project dependencies.

v2.7.1

21 Oct 19:59
Compare
Choose a tag to compare

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.

v2.7.0

08 Jun 14:28
Compare
Choose a tag to compare

New Features and Adjustments:

  • Adding annual_variation attribute in Weight resource;
  • Updates versions of the project dependencies.

v2.6.0

12 Mar 15:14
Compare
Choose a tag to compare

New Features and Adjustments:

  • Adding leg attribute in CalfCircumference model;
  • Updates versions of the project dependencies.

v2.5.0

13 Jan 19:29
Compare
Choose a tag to compare

New Features and Adjustments:

  • Adds hand attribute in HandGrip model.
  • Fixing package.json:
    • Locking the version of mongoose lib in 5.10.19.
  • Updates versions of the project dependencies.

v2.4.0

30 Nov 15:35
Compare
Choose a tag to compare

New Features and Adjustments:

  • Adds new Measurement resources:
    • HandGrip;
    • CalfCircumference.
  • Updates versions of the project dependencies.

v2.3.1

25 Nov 11:55
Compare
Choose a tag to compare

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

18 Nov 19:06
Compare
Choose a tag to compare

New Features:

  • Adds event publishing to message bus:
    • WeightLastSaveEvent;
    • HeightLastSaveEvent.
  • Adds Awakenings task;
  • Adds patients.sleep.durations endpoint;
  • 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.

v2.2.4

14 Jul 14:29
Compare
Choose a tag to compare

Bug fixes and new features

  • Removes calories_link and heart_rate_link from measurement
  • Adds route to get last measurements from specific date
  • Adds BMI calculate as readonly parameter in Weight resource