Skip to content

Releases: europcarmobilitygroup/amplify-android

v1.36.5.41 Fix mutation enqueue issue Latest

06 Feb 07:44

Choose a tag to compare

v1.36.5.41

  • Fix PersistentMutation enqueue issue for same ids from different model

v1.36.5.39.1 Fix mutation enqueue issue

14 Jan 08:51

Choose a tag to compare

v1.36.5.39.1

  • Fix PersistentMutation enqueue issue for same ids from different model

v1.36.5.40 Update S3 file operation implementation

22 Nov 14:04

Choose a tag to compare

  • using AWSS3Client instead of TransferUtility

v1.36.5.39 Fix DataStore Api requests waits because of too much sync/subscription data

24 Jun 13:08

Choose a tag to compare

v1.36.5.39

  • using separate executor service for DataStore Api in SqliteStorageApi

v1.36.5.37 Fix old data override issue

04 Jun 11:07

Choose a tag to compare

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

22 May 14:02

Choose a tag to compare

v1.36.5.34.1

  • remove obsolete ModelMetadata migration on SQLiteStorageAdapter initialization

v1.36.5.35 Fix old data override issue

07 May 08:29

Choose a tag to compare

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

02 May 11:55

Choose a tag to compare

v1.36.5.33 Faster sync request with filter

05 Apr 12:25

Choose a tag to compare

v1.36.5.33

  • Remove 'and' predicates from Sync request

v1.36.5.32 Enable parallel data upload

20 Mar 06:26

Choose a tag to compare

v1.36.5.32

  • start draining mutation before hydration