Skip to content

Commit 47cead4

Browse files
github-actions[bot]amplify-android-dev+ghops
andauthored
release: Apollo AppSync Extensions 1.2.0 (#3014)
Co-authored-by: amplify-android-dev+ghops <[email protected]>
1 parent 426b2e1 commit 47cead4

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

apollo/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [Release 1.2.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_apollo_v1.2.0)
2+
3+
### Features
4+
- **Apollo:** Add constructor to ApolloAmplifyConnector for directly specifying connection information ([#2980](https://github.com/aws-amplify/amplify-android/issues/2980))
5+
6+
### Bug Fixes
7+
- **apollo:** Fix using Apollo to connect to AppSync in China ([#2947](https://github.com/aws-amplify/amplify-android/issues/2947))
8+
9+
[See all changes between 1.1.0 and 1.2.0](https://github.com/aws-amplify/amplify-android/compare/release_apollo_v1.1.0...release_apollo_v1.2.0)
10+
111
## [Release 1.1.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_apollo_v1.1.0)
212

313
### Features

apollo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Add the dependency you prefer to your `build.gradle.kts` file.
1717

1818
```kotlin
1919
// To only use Apollo to speak to AppSync, without using Amplify
20-
implementation("com.amplifyframework:apollo-appsync:1.1.0")
20+
implementation("com.amplifyframework:apollo-appsync:1.2.0")
2121

2222
// To connect Apollo to AppSync using your existing Amplify Gen2 Backend
23-
implementation("com.amplifyframework:apollo-appsync-amplify:1.1.0")
23+
implementation("com.amplifyframework:apollo-appsync-amplify:1.2.0")
2424
```
2525

2626
For applications using `apollo-appsync` directly, instantiate the Endpoint and the desired Authorizer instance, and then call the Apollo builder extension.

apollo/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION_NAME=1.1.0
1+
VERSION_NAME=1.2.0

0 commit comments

Comments
 (0)