Skip to content

Releases: soto-project/soto-cognito-authentication-kit

5.0.0 Beta 1

10 Apr 16:53
d88545f
Compare
Choose a tag to compare
5.0.0 Beta 1 Pre-release
Pre-release

Update to use 7.0 beta of Soto

v5.0.0 Alpha 1

22 Jan 18:26
5578a6a
Compare
Choose a tag to compare
v5.0.0 Alpha 1 Pre-release
Pre-release

Update to use 7.0 alpha of Soto

v4.1.1

24 Oct 07:44
Compare
Choose a tag to compare

Patch release changes

  • Use en_US_POSIX in dateFormatter used by SRP code

v4.1.0

17 Apr 09:47
f783467
Compare
Choose a tag to compare

Minor release changes

  • Update minimum required Swift version to 5.6.
    • Remove all #if compiler checks for Swift concurrency and Sendable conformance
    • Replace _SotoSendable with Sendable

v4.0.0

21 Jun 15:01
Compare
Choose a tag to compare

Major release changes

  • Using Soto v6
  • Add Logger parameter to many public symbols
  • ChallengedResponse.name is a CognitoChallengeName? instead of String?.
  • Added Sendable conformance to relevant symbols
  • Protect access to CognitoAuthenticatable.jwtSigners with a lock

Other changes

  • Add API breakage GitHub action to be run on all PRs
  • sanity script has been renamed to validity

v3.2.2

13 Jan 09:29
Compare
Choose a tag to compare

v3.2.1

13 Jan 08:32
Compare
Choose a tag to compare

Revert concurrency availability checks to macOS 12, iOS 15 etc

v3.2.0

07 Jan 08:49
Compare
Choose a tag to compare
  • Swift concurrency APIs are now available for macOS 10.15, iOS 13, tvOS 13 and watchOS 6

v3.1.0

26 Oct 06:43
8b76a56
Compare
Choose a tag to compare

Minor release changes

  • Added Cognito Userpool credential provider. PR #22
  • Added Support for async/await. PR #24

v3.0.1

30 Sep 10:10
138750a
Compare
Choose a tag to compare
  • Add tvOS as a supported platform