You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjustments and Improvements:
- Adds extra attribute in Push model;
- Adds recipient_id and extra keys in payloads built on mountPayloads() method of PushRepository;
- Updates versions of the project dependencies.
Adjustments and Improvements:
- Adds timestamp in Push model;
- Adds some info in mount of firebase payloads;
- Adds DASHBOARD_HOST env variable;
- Updates versions of the project dependencies.
Adjustments and Improvements:
- Changes MongoDB connection configs to access certificates path instead of certificates content;
- Updates versions of the project dependencies.
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;
- Updates dependencies:
- Unlocks mongoose version.
Adjustments and Improvements:
- Adding general adjustments in EmailRepository;
- Updating EmailValidator;
- Updating EventBusRabbitMQ;
- Updating .env.example;
- Updates versions of the project dependencies.
Adjustments and Improvements:
- Adds the possibility to use custom email templates through an environment variable in EmailRepository;
- Updates .env.example;
- Updates versions of the project dependencies.
Adjustments and Improvements:
- Adding environment variable to the email sender's name;
- Fixing some repository and service interfaces;
- Updates versions of the project dependencies.