Skip to content

Commit 8407048

Browse files
github-actions[bot]amplify-android-dev+ghopseeatonaws
authored
release: Amplify Android 1.28.0 (#1517)
* release: Amplify Android 1.28.0 * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: amplify-android-dev+ghops <[email protected]> Co-authored-by: Erica Eaton <[email protected]>
1 parent 79620c2 commit 8407048

File tree

6 files changed

+29
-9
lines changed

6 files changed

+29
-9
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [Release 1.28.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v1.28.0)
2+
3+
### Features
4+
- **datastore:** Add support for parsing match none predicate in AppSync request builder (#1515)
5+
- **datastore:** Add support for observe query (#1470)
6+
7+
### Bug Fixes
8+
- **datastore:** timeout period not increasing for flutter (#1505)
9+
- **datastore:** Ensure not to parse SerializedCustomType if value is null (#1513)
10+
- **datastore:** Fix for issue with foreign keys on schema upgrade delete (#1501)
11+
12+
### Miscellaneous
13+
- better announce which schema is failing to sync (#1479)
14+
15+
[See all changes between 1.27.0 and 1.28.0](https://github.com/aws-amplify/amplify-android/compare/release_v1.27.0...release_v1.28.0)
16+
117
## [Release 1.27.0](https://github.com/aws-amplify/amplify-android/releases/tag/release_v1.27.0)
218

319
### Features

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ dependencies section:
5252
```groovy
5353
dependencies {
5454
// Only specify modules that provide functionality your app will use
55-
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.27.0'
56-
implementation 'com.amplifyframework:aws-api:1.27.0'
57-
implementation 'com.amplifyframework:aws-auth-cognito:1.27.0'
58-
implementation 'com.amplifyframework:aws-datastore:1.27.0'
59-
implementation 'com.amplifyframework:aws-predictions:1.27.0'
60-
implementation 'com.amplifyframework:aws-storage-s3:1.27.0'
55+
implementation 'com.amplifyframework:aws-analytics-pinpoint:1.28.0'
56+
implementation 'com.amplifyframework:aws-api:1.28.0'
57+
implementation 'com.amplifyframework:aws-auth-cognito:1.28.0'
58+
implementation 'com.amplifyframework:aws-datastore:1.28.0'
59+
implementation 'com.amplifyframework:aws-predictions:1.28.0'
60+
implementation 'com.amplifyframework:aws-storage-s3:1.28.0'
6161
}
6262
```
6363

core-kotlin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [Release 0.12.0](https://github.com/aws-amplify/amplify-android/releases/tag/release-kotlin_v0.12.0)
2+
3+
[See all changes between 0.11.0 and 0.12.0](https://github.com/aws-amplify/amplify-android/compare/release-kotlin_v0.11.0...release-kotlin_v0.12.0)
4+
15
## [Release 0.11.0](https://github.com/aws-amplify/amplify-android/releases/tag/release-kotlin_v0.11.0)
26

37
### Features

core-kotlin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ POM_NAME=Amplify Framework for Android - Kotlin facade for Core library
33
POM_DESCRIPTION=Amplify Framework for Android - Kotlin facade for Core library
44
POM_PACKAGING=aar
55

6-
VERSION_NAME=0.11.0
6+
VERSION_NAME=0.12.0

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=1.27.0
15+
VERSION_NAME=1.28.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:1.27.0'
27+
implementation 'com.amplifyframework:rxbindings:1.28.0'
2828
}
2929
```
3030

0 commit comments

Comments
 (0)