> ## Documentation Index
> Fetch the complete documentation index at: https://developer.prove.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Learn about product launches, enhancements, and fixes for Prove solutions

<Update label="7-21-2026" tags={["API"]}>
  ## <span><Icon icon="wrench" iconType="solid" /> Enhancements </span>

  <b>Error responses now include `clientRequestId` and `correlationId`</b>

  Non-200 error responses from the `/v3` API now include two optional tracing fields. The `clientRequestId` field echoes back the value supplied in the request. The `correlationId` field identifies the request flow when a correlation ID is available. Use them to correlate error responses with the originating request and the request flow. Prove omits `clientRequestId` when the request didn't include one and omits `correlationId` when none is available for the flow. Success responses are unchanged.
</Update>

<Update label="6-23-2026" tags={["Pre-Fill"]}>
  ## <span><Icon icon="wrench" iconType="solid" /> Enhancements </span>

  <b>More accurate PO Box filtering for Pre-Fill</b>

  PO Box detection is now more exact for US Pre-Fill verifications. PO Box addresses are still excluded by default from the addresses returned in `/v3/verify` Pre-Fill responses. Contact your Prove representative if you need PO Box addresses included in your configuration.
</Update>

<Update label="5-27-2026" tags={["Server SDK", "Go SDK", "Java SDK", ".NET SDK", "TypeScript SDK"]}>
  ## Java server-side SDK v0.21.7

  ### What's new

  * Fixed an issue where the `evaluation` object wasn't populated in API responses.

  ### Impact

  Download the latest server-side SDK to stay up to date with Global Fraud Policy (GFP) evaluation results.

  ## Go server-side SDK v0.14.8

  ### What's new

  * Fixed an issue where the `evaluation` object wasn't populated in API responses.

  ### Impact

  Download the latest server-side SDK to stay up to date with GFP evaluation results.

  ## TypeScript server-side SDK v0.14.10

  ### What's new

  * Fixed an issue where the `evaluation` object wasn't populated in API responses.

  ### Impact

  Download the latest server-side SDK to stay up to date with GFP evaluation results.

  ## .NET server-side SDK v1.6.6

  ### What's new

  * Fixed an issue where the `evaluation` object wasn't populated in API responses.

  ### Impact

  Download the latest server-side SDK to stay up to date with GFP evaluation results.
</Update>

<Update label="6-16-2026" tags={["Web SDK"]}>
  ## Web client-side SDK v3.6.3

  ### What's new

  * General stability improvements and bug fixes

  ### Impact

  Download the latest Web SDK to stay up to date with Prove's latest tools.
</Update>

<Update label="6-17-2026" tags={["iOS SDK"]}>
  ## iOS client-side SDK v6.12.3

  ### What's new

  * General stability and bug fixes.
  * Renamed API method `withInstantLink` to `withInstantLinkFallback`.

  ### Impact

  Download the latest iOS client-side SDK to stay up to date with Prove's latest tools. If your code calls `withInstantLink`, update it to `withInstantLinkFallback`.
</Update>

<Update label="6-2-2026" tags={["Web SDK"]}>
  ## Web client-side SDK v3.6.2

  ### What's new

  * General stability improvements.
  * Support Instant Link for mobile web browser flow

  ### Impact

  Download the latest Web SDK to stay up to date with Prove's latest tools.
</Update>

<Update label="5-19-2026" tags={["iOS SDK"]}>
  ## iOS client-side SDK v6.12.0

  ### What's new

  * General stability improvements.

  ### Impact

  Download the latest iOS client-side SDK to stay up to date with Prove's latest tools.

  ## Android client-side SDK v6.12.0

  ### What's new

  * General stability improvements.

  ### Impact

  Download the latest iOS client-side SDK to stay up to date with Prove's latest tools.
</Update>

<Update label="4-9-2026" tags={["web SDK"]}>
  ## Web client-side SDK v3.4.2

  ### What's new

  * General stability improvements.

  ### Impact

  Download the latest web SDK to stay up to date with Prove's latest tools.
</Update>

<Update label="4-2-2026" tags={["web SDK"]}>
  ## Web client-side SDK v6.10.7

  ### What's new

  * General stability improvements.

  ### Impact

  Download the latest web client-side SDK to stay up to date with Prove's latest tools.
</Update>

