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:
- Permissions "backgrounds.get", "backgrounds.remove", "backgrounds.upload", "monitoring"
- Env variable: AWS_BUCKET_NAME_BACKGROUNDS
- Group permissions code 140: ["monitoring"]
- Group permissions code 160: [""backgrounds.get", "backgrounds.remove", "backgrounds.upload""]
Fixed:
- Name in email when a meeting is created, updated or deleted [VIDD-463]
- Docs [VIDD-404][VIDD-456]
- Drachtio error handling [VIDD-470]
...