Skip to content

Releases: Liftric/cognito-idp

1.6.1

08 Jun 11:23
Compare
Choose a tag to compare
  • Catch Ktor IOException

1.6.0

07 Jun 12:09
bdd7587
Compare
Choose a tag to compare
  • JS target support
  • Typescript export published to npm
  • Housekeeping

1.5.2

31 May 12:58
Compare
Choose a tag to compare
  • Updated Kotlin to 1.5.10

1.5.1

21 May 13:40
Compare
Choose a tag to compare
  • Due to a change in Ktor the handler is now catching any throwable (e.g. to prevent crashes if no internet connection is available)

1.5.0

20 Apr 14:01
9fb60dd
Compare
Choose a tag to compare
  • Refresh token sign in
  • Now published on Maven Central via Sonatype
  • Kotlin version 1.4.30

1.4.1

22 Feb 15:57
2267c5f
Compare
Choose a tag to compare

Bumped dependency versions and made some small tweaks.

  • Kotlin ~> "1.4.21"
  • Coroutines ~> "1.4.2-native-mt"
  • Serialization ~> "1.0.1"
  • Ktor ~> "1.5.1"

1.4.0

01 Feb 12:47
9bd4517
Compare
Choose a tag to compare
  • passes the request response HttpStatusCode to the Result object

1.3.3

22 Oct 12:31
Compare
Choose a tag to compare
  • try to avoid MutationException by putting a reference into HttpRequestBuilder

1.3.2

21 Oct 20:45
Compare
Choose a tag to compare
  • Bumped Gradle-Plugin to 4.1.0
  • Bumped Kotlin to 1.4.10
  • Bumped Coroutines to 1.3.9-native-mt-2
  • Bumped Serialization to 1.0.0-RC2
  • Bumped Ktor to 1.4.1

1.3.1

02 Oct 08:54
Compare
Choose a tag to compare
  • Parses error to NotAuthorizedException or UserNotFoundException class if type is matching (For easier validation)