Skip to content

Commit 67346c4

Browse files
github-actions[bot]amplify-android-dev+ghopsmattcreaser
authored
release: Apollo AppSync Extensions 1.2.1 (#3117)
Co-authored-by: amplify-android-dev+ghops <[email protected]> Co-authored-by: Matt Creaser <[email protected]>
1 parent 3f72bcb commit 67346c4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

apollo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [Release 1.2.1](https://github.com/aws-amplify/amplify-android/releases/tag/release_apollo_v1.2.1)
2+
3+
### Bug Fixes
4+
- **apollo:** Remove connect suffix from websocket connection url ([#3114](https://github.com/aws-amplify/amplify-android/issues/3114))
5+
6+
[See all changes between 1.2.0 and 1.2.1](https://github.com/aws-amplify/amplify-android/compare/release_apollo_v1.2.0...release_apollo_v1.2.1)
7+
18
## [Release 1.2.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_apollo_v1.2.0)
29

310
### 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.2.0")
20+
implementation("com.amplifyframework:apollo-appsync:1.2.1")
2121

2222
// To connect Apollo to AppSync using your existing Amplify Gen2 Backend
23-
implementation("com.amplifyframework:apollo-appsync-amplify:1.2.0")
23+
implementation("com.amplifyframework:apollo-appsync-amplify:1.2.1")
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.2.0
1+
VERSION_NAME=1.2.1

0 commit comments

Comments
 (0)