Skip to content

Commit 4d1d359

Browse files
authored
Update CHANGELOG.md after 0.10.0 for API/DataStore/general (#376)
* Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 8312c6f commit 4d1d359

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ 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)
911
- **Predictions**
1012
- Added the ability to transcribe text for both online and offline use cases. [#290](https://github.com/aws-amplify/amplify-ios/pull/290)
13+
- **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)
17+
- **DataStore**
18+
- DataStore.save() API now takes in a condition [#355](https://github.com/aws-amplify/amplify-ios/pull/355)
1119

1220
## 0.10.0
1321

0 commit comments

Comments
 (0)