Skip to content

v3.2.0

Latest

Choose a tag to compare

@nikolainobadi nikolainobadi released this 15 Oct 22:47
f7a9cda

Release Notes 3.2.0 - 2025-10-15

Highlights

  • Account linking operations now return results that distinguish between successful completion and user cancellation
  • Clients can detect when users dismiss authentication flows (Apple Sign-In, Google Sign-In) instead of completing them
  • Backward compatible—existing code continues to work without modification

Changes

  • Added: AccountLinkActionResult enum with .success and .canceled cases to track authentication flow outcomes
  • Added: Return values to linkAction() methods for detecting user cancellation in account linking flows
  • Changed: AccountLinkButtonDelegate.linkAction() and AccountLinkViewModel.linkAction(_:) now return AccountLinkActionResult (marked @discardableResult for compatibility)

(For full details, see CHANGELOG.md)