Skip to content

Commit 5947ce7

Browse files
authored
Additional datastore change log since 0.10.0 (#377)
* Additional changes to datastore change log since 0.10.0
1 parent 4d1d359 commit 5947ce7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ A declarative library for application development using cloud services.
1515
- Add support for REST API with Cognito User Pools [#312](https://github.com/aws-amplify/amplify-ios/pull/312)
1616
- Migrate APIPlugin's websocket provider to use AppSyncRealTimeClient [#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)
1717
- **DataStore**
18-
- DataStore.save() API now takes in a condition [#355](https://github.com/aws-amplify/amplify-ios/pull/355)
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)
1923

2024
## 0.10.0
2125

0 commit comments

Comments
 (0)