Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump amplify_version from 2.0.0 to 2.1.0 #156

Merged
merged 1 commit into from Dec 23, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2022

Bumps amplify_version from 2.0.0 to 2.1.0.
Updates core from 2.0.0 to 2.1.0

Release notes

Sourced from core's releases.

Amplify Android 2.1.0

Features

  • feat(Geo): Add Kotlin Geo Facade (#2155)
  • Add a network status listener to restart DataStore after the network comes back online. (#2148)
  • feat(auth): Overriding sign in when the State machine is already in the signing in state (#2187)

Miscellaneous

  • chore: Remove deprecated maven plugin (#2137)
  • chore: Remove Javadoc tasks (#2139)
  • Update README.md (#2120)
  • Dengdan stress test (#2153)
  • Feat(Auth Test): Custom party testing for Custom Test without SRP (#2149)
  • Unignore storage and pinpoint tests (#2156)
  • Update DeviceFarm build config (#2168)
  • Add Geo Rx Bindings (#2159)
  • chore: Re-add storage tests (#2163)
  • chore: Upgrade Gradle, AGP, and KtLint (#2172)
  • Add a buildspec file for nightly tests (#2180)
  • Chore(Auth): Implementation of the custom auth with SRP parity testing use case (#2167)
  • chore: Add PR checker workflow (#2188)
  • fix(auth): Fix for when loading credentials the success/error is fired twice (#2184)

Bug fixes

  • fix(core): remove unused dynamic nav dependency (#2132)
  • fix(datastore): remove typename from ModelMetadata (#2122)
  • fix: Change order of updating state in local cache (#2141)
  • fix: fix integration test and added logger to integration test (#2143)
  • Fix for when move to idle state is called twice (#2152)
  • Fix(Auth): Sign up if successful should return DONE instead of Confirm sign up (#2130)
  • fix: Add missing apis in storage Kotlin & RxJava facade (#2160)
  • fix: user metadata was persisted empty in the database (#2165)
  • fix(geo): Increase Geo timeout so that it runs successfully on a Pixel 3a XL (#2177)
Changelog

Sourced from core's changelog.

Release 2.1.0

Features

  • feat(Geo): Add Kotlin Geo Facade (#2155)
  • Add a network status listener to restart DataStore after the network comes back online. (#2148)
  • feat(auth): Overriding sign in when the State machine is already in the signing in state (#2187)

Miscellaneous

  • chore: Remove deprecated maven plugin (#2137)
  • chore: Remove Javadoc tasks (#2139)
  • Update README.md (#2120)
  • Dengdan stress test (#2153)
  • Feat(Auth Test): Custom party testing for Custom Test without SRP (#2149)
  • Unignore storage and pinpoint tests (#2156)
  • Update DeviceFarm build config (#2168)
  • Add Geo Rx Bindings (#2159)
  • chore: Re-add storage tests (#2163)
  • chore: Upgrade Gradle, AGP, and KtLint (#2172)
  • Add a buildspec file for nightly tests (#2180)
  • Chore(Auth): Implementation of the custom auth with SRP parity testing use case (#2167)
  • chore: Add PR checker workflow (#2188)
  • fix(auth): Fix for when loading credentials the success/error is fired twice (#2184)

Bug fixes

  • fix(core): remove unused dynamic nav dependency (#2132)
  • fix(datastore): remove typename from ModelMetadata (#2122)
  • fix: Change order of updating state in local cache (#2141)
  • fix: fix integration test and added logger to integration test (#2143)
  • Fix for when move to idle state is called twice (#2152)
  • Fix(Auth): Sign up if successful should return DONE instead of Confirm sign up (#2130)
  • fix: Add missing apis in storage Kotlin & RxJava facade (#2160)
  • fix: user metadata was persisted empty in the database (#2165)
  • fix(geo): Increase Geo timeout so that it runs successfully on a Pixel 3a XL (#2177)

See all changes between 2.1.0 and 2.0.0

Commits
  • e0676c7 chore: fix inconsistency with endpointWithAttributes test (#2196)
  • b075845 feat(Auth): Overriding sign in when the State machine is already in the signi...
  • f562b1e chore: update changelog for Amplify Android 2.1.0 (#2193)
  • ba16385 fix(Auth): Fix for when loading credentials the success/error is fired twice ...
  • 3818cc7 chore: Add PR checker workflow (#2188)
  • f6508d8 release: Amplify Android 2.1.0 (manually created) (#2185)
  • 1f210b7 Chore(Auth): Implementation of the custom auth with SRP parity testing use ca...
  • d24b15d Add a buildspec file for nightly tests (#2180)
  • e6848ef fix(geo): Increase Geo timeout so that it runs successfully on a Pixel 3a XL ...
  • dee1a81 chore: Upgrade Gradle, AGP, and KtLint (#2172)
  • Additional commits viewable in compare view

Updates aws-api from 2.0.0 to 2.1.0

Release notes

Sourced from aws-api's releases.

Amplify Android 2.1.0

Features

  • feat(Geo): Add Kotlin Geo Facade (#2155)
  • Add a network status listener to restart DataStore after the network comes back online. (#2148)
  • feat(auth): Overriding sign in when the State machine is already in the signing in state (#2187)

Miscellaneous

  • chore: Remove deprecated maven plugin (#2137)
  • chore: Remove Javadoc tasks (#2139)
  • Update README.md (#2120)
  • Dengdan stress test (#2153)
  • Feat(Auth Test): Custom party testing for Custom Test without SRP (#2149)
  • Unignore storage and pinpoint tests (#2156)
  • Update DeviceFarm build config (#2168)
  • Add Geo Rx Bindings (#2159)
  • chore: Re-add storage tests (#2163)
  • chore: Upgrade Gradle, AGP, and KtLint (#2172)
  • Add a buildspec file for nightly tests (#2180)
  • Chore(Auth): Implementation of the custom auth with SRP parity testing use case (#2167)
  • chore: Add PR checker workflow (#2188)
  • fix(auth): Fix for when loading credentials the success/error is fired twice (#2184)

Bug fixes

  • fix(core): remove unused dynamic nav dependency (#2132)
  • fix(datastore): remove typename from ModelMetadata (#2122)
  • fix: Change order of updating state in local cache (#2141)
  • fix: fix integration test and added logger to integration test (#2143)
  • Fix for when move to idle state is called twice (#2152)
  • Fix(Auth): Sign up if successful should return DONE instead of Confirm sign up (#2130)
  • fix: Add missing apis in storage Kotlin & RxJava facade (#2160)
  • fix: user metadata was persisted empty in the database (#2165)
  • fix(geo): Increase Geo timeout so that it runs successfully on a Pixel 3a XL (#2177)
Changelog

Sourced from aws-api's changelog.

Release 2.1.0

Features

  • feat(Geo): Add Kotlin Geo Facade (#2155)
  • Add a network status listener to restart DataStore after the network comes back online. (#2148)
  • feat(auth): Overriding sign in when the State machine is already in the signing in state (#2187)

Miscellaneous

  • chore: Remove deprecated maven plugin (#2137)
  • chore: Remove Javadoc tasks (#2139)
  • Update README.md (#2120)
  • Dengdan stress test (#2153)
  • Feat(Auth Test): Custom party testing for Custom Test without SRP (#2149)
  • Unignore storage and pinpoint tests (#2156)
  • Update DeviceFarm build config (#2168)
  • Add Geo Rx Bindings (#2159)
  • chore: Re-add storage tests (#2163)
  • chore: Upgrade Gradle, AGP, and KtLint (#2172)
  • Add a buildspec file for nightly tests (#2180)
  • Chore(Auth): Implementation of the custom auth with SRP parity testing use case (#2167)
  • chore: Add PR checker workflow (#2188)
  • fix(auth): Fix for when loading credentials the success/error is fired twice (#2184)

Bug fixes

  • fix(core): remove unused dynamic nav dependency (#2132)
  • fix(datastore): remove typename from ModelMetadata (#2122)
  • fix: Change order of updating state in local cache (#2141)
  • fix: fix integration test and added logger to integration test (#2143)
  • Fix for when move to idle state is called twice (#2152)
  • Fix(Auth): Sign up if successful should return DONE instead of Confirm sign up (#2130)
  • fix: Add missing apis in storage Kotlin & RxJava facade (#2160)
  • fix: user metadata was persisted empty in the database (#2165)
  • fix(geo): Increase Geo timeout so that it runs successfully on a Pixel 3a XL (#2177)

See all changes between 2.1.0 and 2.0.0

Commits
  • e0676c7 chore: fix inconsistency with endpointWithAttributes test (#2196)
  • b075845 feat(Auth): Overriding sign in when the State machine is already in the signi...
  • f562b1e chore: update changelog for Amplify Android 2.1.0 (#2193)
  • ba16385 fix(Auth): Fix for when loading credentials the success/error is fired twice ...
  • 3818cc7 chore: Add PR checker workflow (#2188)
  • f6508d8 release: Amplify Android 2.1.0 (manually created) (#2185)
  • 1f210b7 Chore(Auth): Implementation of the custom auth with SRP parity testing use ca...
  • d24b15d Add a buildspec file for nightly tests (#2180)
  • e6848ef fix(geo): Increase Geo timeout so that it runs successfully on a Pixel 3a XL ...
  • dee1a81 chore: Upgrade Gradle, AGP, and KtLint (#2172)
  • Additional commits viewable in compare view

Updates aws-auth-cognito from 2.0.0 to 2.1.0

Release notes

Sourced from aws-auth-cognito's releases.

Amplify Android 2.1.0

Features

  • feat(Geo): Add Kotlin Geo Facade (#2155)
  • Add a network status listener to restart DataStore after the network comes back online. (#2148)
  • feat(auth): Overriding sign in when the State machine is already in the signing in state (#2187)

Miscellaneous

  • chore: Remove deprecated maven plugin (#2137)
  • chore: Remove Javadoc tasks (#2139)
  • Update README.md (#2120)
  • Dengdan stress test (#2153)
  • Feat(Auth Test): Custom party testing for Custom Test without SRP (#2149)
  • Unignore storage and pinpoint tests (#2156)
  • Update DeviceFarm build config (#2168)
  • Add Geo Rx Bindings (#2159)
  • chore: Re-add storage tests (#2163)
  • chore: Upgrade Gradle, AGP, and KtLint (#2172)
  • Add a buildspec file for nightly tests (#2180)
  • Chore(Auth): Implementation of the custom auth with SRP parity testing use case (#2167)
  • chore: Add PR checker workflow (#2188)
  • fix(auth): Fix for when loading credentials the success/error is fired twice (#2184)

Bug fixes

  • fix(core): remove unused dynamic nav dependency (#2132)
  • fix(datastore): remove typename from ModelMetadata (#2122)
  • fix: Change order of updating state in local cache (#2141)
  • fix: fix integration test and added logger to integration test (#2143)
  • Fix for when move to idle state is called twice (#2152)
  • Fix(Auth): Sign up if successful should return DONE instead of Confirm sign up (#2130)
  • fix: Add missing apis in storage Kotlin & RxJava facade (#2160)
  • fix: user metadata was persisted empty in the database (#2165)
  • fix(geo): Increase Geo timeout so that it runs successfully on a Pixel 3a XL (#2177)
Changelog

Sourced from aws-auth-cognito's changelog.

Release 2.1.0

Features

  • feat(Geo): Add Kotlin Geo Facade (#2155)
  • Add a network status listener to restart DataStore after the network comes back online. (#2148)
  • feat(auth): Overriding sign in when the State machine is already in the signing in state (#2187)

Miscellaneous

  • chore: Remove deprecated maven plugin (#2137)
  • chore: Remove Javadoc tasks (#2139)
  • Update README.md (#2120)
  • Dengdan stress test (#2153)
  • Feat(Auth Test): Custom party testing for Custom Test without SRP (#2149)
  • Unignore storage and pinpoint tests (#2156)
  • Update DeviceFarm build config (#2168)
  • Add Geo Rx Bindings (#2159)
  • chore: Re-add storage tests (#2163)
  • chore: Upgrade Gradle, AGP, and KtLint (#2172)
  • Add a buildspec file for nightly tests (#2180)
  • Chore(Auth): Implementation of the custom auth with SRP parity testing use case (#2167)
  • chore: Add PR checker workflow (#2188)
  • fix(auth): Fix for when loading credentials the success/error is fired twice (#2184)

Bug fixes

  • fix(core): remove unused dynamic nav dependency (#2132)
  • fix(datastore): remove typename from ModelMetadata (#2122)
  • fix: Change order of updating state in local cache (#2141)
  • fix: fix integration test and added logger to integration test (#2143)
  • Fix for when move to idle state is called twice (#2152)
  • Fix(Auth): Sign up if successful should return DONE instead of Confirm sign up (#2130)
  • fix: Add missing apis in storage Kotlin & RxJava facade (#2160)
  • fix: user metadata was persisted empty in the database (#2165)
  • fix(geo): Increase Geo timeout so that it runs successfully on a Pixel 3a XL (#2177)

See all changes between 2.1.0 and 2.0.0

Commits
  • e0676c7 chore: fix inconsistency with endpointWithAttributes test (#2196)
  • b075845 feat(Auth): Overriding sign in when the State machine is already in the signi...
  • f562b1e chore: update changelog for Amplify Android 2.1.0 (#2193)
  • ba16385 fix(Auth): Fix for when loading credentials the success/error is fired twice ...
  • 3818cc7 chore: Add PR checker workflow (#2188)
  • f6508d8 release: Amplify Android 2.1.0 (manually created) (#2185)
  • 1f210b7 Chore(Auth): Implementation of the custom auth with SRP parity testing use ca...
  • d24b15d Add a buildspec file for nightly tests (#2180)
  • e6848ef fix(geo): Increase Geo timeout so that it runs successfully on a Pixel 3a XL ...
  • dee1a81 chore: Upgrade Gradle, AGP, and KtLint (#2172)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @poad.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `amplify_version` from 2.0.0 to 2.1.0.

Updates `core` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v2.0.0...release_v2.1.0)

Updates `aws-api` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v2.0.0...release_v2.1.0)

Updates `aws-auth-cognito` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/aws-amplify/amplify-android/releases)
- [Changelog](https://github.com/aws-amplify/amplify-android/blob/main/CHANGELOG.md)
- [Commits](aws-amplify/amplify-android@release_v2.0.0...release_v2.1.0)

---
updated-dependencies:
- dependency-name: com.amplifyframework:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.amplifyframework:aws-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.amplifyframework:aws-auth-cognito
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 23, 2022
Copy link
Owner

@poad poad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit cd71907 into main Dec 23, 2022
@dependabot dependabot bot deleted the dependabot/gradle/amplify_version-2.1.0 branch December 23, 2022 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant