iOS SDK version 5.6.2

Released on 03 June

We have released version 5.6.2 of our iOS SDK.

timeline

This announcement was made on the 03 June.
We expect to release these changes into production on approximately the 03 June.

Action

You need to update your Podfile to 5.6.2 and run pod update to pick up those changes.

  • Podfile

  • Terminal

pod 'IdentitySdkCore', '~> 5.6.2'
pod update

What did we do?

  • 5.6.2

  • 5.6.1

  • 5.6.0

A dependency using Swift 4 was mistakenly introduced in 5.6.0. This dependency has been removed.

  • Replaced the deprecated endpoint /identity/v1/me with /identity/v1/userinfo.

  • Updated Alamofire to version 5.6.1.

  • Updated BrightFutures to version 8.1.0.