Skip to content

Commit ffca04d

Browse files
author
amplify-android-dev+ghops
committed
release: Amplify Android 2.3.0
1 parent 9b4dcce commit ffca04d

File tree

4 files changed

+19
-8
lines changed

4 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [Release 2.3.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.3.0)
2+
3+
### Features
4+
- **storage:** Add support for S3 acceleration mode ([#2304](https://github.com/aws-amplify/amplify-android/issues/2304))
5+
- **aws-datastore:** Make the reachability component configurable ([#2307](https://github.com/aws-amplify/amplify-android/issues/2307))
6+
7+
### Bug Fixes
8+
- **datastore:** Fix aliasing of column names ([#2312](https://github.com/aws-amplify/amplify-android/issues/2312))
9+
10+
[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)
11+
112
## [Release 2.2.2](https://github.com/aws-amplify/amplify-android/releases/tag/release_v2.2.2)
213

314
### Bug Fixes

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ dependencies section:
6969
```groovy
7070
dependencies {
7171
// Only specify modules that provide functionality your app will use
72-
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.2.2'
73-
implementation 'com.amplifyframework:aws-api:2.2.2'
74-
implementation 'com.amplifyframework:aws-auth-cognito:2.2.2'
75-
implementation 'com.amplifyframework:aws-datastore:2.2.2'
76-
implementation 'com.amplifyframework:aws-predictions:2.2.2'
77-
implementation 'com.amplifyframework:aws-storage-s3:2.2.2'
72+
implementation 'com.amplifyframework:aws-analytics-pinpoint:2.3.0'
73+
implementation 'com.amplifyframework:aws-api:2.3.0'
74+
implementation 'com.amplifyframework:aws-auth-cognito:2.3.0'
75+
implementation 'com.amplifyframework:aws-datastore:2.3.0'
76+
implementation 'com.amplifyframework:aws-predictions:2.3.0'
77+
implementation 'com.amplifyframework:aws-storage-s3:2.3.0'
7878
}
7979
```
8080

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ org.gradle.jvmargs=-Xmx4g
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
org.gradle.parallel=true
1414

15-
VERSION_NAME=2.2.2
15+
VERSION_NAME=2.3.0
1616

1717
POM_GROUP=com.amplifyframework
1818
POM_URL=https://github.com/aws-amplify/amplify-android

rxbindings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ library. In your module's `build.gradle`:
2424
```gradle
2525
dependencies {
2626
// Add this line.
27-
implementation 'com.amplifyframework:rxbindings:2.2.2'
27+
implementation 'com.amplifyframework:rxbindings:2.3.0'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)