About

Below is a log of changes to the Persona API. Updates that affect only products or features in beta or limited release may not be reflected.

Each change can be described as either a breaking change or an ongoing change.

  • Breaking changes = new API version: When we make any backwards-incompatible changes, we release a new version of the API. In addition to being assigned a new API version, these changes are marked in the changelog with the ๐Ÿ’ฅ symbol. Youโ€™re in charge of when you get breaking changesโ€”you get them when you upgrade your API version. Learn how to try out and upgrade to newer API versions.
  • Ongoing changes: Ongoing changes are backwards-compatible, and are added on an ongoing basis. You donโ€™t need to update your API version to get these updates.
SDK changelogs

Each Persona SDK has a separate changelog: Android SDK, iOS SDK, React Native SDK, Javascript SDK, Inlined React SDK, Inlined Vue SDK

Key

๐ŸŒฑ New feature

๐Ÿƒ Improvement

๐Ÿ”ง Fix

๐Ÿ’ฅ Breaking change

๐Ÿ”’ Security-related

Cross-API

  • ๐ŸŒฑ๐Ÿ”’ Configurable expiration for File URL access tokens: By default, the signed access token included in File URLs remains valid for 6 hours after the API request was made. This expiration period can now be configured per API Key. For more details, see File URLs.
  • ๐Ÿƒ Field Schema for File types include set of supported MIME types: Responses that include field schemas with type FieldSchema::File now include the list of supported mime types within config under supported-mime-types.