You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add support for REST API with Cognito User Pools. PR [#312](https://github.com/aws-amplify/amplify-ios/pull/312)
17
14
-**DataStore**
18
-
- DataStore.save() now supports passing in condition [#355](https://github.com/aws-amplify/amplify-ios/pull/355)
19
-
- Added reachability and retryability to remote sync engine [#321](https://github.com/aws-amplify/amplify-ios/pull/321)[#322](https://github.com/aws-amplify/amplify-ios/pull/322)[#323](https://github.com/aws-amplify/amplify-ios/pull/323)[#324](https://github.com/aws-amplify/amplify-ios/pull/324)
20
-
- Fix out of bounds case when retry handler >= 57 [#338](https://github.com/aws-amplify/amplify-ios/pull/338)
21
-
- Datastore.delete(modelType) with predicate [#346](https://github.com/aws-amplify/amplify-ios/pull/346)
22
-
- Datastore.clear() async to remove local datastore [#353](https://github.com/aws-amplify/amplify-ios/pull/353)
15
+
- DataStore.save() now supports passing in condition. PR [#355](https://github.com/aws-amplify/amplify-ios/pull/355)
16
+
- Added reachability and retryability to remote sync engine. PRs [#321](https://github.com/aws-amplify/amplify-ios/pull/321)[#322](https://github.com/aws-amplify/amplify-ios/pull/322)[#323](https://github.com/aws-amplify/amplify-ios/pull/323)[#324](https://github.com/aws-amplify/amplify-ios/pull/324)
17
+
- Datastore.delete(modelType) with predicate. PR [#346](https://github.com/aws-amplify/amplify-ios/pull/346)
18
+
- Datastore.clear() async to remove local datastore. PR [#353](https://github.com/aws-amplify/amplify-ios/pull/353)
19
+
- Add pagination support to DataStore. PR [#365](https://github.com/aws-amplify/amplify-ios/pull/365)
20
+
- Add support for Enum and non-model types. PR [334](https://github.com/aws-amplify/amplify-ios/pull/334) Issues [#111](https://github.com/aws-amplify/amplify-ios/issues/111)[#240](https://github.com/aws-amplify/amplify-ios/issues/240)[#246](https://github.com/aws-amplify/amplify-ios/issues/246)[#318](https://github.com/aws-amplify/amplify-ios/issues/318)[#314](https://github.com/aws-amplify/amplify-ios/issues/314)
21
+
22
+
### Bug Fixes
23
+
24
+
-**DataStore**
25
+
- Fix out of bounds case when retry handler >= 57. PR [#338](https://github.com/aws-amplify/amplify-ios/pull/338)
26
+
27
+
### Misc. Updates
28
+
29
+
-**General**
30
+
- AWS iOS SDK Dependency upgrade to 2.13.x. PR [#360](https://github.com/aws-amplify/amplify-ios/pull/360)
31
+
32
+
-**API**
33
+
- Migrate APIPlugin's websocket provider to use AppSyncRealTimeClient. PRs [#330](https://github.com/aws-amplify/amplify-ios/pull/330), [#341](https://github.com/aws-amplify/amplify-ios/pull/341), [#352](https://github.com/aws-amplify/amplify-ios/pull/352)
0 commit comments