Releases: aws-amplify/amplify-android
Releases · aws-amplify/amplify-android
Amplify Android Kotlin Facade 0.5.0
Features
- datastore: Return nested data for belongsTo associations in datastore (#1390)
Bug Fixes
- analytics: allow user attributes in identifyUser (#1306)
Amplify Android 1.20.1
Bug Fixes
- increase timeout for subscriptions to be established on slow networks (#1389)
- api: move error handling to multi-auth operation (#1399)
Amplify Android Kotlin Facade 0.4.1
Bug Fixes
- increase timeout for subscriptions to be established on slow networks (#1389)
- api: move error handling to multi-auth operation (#1399)
Amplify Android 1.20.0
Features
- datastore: adding multiauth support (#1347)
Bug Fixes
- datastore: Merge mutations when create is followed by update (#1384)
- datastore: explicitly include id field for update mutations, to support types with custom primary keys (#1385)
Miscellaneous
- Update SDK version to 2.26.0 (#1386)
Amplify Android Kotlin Facade 0.4.0
Features
- datastore: adding multiauth support (#1347)
Bug Fixes
- datastore: Merge mutations when create is followed by update (#1384)
- datastore: explicitly include id field for update mutations, to support types with custom primary keys (#1385)
Miscellaneous
- Update SDK version to 2.26.0 (#1386)
Amplify Android 1.19.0
Features
- datastore: implement observe with predicate API (#1356)
Bug Fixes
- auth: throw correct auth exception for code mismatch (#1370)
- datastore: fix subscription timeout period not increasing (#1376)
- datastore: Add support for SerializedModel to predicate evaluation (#1375)
- datastore: merge incoming mutation with existing update mutation (#1379
Miscellaneous
- chore(api):tweaks to the api init process (#1309)
- Update stale.yml (#1380)
Amplify Android Kotlin Facade 0.3.0
Features
- datastore: implement observe with predicate API (#1356)
Bug Fixes
- auth: throw correct auth exception for code mismatch (#1370)
- datastore: fix subscription timeout period not increasing (#1376)
- datastore: Add support for SerializedModel to predicate evaluation (#1375)
- datastore: merge incoming mutation with existing update mutation (#1379)
Miscellaneous
- chore(api):tweaks to the api init process (#1309)
- Update stale.yml (#1380)
Amplify Android 1.18.0
Features
- aws-auth-cognito: Allows userattributes in confirmSignIn (#1343)
Amplify Android Kotlin Facade 0.2.0
Features
- aws-auth-cognito: Allows userattributes in confirmSignIn (#1343)
Amplify Android 1.17.8
Bug Fixes
- auth: Add ConfirmSignUpOptions for confirmSignUp API method (#1357)
- storage: remove duplicate error callback (#1366)