Amplify Android 1.6.8
richardmcclellan
released this
21 Dec 17:42
·
1255 commits
to main
since this release
DataStore
- Send unix epoch in
OutboxMutationEvent
instead ofTemporal.Timestamp
. (#1052) (Thanks @kjones!) - fix:
MutationProcessor
- Fix missing schema onSerializedModel
mutations. (#1051) (Thanks @kjones!) - fix: resolves an app crash that occurred when going offline (#1039)
- fix: ignore foreign key error during sync (#1058)
- fix: Query results should be sorted when sort order provided (#1049)
API
- fix: response deserialization should only skip top level for specific response types (#1062)
Other
- Added IDE codestyle to match checkstyle expectations (#1048)