Skip to content

Changelog

dasFaceQR v2.8

Added

  • New API parameters: topCaption, middleCaption, bottomCaption, addressCaption, descriptionCaption, termsAndConditionsCaption.

dasFaceQR v2.6

Deprecated

  • The following endpoint have been deprecated.
POST /{model}/qr-code/unsigned
POST /{model}/aztec-code/unsigned
POST /qr-code/algorithm/{algo_name}
POST /aztec-code/algorithm/{algo_name}
POST /{model}/qr-code/algorithm/{algo_name}
POST /{model}/aztec-code/algorithm/{algo_name}
POST /verification/qr-code
POST /verification/aztec-code
POST /verification/qr-code/unsigned
POST /verification/aztec-code/unsigned

dasFaceQR v2.5

Deprecated

  • The following endpoints will be deprecated on v2.6. Do not confuse them with similar-looking endpoints that contain the /credential/ word in between. Those will not change.
POST /{model}/qr-code/unsigned
POST /{model}/aztec-code/unsigned
POST /qr-code/algorithm/{algo_name}
POST /aztec-code/algorithm/{algo_name}
POST /{model}/qr-code/algorithm/{algo_name}
POST /{model}/aztec-code/algorithm/{algo_name}
POST /verification/qr-code
POST /verification/aztec-code
POST /verification/qr-code/unsigned
POST /verification/aztec-code/unsigned

Added and improved

  • Several internal changes to improve reliability and performance

dasFaceQR v2.4

Added

  • Added support for Aztec Codes.
  • The selfie image is now optional. It’s possible to generate a biometric credential containing only a vector, only contextual data, or both.
  • It’s possible to select which of the three supported algorithms will be used to sign a QR code. The endpoint has been extended such that the algorithm can be specified: /credential/qr-code/algorithm/.
  • Now additional custom data can be added at the beginning of the QR code. This data will not be part of the signature.
  • New endpoint /credential/qr-code/passbook/event to generate Apple Passbook files.
  • Newly-generated QR codes will ship a biometric vector with a reduced BPC (bits per cluster) of 8, in order to generate smaller QR codes.
  • New endpoint /models
  • Support for signature algorithm ISO/IEC 9796-2.

Fixed

  • Some errors that used to return 500 codes now return 400.
  • Various fixes in the generated Passbook files. Some readers were unable to read them.
  • QR length capped below maximum possible size
  • Under some circumstances the signature algorithm could not be selected