Skip to content

Releases: auth0/Auth0.swift

2.9.0

19 Sep 09:52
0d9c3f3
Compare
Choose a tag to compare

Added

  • feat: added support for visionOS platform ([desusai7]

Changed

  • Dropped support for Xcode 14, Swift versions [5,7, 5.8]
  • Dropped support for iOS 13 & tvOS 13.

2.9.0-beta.0

05 Jul 13:16
9bb843a
Compare
Choose a tag to compare
2.9.0-beta.0 Pre-release
Pre-release

Added

Changed

  • Dropped support for Xcode 14, Swift versions [5,7, 5.8]
  • Dropped support for iOS 13 & tvOS 13.

2.8.0

19 Jun 16:31
0245032
Compare
Choose a tag to compare

Added

2.7.2

08 May 12:41
8ea170b
Compare
Choose a tag to compare

Fixed

  • fix: removed the possibility of concurrent webauth transactions to handle continuation misuse #848 (desusai7)
  • fix: removed the validation of incoming redirect_uri once the webauth flow resumes back #850 (desusai7)
  • fix: added url error code dataNotAllowed as a network error #847 (desusai7)

2.7.1

03 May 08:27
9baf0ff
Compare
Choose a tag to compare

Fixed

  • fix: fixed the declaration of the privacy manifest in Auth0.podspec

2.7.0

12 Apr 20:05
ecd6fbd
Compare
Choose a tag to compare

Added

2.6.0

01 Mar 10:21
a4da5b3
Compare
Choose a tag to compare

Added

Changed

Deprecated

  • Deprecate methods related to updating user attributes using the Management API #815 (Widcket)

Fixed

  • Fix crash when the bundle ID contains characters not allowed in URL schemes #786 (Widcket)

2.5.0

18 Jul 16:12
9d970f3
Compare
Choose a tag to compare

Added

  • Add support for validating the org_name claim [SDK-4414] #782 (Widcket)
  • Add more error pairs to isMultifactorCodeInvalid [SDK-4195] #779 (Widcket)

2.4.0

15 Jun 11:36
635ada1
Compare
Choose a tag to compare

Added

Changed

  • Bump the minimum versions of JWTDecode.swift and SimpleKeychain #777 (Widcket)

Fixed

  • Fix unhandled dismissal of SFSafariViewController #758 (Widcket)

Removed

  • Drop support for iOS 12, tvOS 12, macOS 10.15, watch0S < 7, and Xcode 13 #775 (Widcket)

2.3.2

28 Oct 18:21
f609271
Compare
Choose a tag to compare

Fixed

  • Fix login web page cannot be open by canceling the AS session #735 (hadiidbouk)