<Update label="3-17-2026" tags={["iOS SDK","Android SDK"]}>
  ## iOS client-side SDK v6.10.4

  ### What's new

  * Support for Instant Link in iOS apps
  * Bugs fixes for crash related to Mobile Auth flow in iOS devices without cellular connection
  * Other bug fixes and general stability improvements.

  ### Impact

  Download the latest iOS client-side SDK to stay up to date with Prove's latest tools.

  ## Android client-side SDK v6.10.6

  ### What's new

  * Support for Instant Link in Android SDKs
  * Other bug fixes and general improvement

  ### Impact

  Download the latest iOS client-side SDK to stay up to date with Prove's latest tools.
</Update>

<Update label="1-15-2026" tags={["iOS SDK"]}>
  ## iOS client-side SDK v6.9.2

  ### What's new

  Download the latest iOS client-side SDK to stay up to date with Prove's latest tools.

  ### Impact

  This version has bug fixes and general stability improvements.
</Update>

<Update label="12-16-2025" tags={["Instant Link"]}>
  ## Instant Link fix

  ### What's new

  Fixed an issue where Instant Link link clicks weren't always registered.

  ### Impact

  This fix ensures that the system tracks and registers all Instant Link clicks, improving reliability of the authentication flow.
</Update>

<Update label="2-4-2026" tags={["Android SDK"]}>
  ## Android SDK 6.10.3

  ### What's new

  Download the latest Android client-side SDK to stay up to date with Prove's latest tools.

  ### Impact

  This update makes Instant Link available for Android devices.
</Update>

<Update label="10-16-2025" tags={["Android SDK"]}>
  ## Android SDK 6.7.0

  ### What's new

  Download the latest Android client-side SDK to stay up to date with Prove's latest tools.

  ### Impact

  The SDK applies error handling for 401 responses from the server when the token has expired, preventing continuous OTP re-prompts and allowing the session to fail.
</Update>

<Update label="08-06-2025" tags={["Android SDK"]}>
  ## Android SDK 6.5.1

  ### What's new

  Download the latest Android client-side SDK to stay up to date with Prove's latest tools.

  ### Impact

  This improves security and log clarity for new SDK integrations.
</Update>

<Update label="07-14-2025" tags={["iOS SDK"]}>
  ## iOS SDK 6.5.1 certificate fix

  ### Action required

  Prove's iOS Distribution certificate was unintentionally revoked due to an administrative error. This certificate signs officially released Mobile Auth and Client-Side iOS SDKs.

  If you develop with the Prove iOS SDK, update to version 6.5.1 immediately. This resolves certificate issues that prevent your app from building or releasing to the App Store.

  If you have any questions or need further guidance with the iOS SDK update, please submit a support ticket through the Developer Portal or contact your Prove representative.
</Update>

<Update label="06-04-2025" tags={[".NET SDK","Server SDK"]}>
  ## .NET server-side SDK

  ### What's new

  * .NET server-side SDK is available for all Prove Platform products including Prove Pre-Fill®, Prove Identity®, and Prove Unify.
  * .NET developers can integrate Prove's identity verification and authentication services using familiar C# syntax and .NET conventions.
  * The SDK provides the same comprehensive features as the other server-side SDKs, including OAuth authentication, correlation ID management, and all API endpoints.
  * Install via NuGet: `dotnet add package Prove.Proveapi --version 1.0.1`
  * Refer to the Pre-Fill server-side SDK guide for implementation details and code examples.

  ### Impact

  This addition provides .NET developers with native tooling for seamless integration. Organizations using .NET can now implement Prove's identity verification solutions without requiring extra language dependencies or custom API integration work.
</Update>

<Update label="06-04-2025">
  ## Android SDK - OTP prompt fix

  ### What's new

  Download the latest Android client-side SDK to stay up to date with Prove's latest tools.

  ### Impact

  This ensures consistent authentication flows across all Android-powered device configurations, improving user experience for customers using devices in Wi-Fi-only mode or with inactive SIM cards.

  ## Web SDK - Mobile Auth latency fix

  ### What's new

  Updated web SDK to version `2.10.1` to fix Mobile Auth latency issues.

  ### Impact

  This improvement reduces authentication response times and provides a more responsive user experience during the Mobile Auth flow.
</Update>

