Release 2.7.0
Update Node version: 14
Codebase refactoring:
- Models with Typegoose
- Services with moleculer-decorators
- Mixins interfaces
- Typescript improvements
- Eslint
Added:
- Only ApiKey user create [VIDD-426]
Bug fixes
Release 1.3.1
Added:
- Env variable: EMAILS_REGISTER_VERIFIED
- Email sent when account is verified
Release 1.3.0
Added:
- Monitoring service
- Background service[VIDD-409][VIDD-472][VIDD-471]
- APIs:
GET /api/v1/backgrounds
GET /api/v1/backgrounds/:id
DELETE /api/v1/backgrounds/:id
POST /upload/v1/backgrounds
GET /api/v1/backgrounds/download
- APIs:
...