auth0 / Auth0.swift

Auth0 SDK for Apple platforms
https://auth0.github.io/Auth0.swift
MIT License
345 stars 225 forks source link

Release 2.9.0 #867

Closed desusai7 closed 4 weeks ago

desusai7 commented 1 month ago

Added

cgomez-rb commented 1 month ago

@desusai7 is there an expected date on the official release for 2.9.0?

desusai7 commented 1 month ago

@desusai7 is there an expected date on the official release for 2.9.0?

@cgomez-rb, we will be releasing it today.

yunusemre-uzun commented 4 weeks ago

Hi, when this 2.9.0 version is released. I can only see the Beta version. Library can not compiled in 2.8.0 version because JWTDecode and SimpleKeychain has newer versions with dropping ios13 support. Because they have been set as upToNextMajor in dependency, SPM automatically gets newer versions for JWTDecode and SimpleKeychain.