Skip to content

Releases: aws-amplify/amplify-android

Amplify Android 1.17.2

27 Mar 00:45
6ff7ff2

Choose a tag to compare

DataStore

  • SerializedModel now works with correctly with PendingMutationConverter. (#1253)

API

  • Authorization mode can now be specified per call. (#1238, #1254)
  • Add support for readonly fields such as createdAt and updatedAt. (#1249)

Amplify Android Kotlin Facade 0.1.3

12 Apr 15:23
6ff7ff2

Choose a tag to compare

Version bumped as a result of Amplify Android 1.17.2

Amplify Android 1.17.1

18 Mar 19:43
5b94440

Choose a tag to compare

DataStore

  • Improve storage adapter performance (#1161)
  • Ignore OperationDisabled subscription errors (#1209)

REST-API

  • Expose HTTP headers in RestResponse(#1184)

Misc.

  • Remove version code (#1223

Amplify Android Kotlin Facade 0.1.2

22 Mar 07:12
5b94440

Choose a tag to compare

Updated together with Amplify Android 1.17.1.

Amplify Android 1.17.0

05 Mar 18:52

Choose a tag to compare

  • Support for custom headers in API - GraphQL (#1207)
  • Removes some unused code from core (#1210)

See all changes since 1.16.15.

Amplify Android 1.16.15

26 Feb 22:01
a1d8a9b

Choose a tag to compare

DataStore

  • fix crash when deleting model with many children (#1121)

RxBindings

  • don't emit errors to disposed subscriber (#1179)

See all changes since 1.6.13.

Amplify Android Kotlin Facade 0.1.1

26 Feb 22:02
a1d8a9b

Choose a tag to compare

Overview

core-kotlin introduces an alternate Amplify facade, which provides new
means of interacting with the various Amplify categories (API, Auth,
DataStore, Predictions, Storage.) The new facade includes several
improvements to the Kotlin developer experience, mainly by adding
support for Coroutines.

Usage

To use the Kotlin facade, include this dependency:

dependencies {
    implementation "com.amplifyframework:core-kotlin:0.1.1"
}

And import the Kotlin facade instead of the similar one at com.amplifyframework.core.Amplify:

import com.amplifyframework.kotlin.core.Amplify

Amplify Android 1.16.14 (Deprecated)

25 Feb 23:28
0000474

Choose a tag to compare

Pre-release

This release is deprecated. Do not use this version.

Amplify Android Kotlin Facade 0.1.0 (Deprecated)

26 Feb 00:31
0000474

Choose a tag to compare

This release is deprecated. Do not use this version.

Amplify Android 1.16.13

15 Feb 18:08
d69ceb3

Choose a tag to compare

Core

  • fix: Improve error messaging when category configuration or initialization fails (#1154)
  • Changed default for devMenuEnabled to false. Follow this documentation to enable it (#1167)

DataStore

  • fix: remove MultiDexApplication from DataStore manifest
  • fix: include cause on error thrown when observing storage times out (#1165)
  • fix: delete relationships fix for flutter (#1168)

See all changes since 1.6.12.