Migration from 1.9.x to 1.10.x

This guide contains instructions for migration from PowerAuth Cloud version 1.9.x to version 1.10.0.

Database Changes

A new database table pa_cloud_device_info_mapping has been added (backport from version 2.0.0, applicable only for version 1.10.4 or later 1.10.x).

For convenience, you can use liquibase for your database migration.

For manual changes use SQL scripts:

REST API

Registration List

The API endpoint GET /v2/registrations returns the registration’s name, platform and deviceInfo for all statuses, provided these attributes are present.

Registration Attributes

The API endpoints GET /v2/registrations, and GET /v2/registrations/{registrationId} newly return the following attributes:

  • timestampLastChanged the timestamp of the last registration change.
  • failedAttempts - Number of failed attempts.
  • maxFailedAttempts - Maximal allowed number of failed attempts.
  • additionalData - The registration’s custom attributes set through a private API in a free JSON structure.
Last updated on Dec 17, 2025 (09:34) View product
Search

1.10.x

PowerAuth Cloud