Skip to content

Releases: Liftric/cognito-idp

3.1.1

30 Nov 07:43
bce036f
Compare
Choose a tag to compare

What's Changed

  • feat: support ClientMetadata during SignUp and ForgotPassword by @Ingwersaft in #70

Full Changelog: 3.0.0...3.1.1

3.0.0

31 Oct 12:11
2043db0
Compare
Choose a tag to compare

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

02 Jul 09:45
945ef8c
Compare
Choose a tag to compare

2.8.3

25 Apr 14:55
851a4eb
Compare
Choose a tag to compare
  • jsMain/IdentityProviderClientJS: wrap all exceptions (cf. #63)

2.8.2

03 Nov 11:35
d3fcccb
Compare
Choose a tag to compare
  • Fix not using LegacyDarwin engine

2.8.1

07 Sep 12:22
7c4b7b7
Compare
Choose a tag to compare

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

17 Aug 08:34
485f342
Compare
Choose a tag to compare

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

09 Aug 10:42
dded317
Compare
Choose a tag to compare

What's changed

  • Fixes JS exports

2.7.0

26 Jul 12:01
Compare
Choose a tag to compare

What's changed

  • Kotlin 1.7.10
  • Added MFA routes (#55)

2.6.0

13 Jul 15:14
d721ad8
Compare
Choose a tag to compare

What's changed

  • Kotlin 1.7.0
  • Fixed JWT parameter (cognito:groups) is not optional