Case Keeper v2.0 Release Notes - xx August 2023
almost 2 years ago by Brecht Pallemans
Breaking Changes
Data migration
Version 1 is still operational and in use for existing clients, we will migrate data upon request to our newer version. Before we can migrate, please take note of the following breaking changes to implement in your services.
Major breaking changes:
- Splitted
dependenciesRequired
into new config fieldsendFLowOnFailure
anduseUnverifiedDependencies
. - All validations will be run by default, added configuration options to disable certain validations.
- Renamed configuration field containing spelling mistake
threshHold
tothreshold
. - Changed the default process configuration for
isEditable
. - Default configuration is no longer assigned to the verification object.
- Splitted
idFaceRecognition
into new processesliveness
andfaceRecognition
.
Configuration options
Check out Verification Configuration for information on how to use the new configuration options.
Minor breaking changes:
- Removed property
middle_last_name_en
infrontIdCardResult.response.result
. - Removed the deprecated nesting of image keys in
faceRecognitionResult.response
. - Removed
confirmed
from process results. - The meaning of
verified
in process results was changed to include dependencies verified. - Added middle name validation to the passport process.
- Improved security on data masking to requests using the public key.
- The
idCardVerified
field is no longer maintained in the DipChip process
New features
- Added
nationality
to initial data (cca3 country code format). - Added source result relations to processes requiring a dependency.
- Added
valid
andcompleted
flags in process results. - Added errors array to each process result that is not valid.
- Allow
pdpaConsented
to be set totrue
in request body on create verification. - Added
faceImage
to initial verification data for facial recognition. - Added a new feature flag to dispose of personal data on complete verification.
Updates
- Updated sandbox mode to be more accurate.
- Updated events to include the event when disposing of personal data