Releases: Liftric/cognito-idp
Releases · Liftric/cognito-idp
3.0.0
Upgrade Kotlin to 1.9.10
Also upgraded to match
- android-tools-gradle to 8.1.0
- Ktor client to 2.3.5
- Kotlin Coroutines to 1.7.2
- Kotlin Serialization to 1.5.1
Additionally
- disable minimized-member-names
- set JS output granularity to whole-program
2.8.3
- jsMain/IdentityProviderClientJS: wrap all exceptions (cf. #63)
2.8.2
- Fix not using
LegacyDarwin
engine
2.8.1
What's changed
- Bumped Ktor to 2.1.1
- Allows providing a custom
HttpClientEngine
Ktor 2.x requires min. iOS 13. Since 2.1.1 Ktor provides a DarwinLegacy
engine, which supports older iOS versions.
2.8.0
What's changed
- Fixed missing parameters in
SignInResponseJS
and cleaned up jsMain
- Split requests that take either a
Session
or an AccessToken
as input into two
- Removed response object default values and marked parameters optional as stated in the official documentation
2.7.0
What's changed
- Kotlin 1.7.10
- Added MFA routes (#55)
2.6.0
What's changed
- Kotlin 1.7.0
- Fixed JWT parameter (cognito:groups) is not optional