Skip to content

26.2.0

Latest

Choose a tag to compare

@tillh-stripe tillh-stripe released this 06 Jul 21:34
26.2.0
5d05ae7

26.2.0 2026-07-06

CryptoOnramp (Alpha)

  • [Added] Added AppAttestationUnavailableError, a rich StripeCryptoOnrampError surfaced when configuration fails because app attestation is missing or native Link is unavailable.
  • [Removed] Removed public diagnostic-only properties from rich Crypto Onramp errors: sdkVersions from StripeCryptoOnrampError and concrete error types; operation, appIdentifier, and mode from StripeCryptoOnrampAPIError, AppAttestationAPIError, and UncategorizedAPIError; and operation, appIdentifier, mode, and sdkVersions from APIErrorContext. These diagnostics are still included in developerMessage.
  • [Changed] Renamed the public API-backed error context property from context to apiErrorContext.
  • [Changed] Removed public initializers from AppAttestationAPIError and UncategorizedAPIError, and updated the public APIErrorContext initializer to match its remaining API-backed fields.