Skip to content

3.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 10:15
b988385

💡 Check the Migration Guide to understand the changes required to migrate your application to v3.

⚠️ BREAKING CHANGES

Added

  • feat: integrate credentials manager with webauth #1146 (subhankarmaiti)
  • feat: add clearAll() API to CredentialsManager and deleteAllEntries() method CredentialsStorage #1116 (utkrishtsahu)
  • ID token validation for the API that return id token as part of Credentials and SSOCredentials #1091 (NandanPrabhu)

Changed

  • feat: Removes three sources of mutable global state that block Swift 6 strict concurrency #1141 (sanchitmehtagit)
  • feat: Swift 6 Sendable closures and CredentialsManager parameter Sendability #1140 (sanchitmehtagit)
  • feat: add Sendable annotations to closure parameters for Swift 6 compliance #1128 (sanchitmehtagit)
  • feat: add Sendable conformances to value types and protocols that are inherently thread-safe #1102 (sanchitmehtagit)
  • chore: enable Swift 6 language mode in Package.swift #1155 (sanchitmehtagit)

Dependency Update