Skip to content

Version 1.1.3

Compare
Choose a tag to compare
@rjuliano rjuliano released this 19 Aug 00:58
· 1405 commits to main since this release

Features

  • (API) Implement Comparable for Temporal types so they can be used in predicates. #721
  • (Auth) Adds user info to sign up result. #732
  • (Core) Allow additional platforms in amplify config. #703
  • (DataStore) Adding SyncType to LastSyncMetadata. #713
  • (DataStore) Trigger network-related hub events. #716
  • (Storage) Adds progress callbacks to storage. #680

Bug Fixes

  • (DataStore) Adding quotes to model containing SQLite reserved words. #712
  • (DataStore) Primary key was not properly quoted. #720
  • (DataStore) Remove insert statement cache which was causing schema update failure. #718
  • (DataStore) Typo in sql keyword between #729