Releases: haniot/ds-agent
Releases · haniot/ds-agent
v1.2.1
v1.2.0
New Features and Adjustments:
- Adds RPC server and client connections to EventBusRabbitMQ;
- Adds RpcServerEventBusTask;
- Adjusts
mongoDBErrorListener()
method from BaseRepository; - Updates versions of the project dependencies.
v1.1.3
Adjustments and Improvements:
- Changes MongoDB connection configs to access certificates path instead of certificates content;
- Updates versions of the project dependencies.
v1.1.2
Adjustments and Improvements:
- Adjusts ConnectionFactoryMongodb's
createConnection
method options; - Changes the BaseRepository constructor access modifier from protected to public;
- Fixes type of some catch errors;
- Replaces destroy call for stop call in
node-cron
object of tasks; - Updates versions of the project dependencies:
- Removes
sinon-mongoose
and replacing with a fixed local file; - Unlocks
mongoose
version.
- Removes
v1.1.1
Adjustments and Improvements:
- Adds the deletion of FitbitDevice objects from a user when handling their deletion;
- Updates versions of the project dependencies.
v1.1.0
New Features and some Adjustments/Improvements:
- Adds
users.fitbit.devices
GET endpoint:- Adds
FitbitDevice
resource.
- Adds
- Adds
InactiveUsersTask
; - Adds
FitbitNoDeviceEvent
andFitbitInactiveEvent
resources; - Fixes some repository and service interfaces;
- Fixing
package.json
:- Locks the version of mongoose lib in
5.10.19
.
- Locks the version of mongoose lib in
- Updates versions of the project dependencies.
v1.0.12
Adjustments:
- Changes
patient_id
references touser_id
. - Removes
calories_link
andheart_rate_link
fromPhysicalActivity
model. - Updates versions of the project dependencies.
v.1.0.11
Bug Fixes
- Fixes the sync routine of the sleep, physical activity and weight resources that did not synchronize again after a publication error.
- Fixes the distance conversion in meters.
v.1.0.10
Bug Fixes and Adjustments
- Changes the getIntrospect() method in FitbitClientRepository, so as not to manage response errors. Now returns a resolved promise false/true;
- Downgrade the library helmet, to correct the bug in accessing the swagger reference;
- Update libraries versions.
v1.0.9
New features and bug fixes
- Adds docker-compose.yml file;
- Adds lib tzdata to the docker image;
- Adds a revoke routine when receiving a UserDeleteEvent;
- Fixes the verification of the token expired in 5min in the pre-sync;
- Fixes the mapping of the status code 400 and 403 that invalidated the access token before performing a refresh;
- Fixes the unnecessary publication of Physical Activity, Sleep and Weight that have already been synchronized.