Skip to main content

Release notes

v1.7.0

What's new

If you don't collect a personal data collection consent from your users and provide it to us via API, we will now display a consent collection screen of our own.

Users can accept or reject giving data collection consent directly in the SDK. If consent is rejected, the session is immediately terminated.

Breaking changes

SDKs now need to provide a full proxy object when starting a transaction.

Previously, you provided the full API transaction endpoint for your proxy, for example: https://www.myproxy.com/api/v1/transaction.

Now, you need to pass your proxy's base domain + API suffix, without the final URL path. For example: https://www.myproxy.com/api/v1.

The SDK then constructs the rest of the URL based on the action that is performed (transaction creation, cancellation, or simply getting info on its status).

You need to update your proxy to accommodate this change. If you're using our proxy, update it to the latest available version.

SDK release notes

v1.5.0

What's new

  • Added kiosk mode support. This is helpful in applications where a tablet device is mounted on a wall and users are expected to scan their documents using the front camera only.
  • PDF file uploads are now supported when using the manual input capability.

Updates

Updated BlinkID Verify and BlinkCard dependencies:

  • The "Scan & Verify ID" capability now uses BlinkID Verify 3.14.1.
  • The "Scan Payment Card" capability now uses BlinkCard 2.12.0.

To read more about the new features supported by these upgrades, see the release notes for BlinkID Verify and BlinkCard.

SDK release notes


v1.4.2

Breaking changes

The MicroblinkPlatformServiceSettings configuration has been updated. The URL field has been renamed and now requires the full API transaction endpoint instead of just the base domain.

  • Before: accepted only the base domain, e.g. https://www.myapi.com
  • After: must include the full endpoint, e.g. https://www.myapi.com/api/v1/transaction

See the SDK-specific release notes for the exact field name change on each platform.

SDK release notes


v1.4.1

Improvements

  • Improved extraction of first and middle names for certain ID types.

SDK release notes


v1.4.0

Improvements

  • Face capture now performs additional validation checks:
    • Eyes closed
    • Image too dark
    • Face blurry
    • Mouth open
    • Sunglasses detected
  • Improved card scanning performance and reliability.
  • Enhanced document extraction with additional extracted fields.

SDK release notes


v1.3.0

New features

  • Added support for the payment card scan capability.
  • Added support for multiple steps of the same type.

SDK release notes


v1.2.0

New features

  • Added support for manual user input capability.

SDK release notes


v1.1.0

New features

  • Added support for BlinkID.

SDK release notes


v1.0.0

Initial release

  • Initial release of the Microblink Platform SDK.

SDK release notes