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.

Key

๐ŸŒฑ New feature

๐Ÿƒ Improvement

๐Ÿ”ง Fix

๐Ÿ’ฅ Breaking change

๐Ÿ”’ Security-related

User Audit Logs

  • ๐Ÿƒ Add response-status attribute to User Audit Logs: User Audit Logs resources now include a response-status attribute, which indicates the HTTP response of the request.
  • ๐Ÿƒ Update get-params and post-params typing: User Audit Logs get-params and post-params attributes can now be a string in addition to an object.

Verifications

  • ๐ŸƒAdd tags attribute to Verifications: Verifications resources now include tags that are associated with the verification.

Workflows

  • ๐Ÿƒย Access workflow deployment and version details: You can now request the active-deployment and latest-published-version information via include when querying for a specific workflow.