Releases: europcarmobilitygroup/amplify-android
Releases · europcarmobilitygroup/amplify-android
v1.36.5.41 Fix mutation enqueue issue Latest
v1.36.5.41
- Fix PersistentMutation enqueue issue for same ids from different model
v1.36.5.39.1 Fix mutation enqueue issue
v1.36.5.39.1
- Fix PersistentMutation enqueue issue for same ids from different model
v1.36.5.40 Update S3 file operation implementation
- using AWSS3Client instead of TransferUtility
v1.36.5.39 Fix DataStore Api requests waits because of too much sync/subscription data
v1.36.5.39
- using separate executor service for DataStore Api in SqliteStorageApi
v1.36.5.37 Fix old data override issue
v1.36.5.37
- using the same thread for data tables and PersistentMutationOutbox's entries
v1.36.5.34.1 Fix slowness issue on SqliteAdapter initialization
v1.36.5.34.1
- remove obsolete ModelMetadata migration on SQLiteStorageAdapter initialization
v1.36.5.35 Fix old data override issue
v1.36.5.35
- using same thread for data table's and PersistentMutationOutbox's entries
v1.36.5.34 Revert Deleting ModelMetadata along with the data
v1.36.5.34
- Revert deleting ModelMetadata along with the data
https://github.com/europcarmobilitygroup/amplify-android/releases/tag/v1.36.5.31
v1.36.5.33 Faster sync request with filter
v1.36.5.33
- Remove 'and' predicates from Sync request
v1.36.5.32 Enable parallel data upload
v1.36.5.32
- start draining mutation before hydration