Skip to content

Commit

Permalink
Update changelog and license header from PR #146 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
minbi authored Apr 14, 2019
1 parent bb12482 commit 9197e62
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log - AWS AppSync SDK for Android

## [Release 2.7.10](https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v2.7.10)

### Bug Fixes

* Fixed a bug that cause `NullPointerException` in the `ApolloServerInterceptor`. See [PR #146](https://github.com/awslabs/aws-mobile-appsync-sdk-android/pull/146) Thanks @alanvan0502 !
* Sanitized useragent string of unicode characters that caused requests to fail. The unicode characters in this case came from the platform name (TM) symbol. See [PR #146](https://github.com/awslabs/aws-mobile-appsync-sdk-android/pull/146) Thanks @alanvan0502 !

## [Release 2.7.9](https://github.com/awslabs/aws-mobile-appsync-sdk-android/releases/tag/release_v2.7.9)

### Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/**
* Copyright 2019-2019 Amazon.com,
* Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Amazon Software License (the "License").
* You may not use this file except in compliance with the
* License. A copy of the License is located at
*
* http://aws.amazon.com/asl/
*
* or in the "license" file accompanying this file. This file is
* distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, express or implied. See the License
* for the specific language governing permissions and
* limitations under the License.
*/

package com.amazonaws.mobileconnectors.appsync.utils;

import okio.Buffer;
Expand Down

0 comments on commit 9197e62

Please sign in to comment.