From 0f4a2b4c25ecb29afccdbfe5a7f76d3e441f802f Mon Sep 17 00:00:00 2001 From: amplify-android-dev+ghops Date: Mon, 13 Mar 2023 20:40:31 +0000 Subject: [PATCH 1/3] release: Amplify Android 2.3.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52b69af890..35a2326c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ ## [Release 2.3.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.3.0) +### Features +- **storage:** Add support for S3 acceleration mode ([#2304](https://github.com/aws-amplify/amplify-android/issues/2304)) +- **aws-datastore:** Make the reachability component configurable ([#2307](https://github.com/aws-amplify/amplify-android/issues/2307)) +- **aws-api,aws-datastore:** WebSocket improvements ([#2283](https://github.com/aws-amplify/amplify-android/issues/2283)) + +### Bug Fixes +- **datastore:** Fix aliasing of column names ([#2312](https://github.com/aws-amplify/amplify-android/issues/2312)) +- **auth:** Delete user invalid state fixes ([#2326](https://github.com/aws-amplify/amplify-android/issues/2326)) + +### Miscellaneous +- release: Amplify Android 2.3.0 ([#2323](https://github.com/aws-amplify/amplify-android/issues/2323)) +- Restore publishing sources jar ([#2329](https://github.com/aws-amplify/amplify-android/issues/2329)) + +[See all changes between 2.2.2 and 2.3.0](https://github.com/aws-amplify/amplify-android/compare/release_v2.2.2...release_v2.3.0) + +## [Release 2.3.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.3.0) + ### Features - **storage:** Add support for S3 acceleration mode ([#2304](https://github.com/aws-amplify/amplify-android/issues/2304)) - **aws-datastore:** Make the reachability component configurable ([#2307](https://github.com/aws-amplify/amplify-android/issues/2307)) From 73e35b2ba141414848138828609479805bd72ff7 Mon Sep 17 00:00:00 2001 From: Thomas Leing Date: Mon, 13 Mar 2023 13:46:40 -0700 Subject: [PATCH 2/3] replace previous changelog --- CHANGELOG.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a2326c27..73f89aee97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,17 +15,6 @@ [See all changes between 2.2.2 and 2.3.0](https://github.com/aws-amplify/amplify-android/compare/release_v2.2.2...release_v2.3.0) -## [Release 2.3.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.3.0) - -### Features -- **storage:** Add support for S3 acceleration mode ([#2304](https://github.com/aws-amplify/amplify-android/issues/2304)) -- **aws-datastore:** Make the reachability component configurable ([#2307](https://github.com/aws-amplify/amplify-android/issues/2307)) - -### Bug Fixes -- **datastore:** Fix aliasing of column names ([#2312](https://github.com/aws-amplify/amplify-android/issues/2312)) - -[See all changes between 2.2.2 and 2.3.0](https://github.com/aws-amplify/amplify-android/compare/release_v2.2.2...release_v2.3.0) - ## [Release 2.2.2](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.2.2) ### Bug Fixes From a87aa91e0fe578c357abbc6dbf7e4a34e014b13e Mon Sep 17 00:00:00 2001 From: Thomas Leing Date: Mon, 13 Mar 2023 13:48:02 -0700 Subject: [PATCH 3/3] remove previous release commit --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f89aee97..ceb53178a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ - **auth:** Delete user invalid state fixes ([#2326](https://github.com/aws-amplify/amplify-android/issues/2326)) ### Miscellaneous -- release: Amplify Android 2.3.0 ([#2323](https://github.com/aws-amplify/amplify-android/issues/2323)) - Restore publishing sources jar ([#2329](https://github.com/aws-amplify/amplify-android/issues/2329)) [See all changes between 2.2.2 and 2.3.0](https://github.com/aws-amplify/amplify-android/compare/release_v2.2.2...release_v2.3.0)