Case Keeper v2.0 Release Notes - xx August 2023
over 2 years ago by Brecht Pallemans
Breaking Changes
Data migrationVersion 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
dependenciesRequiredinto new config fieldsendFLowOnFailureanduseUnverifiedDependencies. - All validations will be run by default, added configuration options to disable certain validations.
- Renamed configuration field containing spelling mistake
threshHoldtothreshold. - Changed the default process configuration for
isEditable. - Default configuration is no longer assigned to the verification object.
- Splitted
idFaceRecognitioninto new processeslivenessandfaceRecognition.
Configuration optionsCheck out Verification Configuration for information on how to use the new configuration options.
Minor breaking changes:
- Removed property
middle_last_name_eninfrontIdCardResult.response.result. - Removed the deprecated nesting of image keys in
faceRecognitionResult.response. - Removed
confirmedfrom process results. - The meaning of
verifiedin 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
idCardVerifiedfield is no longer maintained in the DipChip process
New features
- Added
nationalityto initial data (cca3 country code format). - Added source result relations to processes requiring a dependency.
- Added
validandcompletedflags in process results. - Added errors array to each process result that is not valid.
- Allow
pdpaConsentedto be set totruein request body on create verification. - Added
faceImageto 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
