Skip to content

Commit

Permalink
release: Apollo AppSync Extensions 1.1.0 (#2931)
Browse files Browse the repository at this point in the history
Co-authored-by: amplify-android-dev+ghops <[email protected]>
  • Loading branch information
github-actions[bot] and amplify-android-dev+ghops authored Sep 26, 2024
1 parent d7c02ad commit 6f5381f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [Release 1.1.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_apollo_v1.1.0)

### Features
- **apollo:** Use HTTP headers instead of query parameters for authorization ([#2916](https://github.com/aws-amplify/amplify-android/issues/2916))

[See all changes between 1.0.0 and 1.1.0](https://github.com/aws-amplify/amplify-android/compare/release_apollo_v1.0.0...release_apollo_v1.1.0)

# Release 1.0.0

Initial Release
6 changes: 3 additions & 3 deletions apollo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Add the dependency you prefer to your `build.gradle.kts` file.

```kotlin
// To only use Apollo to speak to AppSync, without using Amplify
implementation("com.amplifyframework:apollo-appsync:1.0.0")
implementation("com.amplifyframework:apollo-appsync:1.1.0")

// To connect Apollo to AppSync using your existing Amplify Gen2 Backend
implementation("com.amplifyframework:apollo-appsync-amplify:1.0.0")
implementation("com.amplifyframework:apollo-appsync-amplify:1.1.0")
```

For applications using `apollo-appsync` directly, instantiate the Endpoint and the desired Authorizer instance, and then call the Apollo builder extension.
Expand Down Expand Up @@ -130,4 +130,4 @@ See [CONTRIBUTING](../CONTRIBUTING.md#security-issue-notifications) for more inf

## License

This project is licensed under the Apache-2.0 License.
This project is licensed under the Apache-2.0 License.
2 changes: 1 addition & 1 deletion apollo/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION_NAME=1.0.0
VERSION_NAME=1.1.0

0 comments on commit 6f5381f

Please sign in to comment.