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

chore(repo): Merge stable to main #3254

Merged
merged 88 commits into from
Jun 21, 2023
Merged

chore(repo): Merge stable to main #3254

merged 88 commits into from
Jun 21, 2023

Commits on Apr 17, 2023

  1. chore(notifications): Update mocks (#2853)

    * chore(notifications): Update mocks
    dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    df24d20 View commit details
    Browse the repository at this point in the history
  2. fix(storage): API doc errors

    Update packages/storage/amplify_storage_s3_dart/lib/src/model/s3_remove_plugin_options.dart
    
    Co-authored-by: NikaHsn <[email protected]>
    2 people authored and dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    ee9ac38 View commit details
    Browse the repository at this point in the history
  3. chore(aws_common): Prevent build errors in Dart 3 (#2866)

    chore(aws_common): Add `dart` flag to prevent build errors in 3.0
    dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e9235ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    543ad4f View commit details
    Browse the repository at this point in the history
  5. ci(repo): Remove next from CI branch list

    Dillon Nys authored and dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    cf8a2ae View commit details
    Browse the repository at this point in the history
  6. ci(repo): Consider transitive dependencies in workflows

    Includes transitive dependencies in the `paths` of packages' CI workflows so that changes which could affect this package are caught in CI.
    Dillon Nys authored and dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    58fef80 View commit details
    Browse the repository at this point in the history
  7. ci: Disable Dart 3 checks (#2870)

    * ci: Disable Dart 3 checks
    
    Trying to support Dart 3 right now is a game of whack-a-mole.. to be re-enabled when the repo is migrated fully.
    
    * revert(core): Dart 3 workarounds
    dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a4d393f View commit details
    Browse the repository at this point in the history
  8. chore(api): Override toString on GraphQLResponse

    Dillon Nys authored and dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    bcd14f5 View commit details
    Browse the repository at this point in the history
  9. chore(storage): Add debuggability to S3Item

    Dillon Nys authored and dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    516eb97 View commit details
    Browse the repository at this point in the history
  10. chore(auth): Override toString on JsonWebToken

    Dillon Nys authored and dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    08a0f8d View commit details
    Browse the repository at this point in the history
  11. chore(github): Update BUG-REPORT template (#2871)

    * chore(github): Update BUG-REPORT template (#1705)
    
    Adds beta platforms to the BUG-REPORT template
    
    commit-id:41bf7773
    
    * chore(repo): Update bug report to include deployment option (#1928)
    
    Adds the following info to the bug report template:
    - Whether the CLI or another mechanism was used to deploy their backend
    - Their sanitized amplifyconfig
    
    These both seem to provide a lot of insight and they can be missed in the conversation, especially the first one. We cannot assume that people filing issues are using pristine Amplify-generated backends.
    
    * chore(repo): Slim down bug report template (#2586)
    
    The current bug report template is very long and may discourage people from submitting feedback. While many of these would be great to know, only some are needed to begin triaging correctly.
    
    I've removed the ask for their Amplify config as well. I've noticed some people are not sure how to provide it and that more often than not, it's the `schema.graphql` we need rather.
    dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9245fa3 View commit details
    Browse the repository at this point in the history
  12. chore(repo): Update READMEs (#2864)

    Removes developer preview references and updates any example code snippets.
    dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9e8cb53 View commit details
    Browse the repository at this point in the history
  13. chore: update repository urls (#2872)

    chore: update repository url
    Jordan-Nelson authored and dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    bdd2718 View commit details
    Browse the repository at this point in the history
  14. ci(repo): Remove CircleCI tests (#2862)

    Removes all but canaries from the CircleCI configuration
    dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    8ffb29c View commit details
    Browse the repository at this point in the history
  15. chore: add CI check for workflows (#2873)

    * chore(aft): generate `set-exit-if-changed` flag
    
    * chore: add CI check for workflows
    
    * chore: add `writeWorkflowFile` fn
    Jordan-Nelson authored and dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    7c7acb4 View commit details
    Browse the repository at this point in the history
  16. chore(amplify_flutter): Remove circular dependencies

    `amplify_flutter` does not need to directly depend on plugins and can use mocking in unit tests instead.
    Dillon Nys authored and dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    621cef5 View commit details
    Browse the repository at this point in the history
  17. chore(repo): Use local path dependencies for unpublished packages

    To prevent publishing errors
    Dillon Nys authored and dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    7865ef3 View commit details
    Browse the repository at this point in the history
  18. chore(aft): Include dev_dependencies in topological sort

    This will prevent any publishing errors ahead of time
    Dillon Nys authored and dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    9b5b4a3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    53dd03b View commit details
    Browse the repository at this point in the history
  20. chore(ios): bump amplify-swift to 1.29.2 (#2874)

    - Fixing issue #2519
    HuiSF authored and dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e8d261b View commit details
    Browse the repository at this point in the history
  21. chore(api): Decode optional ErrorType property (#2852)

    * chore(api): Decode optional ErrorType property
    
    * chore: added errorInfo property
    Equartey authored and dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    85ec416 View commit details
    Browse the repository at this point in the history
  22. chore(notifications): add push userAgent headers to analytics calls (#…

    …2861)
    
    * chore: add userAgent headers to anayltics calls
    
    * chore: remove print and add update endpoint after settign user
    
    * chore: updated mocks and added analyzer expection rule to ignore version.dart
    
    * chore: pass testDispatcher to request permissions tes android native
    
    * chore: update test name and useragent public
    
    * chore: remove vesion dependency becuase user agent string does not need it
    
    * chore: add comment on why setUser has no userAgent added
    
    * chore: review comments
    Samaritan1011001 authored and dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    43cc645 View commit details
    Browse the repository at this point in the history
  23. chore(version): v1 Release (#2876)

    * chore(version): Bump version
    
    Stable v1 release! 🎉
    
    Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
    
    * chore(notifications): Fix pana issues
    
    * Update DataStore spiel
    dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    6d09c09 View commit details
    Browse the repository at this point in the history
  24. test(auth): Fix e2e test (#2880)

    `additionalInfo` now returns and empty map instead of `null` by default
    dnys1 committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    dfacee6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    53067d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    9e15426 View commit details
    Browse the repository at this point in the history
  2. fix(aft): Run pub get before build_runner in version-bump

    If `aft version-bump` is run in a fresh repo/worktree, build_runner will fail since `pub get` has never been run. Running again also doesn't hurt.
    Dillon Nys committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    ab38e6f View commit details
    Browse the repository at this point in the history
  3. chore(version): Bump version

    ### Fixes
    - fix(repo): Flutter 3.3 support
    - fix(storage): API doc errors
    - fix: convert AuthUserAttributeKey in updateUserAttributes
    - fix: remove AndroidKeysetManager log, upgrade to google/tink 1.8.0
    
    Updated-Components: amplify_flutter, amplify_flutter_android, amplify_core, amplify_datastore, amplify_analytics_pinpoint, amplify_api, amplify_api_android, amplify_api_ios, amplify_auth_cognito, amplify_auth_cognito_android, amplify_auth_cognito_ios, amplify_push_notifications, amplify_push_notifications_pinpoint, amplify_storage_s3, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
    Dillon Nys committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d4c05d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Merge pull request #2934 from aws-amplify/chore/april-release

    chore(version): Bump version
    dnys1 authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ae216e3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    ea8ec5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3031 from aws-amplify/chore/may/main-to-stable

    Merge `main` -> `stable`
    dnys1 authored May 11, 2023
    Configuration menu
    Copy the full SHA
    21f3e63 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    9332747 View commit details
    Browse the repository at this point in the history
  2. chore(version): Bump version

    ### Fixes
    - fix(android): Bump Amplify Android to 2.8.3 ([#3023](#3023))
    - fix(auth): User attribute serialization
    - fix(auth): remove duplicate continuation call for hosted UI ([#3112](#3112))
    - fix(authenticator): Only call `setState` if mounted ([#3076](#3076))
    - fix(authenticator): alphabetize country codes
    - fix(datastore): support nested predicates for observe and observeQuery ([#3029](#3029))
    - fix(secure_storage): Fallback for CFStringRef decoding ([#3111](#3111))
    - fix: suppress browser on sign out when preferPrivateSession is true ([#3099](#3099))
    
    ### Features
    - feat(authenticator, m3): use SearchAnchor for country code
    - feat(authenticator, m3): use `FilledButton` for primary buttons
    
    Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
    Dillon Nys committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    7377493 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3135 from aws-amplify/chore/release/june-release

    chore(version): Bump version
    dnys1 authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    bf3037a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. chore(deps): Bump built_value dependency (#3104)

    dnys1 authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    a958483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c5bdc9 View commit details
    Browse the repository at this point in the history
  3. chore(smithy): Fix switch lint (#3151)

    Fixes a lint introduced in latest Dart stable for switching on a `Type`
    dnys1 authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8f7d690 View commit details
    Browse the repository at this point in the history
  4. fix(core): Disallowed JS tearoff (#3150)

    Dart 3.1 disallows tearoffs of JS methods.
    dnys1 authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7b035e1 View commit details
    Browse the repository at this point in the history
  5. fix(auth): Attribute key equality (#3136)

    Two keys should be equal if the lower-case value of their keys are equal regardless of their class.
    dnys1 authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6f9f47f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2679a8d View commit details
    Browse the repository at this point in the history
  7. fix(auth): signOut after user deletion (#3162)

    If a user is deleted by an administrator while logged into a device, calling `signOut` can fail when tokens have also expired. The library gets stuck because credentials are not cleared but they are also invalid and cannot be refreshed.
    dnys1 authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ebaf6ca View commit details
    Browse the repository at this point in the history
  8. Update README.md (#3140)

    * Update README.md
    
    updated readme slightly
    
    * Update README.md
    
    Co-authored-by: Dillon Nys <[email protected]>
    
    * Update README.md
    
    Co-authored-by: Dillon Nys <[email protected]>
    
    ---------
    
    Co-authored-by: Dillon Nys <[email protected]>
    2 people authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    554cf52 View commit details
    Browse the repository at this point in the history
  9. fix(api): GraphQL subscription with custom domain formats URI correct…

    …ly (#3148)
    Travis Sheppard authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    060ee98 View commit details
    Browse the repository at this point in the history
  10. fix(smithy-aws): fix S3ClientConfig copyWith implementation

    HuiSF authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f005963 View commit details
    Browse the repository at this point in the history
  11. chore: remove test_api override (#3174)

    Jordan-Nelson authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3f6d9ec View commit details
    Browse the repository at this point in the history
  12. chore: fix typo in doc comment

    Jordan-Nelson authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7347881 View commit details
    Browse the repository at this point in the history
  13. chore: log warning for duplicate fields

    Jordan-Nelson authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c2690a2 View commit details
    Browse the repository at this point in the history
  14. chore(infra): update storage integ test stacks

    HuiSF authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    93700db View commit details
    Browse the repository at this point in the history
  15. feat(storage): using path style URLs when bucket name contains dots

    HuiSF authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b024fee View commit details
    Browse the repository at this point in the history
  16. ci(canaries): Ensure pubspec.lock (#3159)

    dnys1 authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2fffd04 View commit details
    Browse the repository at this point in the history
  17. chore(deps): Update code_builder

    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    335cc2e View commit details
    Browse the repository at this point in the history
  18. chore(smithy_codegen): Update union generation

    Use `sealed` from `code_builder`
    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    bed90cf View commit details
    Browse the repository at this point in the history
  19. chore(smithy_codegen): Update generated pubspec

    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e4ad2d7 View commit details
    Browse the repository at this point in the history
  20. chore(smithy): Regenerate goldens

    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b3fcf8e View commit details
    Browse the repository at this point in the history
  21. chore(core): User agent enhancements (#3153)

    Tracks the category and method from which an API call originated for the purpose of engagement analytics.
    dnys1 authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    536d1d3 View commit details
    Browse the repository at this point in the history
  22. feat(aft): Dependabot generation

    Adds dependabot generation to the `aft generate workflows` command
    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1c39d4d View commit details
    Browse the repository at this point in the history
  23. chore: Update dependabot config

    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    17bd9bd View commit details
    Browse the repository at this point in the history
  24. chore(smoke_test): Run build_runner (#3080)

    chore(smoke_test): Regenerate
    dnys1 authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4361b75 View commit details
    Browse the repository at this point in the history
  25. chore(deps): bump org.robolectric:robolectric

    Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.9 to 4.10.3.
    - [Release notes](https://github.com/robolectric/robolectric/releases)
    - [Commits](robolectric/robolectric@robolectric-4.9...robolectric-4.10.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.robolectric:robolectric
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e4926d5 View commit details
    Browse the repository at this point in the history
  26. chore(deps): bump org.robolectric:robolectric

    Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.9 to 4.10.3.
    - [Release notes](https://github.com/robolectric/robolectric/releases)
    - [Commits](robolectric/robolectric@robolectric-4.9...robolectric-4.10.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.robolectric:robolectric
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ae034df View commit details
    Browse the repository at this point in the history
  27. chore(deps): bump org.robolectric:robolectric

    Bumps [org.robolectric:robolectric](https://github.com/robolectric/robolectric) from 4.9 to 4.10.3.
    - [Release notes](https://github.com/robolectric/robolectric/releases)
    - [Commits](robolectric/robolectric@robolectric-4.9...robolectric-4.10.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.robolectric:robolectric
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    50dd15e View commit details
    Browse the repository at this point in the history
  28. chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.2 …

    …in /packages/common/amplify_db_common/android (#3189)
    
    chore(deps): bump com.android.tools.build:gradle
    
    Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.2.
    
    ---
    updated-dependencies:
    - dependency-name: com.android.tools.build:gradle
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    bda03b9 View commit details
    Browse the repository at this point in the history
  29. chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.2 …

    …in /packages/auth/amplify_auth_cognito/android (#3200)
    
    chore(deps): bump com.android.tools.build:gradle
    
    Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.2.
    
    ---
    updated-dependencies:
    - dependency-name: com.android.tools.build:gradle
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    bb4698a View commit details
    Browse the repository at this point in the history
  30. chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.2 …

    …in /packages/amplify_datastore/android (#3185)
    
    chore(deps): bump com.android.tools.build:gradle
    
    Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.2.
    
    ---
    updated-dependencies:
    - dependency-name: com.android.tools.build:gradle
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f0cc6cf View commit details
    Browse the repository at this point in the history
  31. chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.2 …

    …in /packages/amplify_native_legacy_wrapper/android (#3184)
    
    chore(deps): bump com.android.tools.build:gradle
    
    Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.2.
    
    ---
    updated-dependencies:
    - dependency-name: com.android.tools.build:gradle
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0f13593 View commit details
    Browse the repository at this point in the history
  32. chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.2 …

    …in /packages/secure_storage/amplify_secure_storage/android (#3219)
    
    chore(deps): bump com.android.tools.build:gradle
    
    Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.2.
    
    ---
    updated-dependencies:
    - dependency-name: com.android.tools.build:gradle
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    62bec15 View commit details
    Browse the repository at this point in the history
  33. infra: Fix storage bucket name (#3222)

    ci: Fix storage bucket name
    
    Bucket names must be globally unique. To ensure the infra stacks can be deployed to multiple accounts, use the bucket name as a prefix instead of the actual bucket name.
    dnys1 authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f907734 View commit details
    Browse the repository at this point in the history
  34. chore(infra): Add ASF backend

    Adds new E2E backend for testing ASF features.
    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c77a91b View commit details
    Browse the repository at this point in the history
  35. feat(auth): ASF

    Adds advanced security features (ASF) support to the Auth library.
    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b6d666c View commit details
    Browse the repository at this point in the history
  36. chore: Update devcontainer configuration

    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    3fbb4b1 View commit details
    Browse the repository at this point in the history
  37. test(auth): ASF

    Adds unit and e2e tests for ASF features in the Auth library. E2E tests require some Admin methods in the AWS SDK for Cognito, and these operations are exposed via the `amplify_integration_test` package.
    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0ceb79f View commit details
    Browse the repository at this point in the history
  38. chore(smithy): Update dependency constraints

    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c0f1e8a View commit details
    Browse the repository at this point in the history
  39. chore(auth): Clean up

    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    817ceb9 View commit details
    Browse the repository at this point in the history
  40. chore(smithy_codegen): Fix deprecated usage (#3224)

    dnys1 authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5285e57 View commit details
    Browse the repository at this point in the history
  41. ci: Add default Android workflow

    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    80c4670 View commit details
    Browse the repository at this point in the history
  42. ci: Run integ tests when the workflow changes

    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4251b72 View commit details
    Browse the repository at this point in the history
  43. chore(aws_common): Update AWSService (#3234)

    Regenerates AWSService class and makes it possible to use services not automatically generated.
    dnys1 authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    86a9d73 View commit details
    Browse the repository at this point in the history
  44. chore(core): Adjust log-level of state machine errors (#3248)

    Errors generated by the state machine are being logged at `error ` level regardless of whether they are handled by the developer. This can be confusing (as seen in #3226) since they print similar to how an unhandled exception would be printed.
    
    By adjusting the log level, these messages are still available if desired and will not affect how errors are surfaced via throwing.
    dnys1 authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    6caed3e View commit details
    Browse the repository at this point in the history
  45. ci: Fix Android build workflow

    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    935c424 View commit details
    Browse the repository at this point in the history
  46. chore(push_notifications): Add empty example

    For testing build
    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    12bc691 View commit details
    Browse the repository at this point in the history
  47. ci: Fix push notifications workflow

    Should be Android Test not Android Build
    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c6bf88f View commit details
    Browse the repository at this point in the history
  48. chore(aft): Update package selector test

    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1190c3c View commit details
    Browse the repository at this point in the history
  49. chore(push_notifications): Fix example

    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    02f6bbc View commit details
    Browse the repository at this point in the history
  50. chore(deps): bump com.android.tools.build:gradle from 7.4.2 to 8.0.2 …

    …in /packages/analytics/amplify_analytics_pinpoint/android (#3215)
    
    chore(deps): bump com.android.tools.build:gradle
    
    Bumps com.android.tools.build:gradle from 7.4.2 to 8.0.2.
    
    ---
    updated-dependencies:
    - dependency-name: com.android.tools.build:gradle
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Dillon Nys <[email protected]>
    2 people authored and Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0771416 View commit details
    Browse the repository at this point in the history
  51. chore(version): Bump version

    ### Fixes
    - fix(api): GraphQL subscription with custom domain formats URI correctly ([#3148](#3148))
    - fix(auth): Attribute key equality ([#3136](#3136))
    - fix(auth): `signOut` after user deletion ([#3162](#3162))
    - fix(core): Disallowed JS tearoff ([#3150](#3150))
    - fix(storage): API doc errors
    
    ### Features
    - feat(auth): ASF
    - feat(storage): using path style URLs when bucket name contains dots
    
    Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
    Dillon Nys committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1161a6b View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    c8b51db View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. chore(version): Bump version

    ### Fixes
    - fix(api): GraphQL subscription with custom domain formats URI correctly ([#3148](#3148))
    - fix(auth): Attribute key equality ([#3136](#3136))
    - fix(auth): `signOut` after user deletion ([#3162](#3162))
    - fix(core): Disallowed JS tearoff ([#3150](#3150))
    - fix(storage): API doc errors
    
    ### Features
    - feat(auth): ASF
    - feat(storage): using path style URLs when bucket name contains dots
    
    Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
    Dillon Nys committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c2dfea9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9f6a29 View commit details
    Browse the repository at this point in the history