Skip to content

Commit 6f5381f

Browse files
github-actions[bot]amplify-android-dev+ghops
andauthored
release: Apollo AppSync Extensions 1.1.0 (#2931)
Co-authored-by: amplify-android-dev+ghops <[email protected]>
1 parent d7c02ad commit 6f5381f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
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.1.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_apollo_v1.1.0)
2+
3+
### Features
4+
- **apollo:** Use HTTP headers instead of query parameters for authorization ([#2916](https://github.com/aws-amplify/amplify-android/issues/2916))
5+
6+
[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)
7+
18
# Release 1.0.0
29

310
Initial Release

apollo/README.md

Lines changed: 3 additions & 3 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.0.0")
20+
implementation("com.amplifyframework:apollo-appsync:1.1.0")
2121

2222
// To connect Apollo to AppSync using your existing Amplify Gen2 Backend
23-
implementation("com.amplifyframework:apollo-appsync-amplify:1.0.0")
23+
implementation("com.amplifyframework:apollo-appsync-amplify:1.1.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.
@@ -130,4 +130,4 @@ See [CONTRIBUTING](../CONTRIBUTING.md#security-issue-notifications) for more inf
130130

131131
## License
132132

133-
This project is licensed under the Apache-2.0 License.
133+
This project is licensed under the Apache-2.0 License.

apollo/version.properties

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

0 commit comments

Comments
 (0)