<Update label="05-22-2025">
  ## <span><Icon icon="rocket" iconType="solid" /> Product Launch </span>

  **Prove Identity Manager**

  * This standalone product allows direct enrollment of customers for ongoing monitoring with real-time change event notifications.
  * Eight API endpoints are available for comprehensive identity management:
  * Enhanced webhook notifications.
  * Refer to the Identity Manager flow documentation for complete implementation details.
  * Available initially in the United States with plans for expansion to more regions.
</Update>

<Update label="05-13-2025">
  ## <span><Icon icon="wrench" iconType="solid" /> Enhancements </span>

  <b>EU Region Improvements</b>

  * Enhanced Bring Your Own Possession (BYOP) flows in the EU region by allowing empty phone numbers in `/unify` endpoint calls when `possessionType=none`.
  * Added comprehensive country validation logic for improved regional support.

  <b>Sandbox Testing Enhancements</b>

  * Created new test user with two addresses for P1 that fails Mobile Auth but passes OTP authentication.
  * Updated Mobile Auth test behavior for P1/P2 users for more reliable testing scenarios.

  ## <span><Icon icon="bug" iconType="solid" /> Bug Fixes </span>

  <b>Possession Check Reliability</b>

  Fixed Mobile Auth behavior in sandbox to ensure consistent testing results and proper fallback to OTP when Mobile Auth fails.

  <b>Policy Validation</b>

  Resolved corner case where missing address scores or name scores in Verify calls were incorrectly flagged as passing in Complete calls.
</Update>

<Update label="03-18-2025" tags={["Unified Authentication","Android SDK","iOS SDK"]}>
  ## <span><Icon icon="wrench" iconType="solid" /> Enhancements </span>

  <b>Prove Unified Authentication</b>

  * Prove Unified Authentication is live. Use the endpoints `/v3/unify`, `/v3/unify-status`, and `/v3/unify-bind` to implement the Prove Unified Authentication solution.
  * Refer to the Unified Authentication flow documentation for more details.
</Update>

<Update label="02-13-2025">
  ## <span><Icon icon="wrench" iconType="solid" /> Enhancements </span>

  <b>Mobile Auth Sandbox Testing</b>

  When testing Mobile Auth in Sandbox, you can submit an empty phone number to `/v3/start` with test user, Van Moors.
</Update>

<Update label="11-26-2024">
  ## <span><Icon icon="bug" iconType="solid" /> Bug Fixes </span>

  <b>/v3/complete Error</b>

  Fixed an issue where the `/v3/complete` endpoint sometimes returned an error when a social security number was missing.
</Update>

<Update label="10-18-2024">
  ## <span><Icon icon="wrench" iconType="solid" /> Enhancements </span>

  <b>Prove Identity Test User</b>

  Added Identity Test User that fails Mobile Auth.

  <b>Web SDK Update</b>

  Updated the web SDK to fix the `blocked by new CORS policy` error.
</Update>

<Update label="10-04-2024">
  ## <span><Icon icon="wrench" iconType="solid" /> Enhancements </span>

  <b>Instant Link and SMS Message Customization</b>

  Instant Link and SMS message customization is available in the Start endpoint.

  <b>Challenge Response Update in Sandbox</b>

  The full date of birth `dob` and full social security number `ssn` return in the Challenge response when `success=true`.
</Update>

<Update label="09-17-2024">
  ## <span><Icon icon="wrench" iconType="solid" /> Enhancements </span>

  <b>Instant Link Error Code</b>

  The error `status 1001 info IP address not supported` no longer appears when using Instant Link on the web SDK.

  <b>Date of Birth Field Format</b>

  The `dob` field in the `/challenge` endpoint updates to always return in the format: `YYYY-MM-DD`.

  <b>Multiple Data Sources Provision</b>

  Updated the underlying `success=true`/`false` logic to handle more than one data source.

  <b>Request Field Parity</b>

  Parity improved on the request field validation between Sandbox and Production.

  <b>Additional API Response</b>

  Updated the Know Your Customer (KYC) / Customer Identification Program (CIP) output in the API specification for the `/complete` endpoint.

  <b>Mobile SDK JFrog Credentials</b>

  Android and iOS SDKs no longer require Jfrog credentials to download.
</Update>

<Update label="08-27-2024">
  ## <span><Icon icon="wrench" iconType="solid" /> Enhancements </span>

  <b>Additional Test Users</b>

  Added Know Your Customer (KYC) / Customer Identification Program (CIP) responses for eight test users in Sandbox for Prove Pre-Fill and Prove Identity use cases.
</Update>
