Skip to content

Commit

Permalink
release: AWS SDK for Android 2.22.7 (#2451)
Browse files Browse the repository at this point in the history
* release: AWS SDK for Android 2.23.0

* Update CHANGELOG.md

Co-authored-by: Richard McClellan <ricmccle@amazon.com>

* Update CHANGELOG.md

* Update gradle.properties

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: awsmobilesdk-dev+ghops <awsmobilesdk-dev+ghops@amazon.com>
Co-authored-by: Chang Xu <42978935+changxu0306@users.noreply.github.com>
Co-authored-by: Richard McClellan <ricmccle@amazon.com>
  • Loading branch information
4 people authored Apr 19, 2021
1 parent e31564c commit 9830c2e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Change Log - AWS SDK for Android
## [Release 2.22.7](https://github.com/aws-amplify/aws-sdk-android/releases/tag/release_v2.22.7)

### Features
- **aws-android-sdk-core:** update models to latest (#2445)

### Bug Fixes
- **mobile-client:** missing optional dependency warning removed (#2427)
- **s3:** remove eTag validation logic (#2419)
- **s3:** force upload part tasks to be serial (#2447)

### Miscellaneous
- change the time offset precision from int to long (#2448)

[See all changes between 2.22.6 and 2.22.7](https://github.com/aws-amplify/aws-sdk-android/compare/release_v2.22.6...release_v2.22.7)


## [Release 2.22.6](https://github.com/aws/aws-sdk-android/releases/tag/release_v2.22.6)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android.enableJetifier=true

GROUP=com.amazonaws

VERSION_NAME=2.22.6
VERSION_NAME=2.22.7

POM_URL=https://github.com/aws/aws-sdk-android
POM_SCM_URL=https://github.com/aws/aws-sdk-android
Expand Down

0 comments on commit 9830c2e

Please sign in to comment.