Renamed recovery method, improved concurrency, updated audit logs
We have standardised the naming scheme for the cloud backup recovery method, improved concurrency for device requests, and refactored audit event types.
Recovery method name change
To have a consistent naming scheme, we have changed the name of recovery method CLOUD_BACKUP to CLOUD_BACKUP_RECOVERY_CODE.
To learn more, see the following endpoints in the MobileID API reference documentation:
Concurrency improvements
We have improved the database lock handling so that multiple concurrent requests for the same device get a proper error message, instead of an HTTP 500 error.
To learn more, see the following endpoints in the MobileID API reference documentation:
Renamed audit event types
We have rewritten most event type names to make them more readable. They now follow a general pattern of ORIGIN_ACTION_EVENT.
To see all changes, together with the previous naming scheme, see:
- See the Event types section on Encap server logs page.
- See the Signicat Audit logs page.
Purpose field removed
We have removed the purpose field, as the purpose is already a part of the event type name.