Skip to content

Commit ef0e139

Browse files
authored
Added Changelogs for DataStore and reordered items in Changelog (#378)
1 parent 5947ce7 commit ef0e139

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,31 @@ A declarative library for application development using cloud services.
66

77
### New Features
88

9-
- **General**
10-
- AWS iOS SDK Dependency upgrade to 2.13.x [https://github.com/aws-amplify/amplify-ios/pull/330](https://github.com/aws-amplify/amplify-ios/pull/360)
119
- **Predictions**
12-
- Added the ability to transcribe text for both online and offline use cases. [#290](https://github.com/aws-amplify/amplify-ios/pull/290)
10+
- Added the ability to transcribe text for both online and offline use cases. PR [#290](https://github.com/aws-amplify/amplify-ios/pull/290)
1311
- **API**
14-
- Add GraphQLDocument builder classes for constructing Model-based GraphQL APIs [#309](https://github.com/aws-amplify/amplify-ios/pull/309)
15-
- Add support for REST API with Cognito User Pools [#312](https://github.com/aws-amplify/amplify-ios/pull/312)
16-
- 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)
12+
- Add GraphQLDocument builder classes for constructing Model-based GraphQL APIs. PR [#309](https://github.com/aws-amplify/amplify-ios/pull/309)
13+
- Add support for REST API with Cognito User Pools. PR [#312](https://github.com/aws-amplify/amplify-ios/pull/312)
1714
- **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)
2334

2435
## 0.10.0
2536

0 commit comments

Comments
 (0)