Skip to content

Releases: Liftric/cognito-idp

2.5.0

03 Jun 11:42
Compare
Choose a tag to compare

What's Changed

  • Kotlin 1.6.21
  • Ktor 2.0.0
  • ⚠️ New memory model
  • Fixed SignInResponse

2.4.3

02 May 13:04
44f8e7d
Compare
Choose a tag to compare

What's Changed

  • Fixes missing key in AuthenticationResult (#49)

Full Changelog: 2.4.2...2.4.3

2.4.2

21 Feb 12:30
2ecadda
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.1...2.4.2

2.4.2-prerelease-2

21 Feb 06:57
Compare
Choose a tag to compare
2.4.2-prerelease-2 Pre-release
Pre-release
  • feat(core/Result): add doTry builder method and andThen right folding method
  • fix(CI/IOS): upgrade to 15.2 - 15.0 isn't available anymore

2.4.2-prerelease-1

21 Feb 05:10
Compare
Choose a tag to compare
2.4.2-prerelease-1 Pre-release
Pre-release
  • feat(core/Result): add doTry builder method and andThen right folding method

2.4.1

12 Jan 13:34
fe0e2a9
Compare
Choose a tag to compare
  • Fixes the ResendConfirmationCode request ( #43 by @lammertw)

2.4.0

08 Nov 10:24
13d4261
Compare
Choose a tag to compare
  • iosSimulatorArm64 target support

2.3.0

21 Oct 03:59
8c61f8f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.0-alpha-4...2.3.0

2.3.0-alpha-4

20 Oct 06:44
Compare
Choose a tag to compare
2.3.0-alpha-4 Pre-release
Pre-release
  • fix(build/npm-publishing): also clean TS files after jsProductionLibraryCompileSync task

2.3.0-alpha-3

20 Oct 05:39
Compare
Choose a tag to compare
2.3.0-alpha-3 Pre-release
Pre-release
  • fix(iosMain/Base64): revert code simplification because of konan incompatibilities