Case Keeper v2.0 Release Notes - xx August 2023

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 fields endFLowOnFailure and useUnverifiedDependencies.
  • All validations will be run by default, added configuration options to disable certain validations.
  • Renamed configuration field containing spelling mistake threshHold to threshold.
  • Changed the default process configuration for isEditable.
  • Default configuration is no longer assigned to the verification object.
  • Splitted idFaceRecognition into new processes liveness and faceRecognition.

📘

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 in frontIdCardResult.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 and completed flags in process results.
  • Added errors array to each process result that is not valid.
  • Allow pdpaConsented to be set to true 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