Skip to content

Releases: auth0/JWTDecode.swift

4.0.0

23 Feb 15:20
c4e60d7

Choose a tag to compare

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

⚠️ BREAKING CHANGES

  • Full Sendable Conformance. JWTDecode.swift v4 embraces Swift's modern concurrency model with complete Sendable conformance across all public types, making it production-ready for Swift 6's strict concurrency checking. #329 (sanchitmehtagit)

Added

  • DX Improvement: Enhanced Claim Decoding Capabilities .We've added two new methods to the Claim type to simplify working with complex JWT claims #156 (sanchitmehtagit)
  • Added Ask DeepWiki badge to README #308 (arpit-jn)
  • Update README for v4 and added explicit visionOS support #341(sanchitmehtagit)

4.0.0-beta.0

04 Feb 07:33
1346209

Choose a tag to compare

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

⚠️ BREAKING CHANGES

  • Full Sendable Conformance. JWTDecode.swift v4 embraces Swift's modern concurrency model with complete Sendable conformance across all public types, making it production-ready for Swift 6's strict concurrency checking. #329 (sanchitmehta94)

Added

  • DX Improvement: Enhanced Claim Decoding Capabilities .We've added two new methods to the Claim type to simplify working with complex JWT claims #156 (sanchitmehta94)
  • Added Ask DeepWiki badge to README #308 (arpit-jn)

3.3.0

03 Apr 16:10
3.3.0
36a5ce7

Choose a tag to compare

Added

3.2.0

17 Sep 05:57
1e153ef

Choose a tag to compare

Added

Changed

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

3.2.0-beta.0

04 Jul 12:41
25b7976

Choose a tag to compare

3.2.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.

3.1.0

14 Jun 17:21
58af727

Choose a tag to compare

Removed

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

3.0.1

24 Jan 19:24
7918a34

Choose a tag to compare

Fixed

  • Fix conversion of boolean claim values #193 (Widcket)

3.0.0

21 Jul 02:38
d070410

Choose a tag to compare

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

⚠️ BREAKING CHANGES

  • Rename DecodeError and error case #162 (Widcket)
  • Drop support for Objective-C [SDK-3405] #149 (Widcket)
  • Remove ID token validator [SDK-3395] #145 (Widcket)
  • Drop support for old platform versions [SDK-3386] #143 (Widcket)
  • Drop support for old Swift versions [SDK-3394] #142 (Widcket)

Added

  • Add subscript getter for claims [SDK-3421] #156 (Widcket)

Changed

3.0.0-fa

24 Jun 22:41
e105a13

Choose a tag to compare

3.0.0-fa Pre-release
Pre-release

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

⚠️ BREAKING CHANGES

  • Rename DecodeError and error case #162 (Widcket)
  • Drop support for Objective-C [SDK-3405] #149 (Widcket)
  • Remove ID token validator [SDK-3395] #145 (Widcket)
  • Drop support for old platform versions [SDK-3386] #143 (Widcket)
  • Drop support for old Swift versions [SDK-3394] #142 (Widcket)

Added

  • Add subscript getter for claims [SDK-3421] #156 (Widcket)

Changed

2.6.3

30 Sep 15:29
3cd207f

Choose a tag to compare

Changed

Fixed

  • Add supported Plattforms to Package.swift #131 (obrhoff)