Skip to content

Commit

Permalink
Dev preview update and version bump (#1752)
Browse files Browse the repository at this point in the history
* fix(datastore): #1584 When DateTimeParseException is not available for lower apis (#1701)

* Removed dataTimeParseException class as it is not available in api < 25

* Fixed the failing temporaldatetimetest

Co-authored-by: Divyesh Chitroda <[email protected]>

* Version bumps (#1721)

* Version bumps

* Empty commit to bump codebuild

Co-authored-by: Thomas Leing <[email protected]>

* chore: add geo to bug and feature report templates (#1722)

* Update changelog after manual release v1.35.3 (#1724)

* Update changelog after manual release v1.35.3

* Update core-kotlin changelog as well

Co-authored-by: Thomas Leing <[email protected]>

* chore: Update CODEOWNERS [skip ci] (#1733)

Update CODEOWNERS file to use new team structure

* chore: notify comments on closed issues (#1739)

* Update notify_comments.yml

* update comments

* Update SDK version in build.gradle (#1741)

* release: Amplify Android 1.35.4 (#1742)

* release: Amplify Android 1.35.4

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: amplify-android-dev+ghops <[email protected]>
Co-authored-by: Erica Eaton <[email protected]>

* chore: update gson version (#1744)

* Update notify_comments.yml (#1746)

* Update SDK version in build.gradle (#1747)

* release: Amplify Android 1.35.5 (#1748)

* release: Amplify Android 1.35.5

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: amplify-android-dev+ghops <[email protected]>
Co-authored-by: Thomas Leing <[email protected]>

* Bump versions and update changelog manually for manual release

* Fix changelog diffs

* Update changelogs to be in more sensible order

Co-authored-by: gpanshu <[email protected]>
Co-authored-by: Divyesh Chitroda <[email protected]>
Co-authored-by: Thomas Leing <[email protected]>
Co-authored-by: Erica Eaton <[email protected]>
Co-authored-by: Tim Schmelter <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: amplify-android-dev+ghops <[email protected]>
  • Loading branch information
8 people authored May 31, 2022
1 parent 29be582 commit fbeab35
Show file tree
Hide file tree
Showing 13 changed files with 163 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @aws-amplify/android-team
* @aws-amplify/amplify-android
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/1.bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ body:
| `com.amplifyframework:aws-api-appsync` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/aws-api-appsync) |
| `com.amplifyframework:aws-auth-cognito` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/aws-auth-cognito) |
| `com.amplifyframework:aws-datastore` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/aws-datastore) |
| `com.amplifyframework:aws-geo-location` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/aws-geo-location) |
| `com.amplifyframework:maplibre-adapter` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/maplibre-adapter) |
| `com.amplifyframework:aws-storage-s3` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/aws-storage-s3) |
| `com.amplifyframework:aws-predictions` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/aws-predictions) |
| `com.amplifyframework:aws-predictions-tensorflow` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/aws-predictions-tensorflow) |
Expand Down Expand Up @@ -67,6 +69,7 @@ body:
- REST API
- GraphQL API
- DataStore
- Geo
- Storage
- Predictions
- Not applicable
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/2.feature_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ body:
| `com.amplifyframework:aws-api-appsync` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/aws-api-appsync) |
| `com.amplifyframework:aws-auth-cognito` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/aws-auth-cognito) |
| `com.amplifyframework:aws-datastore` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/aws-datastore) |
| `com.amplifyframework:aws-geo-location` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/aws-geo-location) |
| `com.amplifyframework:maplibre-adapter` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/maplibre-adapter) |
| `com.amplifyframework:aws-storage-s3` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/aws-storage-s3) |
| `com.amplifyframework:aws-predictions` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/aws-predictions) |
| `com.amplifyframework:aws-predictions-tensorflow` | ![Maven Central](https://img.shields.io/maven-central/v/com.amplifyframework/aws-predictions-tensorflow) |
Expand Down Expand Up @@ -67,6 +69,7 @@ body:
- REST API
- GraphQL API
- DataStore
- Geo
- Storage
- Predictions
- Not applicable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/notify_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Notify Comments on PCR

# Controls when the workflow will run
on:
# Triggers the workflow on comment events on pending response issues
# Triggers the workflow on comment events on closed, pending response and closing soon issues
issue_comment:
types: [created]

Expand All @@ -15,7 +15,7 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest

if: ${{ !github.event.issue.pull_request && (contains(github.event.issue.labels.*.name, 'pending-response') || contains(github.event.issue.labels.*.name, 'closing soon')) }}
if: ${{ !github.event.issue.pull_request && (github.event.issue.state == 'closed' || contains(github.event.issue.labels.*.name, 'pending-response') || contains(github.event.issue.labels.*.name, 'closing soon')) }}

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
Loading

0 comments on commit fbeab35

Please sign in to comment.