Releases: Liftric/cognito-idp
Releases · Liftric/cognito-idp
1.6.0
- JS target support
- Typescript export published to npm
- Housekeeping
1.5.1
- 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
- Refresh token sign in
- Now published on Maven Central via Sonatype
- Kotlin version 1.4.30
1.4.1
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
- passes the request response
HttpStatusCode
to the Result
object
1.3.3
- try to avoid
MutationException
by putting a reference into HttpRequestBuilder
1.3.2
- 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
- Parses error to
NotAuthorizedException
or UserNotFoundException
class if type is matching (For easier validation)