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

Merge main -> stable #3031

Merged
merged 117 commits into from
May 11, 2023
Merged

Merge main -> stable #3031

merged 117 commits into from
May 11, 2023

Commits on Apr 11, 2023

  1. feat(smithy): awsQuery protocol support

    dnys1 authored and Dillon Nys committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    90e5f2b View commit details
    Browse the repository at this point in the history
  2. chore(smithy): Add awsQuery goldens

    dnys1 authored and Dillon Nys committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    9390e04 View commit details
    Browse the repository at this point in the history
  3. chore(smithy): Generate members in schema order

    Previously, structure members were generated in alphabetical order, but this causes issues for some protocols like `awsQuery` that require members to be serialized in a specific order. This commit changes the codegen to generate members in the order they are defined in the Smithy model.
    dnys1 authored and Dillon Nys committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0132e7a View commit details
    Browse the repository at this point in the history
  4. chore(smoke_test): Update models

    dnys1 authored and Dillon Nys committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f551751 View commit details
    Browse the repository at this point in the history
  5. fix(smithy): awsQuery service client generation

    Updates service client generation for `awsQuery` which does not explicitly set an `@httpTrait`.
    dnys1 authored and Dillon Nys committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    03be410 View commit details
    Browse the repository at this point in the history
  6. test(smoke_test): Add awsQuery smoke tests

    Tests the `awsQuery` protocol via the STS service.
    dnys1 authored and Dillon Nys committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1c2a445 View commit details
    Browse the repository at this point in the history
  7. ci(smithy): Add awsQuery packages

    dnys1 authored and Dillon Nys committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    7af2df7 View commit details
    Browse the repository at this point in the history
  8. test(smoke_test): Add IAM tests

    dnys1 authored and Dillon Nys committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    bffc119 View commit details
    Browse the repository at this point in the history
  9. fix(smithy): Operation type naming

    Blindly appending `Operation` to the end of an operation's name can create conflicts, like with CloudFormation where both `DescribeStacks` and `DescribeStacksOperation` are valid operations. This change makes it so that the operation name is only appended if doing so wouldn't create a conflict.
    dnys1 authored and Dillon Nys committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    248f5c9 View commit details
    Browse the repository at this point in the history
  10. test(smoke_test): Add CloudFormation tests

    dnys1 authored and Dillon Nys committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    26767f3 View commit details
    Browse the repository at this point in the history
  11. test(smoke_test): Fix S3+IAM tests

    Dillon Nys committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8492472 View commit details
    Browse the repository at this point in the history
  12. chore(smoke_test): Clean up

    Dillon Nys committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    17cc099 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. fix(repo): AGP 8.0 compatibility (#2942)

    Fixes #2937
    
    Adds `namespace` attribute to `build.gradle` files in accordance with [Android docs](https://developer.android.com/build/publish-library/prep-lib-release) for compatibility with Android Gradle Plugin (AGP) 8.0.
    
    See also: flutter/flutter#125181 (comment)
    dnys1 authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    4c22e47 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    a010c36 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. chore: Update gitattributes

    Makes further use of gitattributes to define Windows-specific files (which should always be checked out/in with CRLF endings). Further clarifies which
    Dillon Nys authored and Jordan-Nelson committed May 1, 2023
    Configuration menu
    Copy the full SHA
    8bf4457 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2807 from aws-amplify/feat/smithy/aws-query

    feat(smithy): `awsQuery` protocol
    dnys1 authored May 1, 2023
    Configuration menu
    Copy the full SHA
    7197b3d View commit details
    Browse the repository at this point in the history
  3. ci: Migrate canaries to GitHub actions (#2917)

    * ci: Migrate canaries to GitHub actions
    
    - Removes CircleCI config
    - Adds canaries workflow to GitHub actions
    - Consolidates Android emulator launching to shared action
    
    * Add full canary app + e2e flow
    
    * Install deps
    
    * Fix dependencies
    
    * Fix pull path
    
    * Try reuse canaries
    
    * Try fix Android
    
    * Try fix iOS
    
    * More fixes
    
    * More fixes
    
    * Fix
    
    * Fixes
    
    * Add DataStore test
    
    * Add back CircleCI config
    
    * Disable PR checks
    
    * Rename canary backend
    dnys1 authored May 1, 2023
    Configuration menu
    Copy the full SHA
    991de98 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    ba59c9e View commit details
    Browse the repository at this point in the history
  2. chore(smithy): Update workflows

    Dillon Nys authored and dnys1 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    03ad9a7 View commit details
    Browse the repository at this point in the history
  3. chore(aft): Use git diff for workflow diff

    Use `git diff` to check whether workflows have changed and also to print a nice diff when they have. Based on https://github.com/kevmoo/build_verify/blob/master/lib/src/impl.dart
    Dillon Nys authored and dnys1 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    1a88046 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b662c8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ec4f72 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. chore(canaries): Use xcodes (#2963)

    * chore: Use `xcodes` in canaries
    
    The `xcversion` command, which is preinstalled on GH runners, is being deprecated: https://github.com/xcpretty/xcode-install. This migrates to the recommended replacement `xcodes`.
    
    * Fix command
    
    * Remove push
    dnys1 authored May 3, 2023
    Configuration menu
    Copy the full SHA
    81409a8 View commit details
    Browse the repository at this point in the history
  2. fix(auth): Transform network exceptions (#2967)

    Transform network exceptions in the SDK layer so that individual plugin methods do not need to be wrapped.
    dnys1 authored May 3, 2023
    Configuration menu
    Copy the full SHA
    460b5dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    243a883 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    81b8728 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. chore(secure_storage): migrate pigeons to use swift and kotlin (#2951)

    * chore(secure_storage): migrate pigeon to kotlin
    
    * chore(secure_storage): migrate pigeon to swift
    
    * chore: update `.gitattributes` to ignore generated code
    
    * chore(secure_storage): fix file naming
    
    * chore: add todo for combining macOS and iOS code
    
    * chore: fix formatting in gitattributes
    
    * chore: update NSUserDefaults API to be sync
    Jordan-Nelson authored May 5, 2023
    Configuration menu
    Copy the full SHA
    8d396e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    102e50c View commit details
    Browse the repository at this point in the history
  3. chore(authenticator): add warning for delayed asyncConfig (#2997)

    * chore(authenticator): add warning for delayed asyncConfig
    
    * chore: address PR comments
    
    Co-authored-by: Dillon Nys <[email protected]>
    
    ---------
    
    Co-authored-by: Dillon Nys <[email protected]>
    Jordan-Nelson and dnys1 authored May 5, 2023
    Configuration menu
    Copy the full SHA
    94c89f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e0dc75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a14edd5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f332a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    16e6545 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    899ac35 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    932500e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4ce2419 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0521831 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d92cfaf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a40248f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c75b8e4 View commit details
    Browse the repository at this point in the history
  15. chore: Clean up

    Dillon Nys authored and Jordan-Nelson committed May 5, 2023
    Configuration menu
    Copy the full SHA
    d670d13 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dc85ef3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4cbaecb View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4bf7919 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bcd6e54 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bdaae32 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3a86eb2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. chore(canaries): Use 3.3 compatible flutter pub add command (#2964)

    * chore(canaries): Use `3.3` compatible `flutter pub add` command
    
    Flutter 3.3 does not support the old syntax, which is currently causing tests to fail. It also fails when adding dependencies already present, so remove `flutter_test` cmd since it's already included in new flutter projects.
    
    * Test
    
    * Update compile SDK version
    
    * Use latest Kotlin
    
    * Remove push
    
    * chore(aft): Add `canaries` to bootstrap
    dnys1 authored May 8, 2023
    Configuration menu
    Copy the full SHA
    04ca172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e47999 View commit details
    Browse the repository at this point in the history
  3. feat(repo,3.0): Enable Dart 3 (#2900)

    * chore(repo,3.0): Update dependencies
    
    Update dependencies and constraints for Dart 3
    
    * chore(core,3.0): Add required class modifiers
    
    * chore(secure_storage,3.0): Update `win32` bindings
    
    * chore(secure_storage,3.0): Update `ffigen` + bindings
    
    * chore(smithy): Make `HttpProtocol` a mixin
    
    * chore(worker_bee): Remove ephemeral macOS files from tracking
    
    * chore(smithy,3.0): Update dependencies
    
    + re-generate Smithy goldens and AWS smoke test sdk
    
    * ci(repo,3.0): Use Dart/Flutter `beta` channel
    
    Until Dart 3 is stable
    
    * chore(analytics,3.0): Fix analysis issues
    
    * chore(authenticator,3.0): Fix analysis issues
    
    * chore(amplify_flutter,3.0): Fix analysis issues
    
    * chore(auth): Bump `go_router` dependency
    
    * chore(storage): Bump `go_router` dependency
    
    * chore(datastore,3.0): Fix analysis issues
    
    * ci(3.0): Add legacy `aft` config for macOS runners
    
    Which still need Flutter 3.3 to run properly
    
    * chore(android): Update gradle
    
    * ci: Remove `melos`
    
    * Add pub cache to PATH
    
    * ci: Disable macOS integ tests
    
    * Try cleanup
    
    * chore(aft): Remove passthrough
    
    Buggy and doesn't add much value
    
    * Fix windows
    
    * Fix windows
    
    * Fix windows
    
    * Fix windows
    
    * Fix windows
    
    * chore(smithy): Regenerate `awsQuery` goldens
    
    * ci: Disable DataStore CPK tests
    
    Reverts DS cloud sync tests to just basic model ops
    
    * chore: Allow non-default profiles in `pull_backend_by_app_id.sh`
    
    * chore(aft): Use `sh -c` for `exec` commands
    dnys1 authored May 8, 2023
    Configuration menu
    Copy the full SHA
    5acd513 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97af9f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d096a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0dce078 View commit details
    Browse the repository at this point in the history
  7. chore(auth): Remove unnecessary lint ignores

    Dillon Nys committed May 8, 2023
    Configuration menu
    Copy the full SHA
    d7b2161 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0990864 View commit details
    Browse the repository at this point in the history
  9. chore(aws_common,3.0): Use staticInterop exclusively

    Dillon Nys committed May 8, 2023
    Configuration menu
    Copy the full SHA
    596e0b3 View commit details
    Browse the repository at this point in the history
  10. chore(aws_common,3.0): Remove JS factory functions

    Make the top-level JS factory functions true factories again.
    Dillon Nys committed May 8, 2023
    Configuration menu
    Copy the full SHA
    1f031ee View commit details
    Browse the repository at this point in the history
  11. chore(storage,3.0): Remove unnecessary lint override

    Dillon Nys committed May 8, 2023
    Configuration menu
    Copy the full SHA
    f46a7f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3940b41 View commit details
    Browse the repository at this point in the history
  13. chore(secure_storage,3.0): Bump win32 dependency

    Dillon Nys committed May 8, 2023
    Configuration menu
    Copy the full SHA
    8d866b5 View commit details
    Browse the repository at this point in the history
  14. revert(secure_storage,3.0): Database late init

    Reverts #1633.
    Dillon Nys committed May 8, 2023
    Configuration menu
    Copy the full SHA
    7e849ac View commit details
    Browse the repository at this point in the history
  15. test(auth): Fix worker tests on DDC

    Dillon Nys committed May 8, 2023
    Configuration menu
    Copy the full SHA
    3dcaaab View commit details
    Browse the repository at this point in the history
  16. chore(smoke_test): Increase IAM propagation time

    Dillon Nys committed May 8, 2023
    Configuration menu
    Copy the full SHA
    4be2440 View commit details
    Browse the repository at this point in the history
  17. ci(smoke_test): Use latest localstack

    Dillon Nys committed May 8, 2023
    Configuration menu
    Copy the full SHA
    11e60d4 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #2968 from aws-amplify/fix/dart-3-cleanup

    chore(repo): Dart 3 cleanup
    dnys1 authored May 8, 2023
    Configuration menu
    Copy the full SHA
    e91f56d View commit details
    Browse the repository at this point in the history
  19. fix(notifications): configure call hangs on Flutter app hot restart (#…

    …3013)
    
    * fix(notifications): configure call hangs on Flutter app hot restart
    
    - add requestInitialToken native API to be called within configure and not relying on App life cycle, where when the configure is called again after Flutter app restarted, the plugin can receive token normally
    
    * Increase the timeout to 5 seconds.
    HuiSF authored May 8, 2023
    Configuration menu
    Copy the full SHA
    8dac353 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    2111267 View commit details
    Browse the repository at this point in the history
  2. chore(api,3.0): Switch on sealed type

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    89813cc View commit details
    Browse the repository at this point in the history
  3. chore(lints,3.0): Enable unnecessary_breaks lint

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6583b8a View commit details
    Browse the repository at this point in the history
  4. chore(lints,3.0): Enable case lints

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    0bea06f View commit details
    Browse the repository at this point in the history
  5. chore(lints,3.0): Bump lints dependency

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    23c500c View commit details
    Browse the repository at this point in the history
  6. chore(auth,3.0): Make state machine states/events sealed

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ddc56d9 View commit details
    Browse the repository at this point in the history
  7. chore(auth,3.0): Make AuthStateMachine base

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    055c156 View commit details
    Browse the repository at this point in the history
  8. chore(auth,3.0): More class modifiers

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    0016d01 View commit details
    Browse the repository at this point in the history
  9. chore(core,3.0): Add class modifiers to state machine types

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ae70507 View commit details
    Browse the repository at this point in the history
  10. chore(auth,3.0): Switch updates

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    744db91 View commit details
    Browse the repository at this point in the history
  11. chore(smithy,3.0): Switch updates

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    de57ab0 View commit details
    Browse the repository at this point in the history
  12. chore(smithy,3.0): Add class modifier to SmithyException

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a8d9cb7 View commit details
    Browse the repository at this point in the history
  13. chore(smithy,3.0): Use patterns

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7d69362 View commit details
    Browse the repository at this point in the history
  14. chore(smithy,3.0): Migrate smithy_codegen to library.yaml

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    94dfd5c View commit details
    Browse the repository at this point in the history
  15. chore(smithy,3.0): Migrate smithy_aws to library.yaml

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e9412e8 View commit details
    Browse the repository at this point in the history
  16. chore(smithy,3.0): Migrate smithy to library.yaml

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    48939ee View commit details
    Browse the repository at this point in the history
  17. chore(amplify_native_legacy_wrapper,3.0): Migrate to library.yaml

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e77e8da View commit details
    Browse the repository at this point in the history
  18. chore(amplify_test,3.0): Migrate to library.yaml

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    95a0ae8 View commit details
    Browse the repository at this point in the history
  19. chore(auth,3.0): Migrate platform packages to library.yaml

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6976624 View commit details
    Browse the repository at this point in the history
  20. chore(worker_bee,3.0): Migrate worker_bee_builder to library.yaml

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3dff0c1 View commit details
    Browse the repository at this point in the history
  21. chore(example_common,3.0): Migrate to library.yaml

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    49bcad1 View commit details
    Browse the repository at this point in the history
  22. chore(amplify_flutter,3.0): Migrate to library.yaml

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    801e182 View commit details
    Browse the repository at this point in the history
  23. chore(analytics,3.0): Migrate example to app.yaml

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    dc42809 View commit details
    Browse the repository at this point in the history
  24. chore(amplify_lints)!: Remove app_core.yaml and library_core.yaml

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    78b4df6 View commit details
    Browse the repository at this point in the history
  25. chore(smithy): Fix failing test

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4aa00ea View commit details
    Browse the repository at this point in the history
  26. chore(smithy_aws,3.0): Run build_runner

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6eb03f8 View commit details
    Browse the repository at this point in the history
  27. revert(smithy,3.0): Revert some changes causing DDC failures

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    efd8b71 View commit details
    Browse the repository at this point in the history
  28. revert(smithy,3.0): Some auto fix changes

    Methods previously unawaited should be wrapped with `unawaited` not awaited.
    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7a1e98e View commit details
    Browse the repository at this point in the history
  29. feat(auth,3.0): Sealed exception types

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    0dba1ea View commit details
    Browse the repository at this point in the history
  30. chore(core,3.0): Some class modifiers and patterns

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    3ecb0b0 View commit details
    Browse the repository at this point in the history
  31. chore(auth,3.0): Sealed state machine event/state types

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6cf0c0d View commit details
    Browse the repository at this point in the history
  32. chore(aws_common,3.0): Make AWSResult sealed

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    f1c17ac View commit details
    Browse the repository at this point in the history
  33. chore(authenticator,3.0): Use pattern matching for session result

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    16aa282 View commit details
    Browse the repository at this point in the history
  34. chore(aws_common,3.0): Use pattern matching in AWSDebbuggable

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    4f08436 View commit details
    Browse the repository at this point in the history
  35. chore(repo,3.0): Update built_value dependency

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    8fce36b View commit details
    Browse the repository at this point in the history
  36. chore(goldens,3.0): Update dependencies

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    9176a8c View commit details
    Browse the repository at this point in the history
  37. chore(smithy_codegen,3.0): Use destructuring and guards

    Clean up serialization/deserialization by using guards and destructuring instead of a bunch of if checks.
    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a21e35c View commit details
    Browse the repository at this point in the history
  38. chore(smithy,3.0)!: Clean up unions

    Not really used for much right now so some breaking changes are okay. Migrate to sealed clsses and remove unnecessary methods.
    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5aebb39 View commit details
    Browse the repository at this point in the history
  39. chore(3.0): Regenerate AWS SDK

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    eb3524b View commit details
    Browse the repository at this point in the history
  40. chore(smithy,3.0): Simplify serialization

    Makes serialization more statically typed. Reduces conflation of Input and InputPayload types. And makes the serialization pipeline more clear overall by tightening API definitions.
    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ef9d7b0 View commit details
    Browse the repository at this point in the history
  41. chore(3.0): Regenerate SDKs

    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a99a358 View commit details
    Browse the repository at this point in the history
  42. chore(core): Sealed exception types

    Makes all `AmplifyException` category subtypes sealed.
    Dillon Nys authored and dnys1 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    e6676ec View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    3bfcd45 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. fix: wait for addPlugin prior to configuration (#3018)

    chore: wait for addPlugin prior to configure
    
    Co-authored-by: Jordan Nelson <[email protected]>
    Jordan-Nelson and Jordan-Nelson authored May 10, 2023
    Configuration menu
    Copy the full SHA
    abd6786 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. fix(aft): Include/exclude for aft version-bump

    Dillon Nys authored and dnys1 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    090ed5c View commit details
    Browse the repository at this point in the history
  2. fix(aft): Publish updates for Dart 3

    Dillon Nys authored and dnys1 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    d075bd9 View commit details
    Browse the repository at this point in the history
  3. chore(version): Bump version

    - Dart 3 support (must update Dart SDK constraint to `^3.0.0`)
    - feat(core): add granular model read operations ([#2611](#2611))
    
    - fix(notifications): configure call hangs on Flutter app hot restart ([#3013](#3013))
    - fix(repo): AGP 8.0 compatibility ([#2942](#2942))
    - fix: convert AuthUserAttributeKey in updateUserAttributes
    
    Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
    Dillon Nys authored and dnys1 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    51c0a22 View commit details
    Browse the repository at this point in the history
  4. chore: Fix build_runner dependency graph

    Dillon Nys authored and dnys1 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    5afc063 View commit details
    Browse the repository at this point in the history
  5. ci(3.0): Use Dart 3 stable

    Dillon Nys authored and dnys1 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    ccb8533 View commit details
    Browse the repository at this point in the history
  6. chore: Regenerate and reformat code

    Dillon Nys authored and dnys1 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    a27b3be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea8ec5a View commit details
    Browse the repository at this point in the history