-
Notifications
You must be signed in to change notification settings - Fork 247
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
Merge main
-> stable
#3031
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90e5f2b - Browse repository at this point
Copy the full SHA 90e5f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9390e04 - Browse repository at this point
Copy the full SHA 9390e04View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0132e7a - Browse repository at this point
Copy the full SHA 0132e7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f551751 - Browse repository at this point
Copy the full SHA f551751View commit details -
fix(smithy):
awsQuery
service client generationUpdates service client generation for `awsQuery` which does not explicitly set an `@httpTrait`.
Configuration menu - View commit details
-
Copy full SHA for 03be410 - Browse repository at this point
Copy the full SHA 03be410View commit details -
test(smoke_test): Add
awsQuery
smoke testsTests the `awsQuery` protocol via the STS service.
Configuration menu - View commit details
-
Copy full SHA for 1c2a445 - Browse repository at this point
Copy the full SHA 1c2a445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7af2df7 - Browse repository at this point
Copy the full SHA 7af2df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bffc119 - Browse repository at this point
Copy the full SHA bffc119View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 248f5c9 - Browse repository at this point
Copy the full SHA 248f5c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26767f3 - Browse repository at this point
Copy the full SHA 26767f3View commit details -
test(smoke_test): Fix S3+IAM tests
Dillon Nys committedApr 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 8492472 - Browse repository at this point
Copy the full SHA 8492472View commit details -
Dillon Nys committed
Apr 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 17cc099 - Browse repository at this point
Copy the full SHA 17cc099View commit details
Commits on Apr 26, 2023
-
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)
Configuration menu - View commit details
-
Copy full SHA for 4c22e47 - Browse repository at this point
Copy the full SHA 4c22e47View commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a010c36 - Browse repository at this point
Copy the full SHA a010c36View commit details
Commits on May 1, 2023
-
Makes further use of gitattributes to define Windows-specific files (which should always be checked out/in with CRLF endings). Further clarifies which
Configuration menu - View commit details
-
Copy full SHA for 8bf4457 - Browse repository at this point
Copy the full SHA 8bf4457View commit details -
Merge pull request #2807 from aws-amplify/feat/smithy/aws-query
feat(smithy): `awsQuery` protocol
Configuration menu - View commit details
-
Copy full SHA for 7197b3d - Browse repository at this point
Copy the full SHA 7197b3dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 991de98 - Browse repository at this point
Copy the full SHA 991de98View commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ba59c9e - Browse repository at this point
Copy the full SHA ba59c9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03ad9a7 - Browse repository at this point
Copy the full SHA 03ad9a7View commit details -
chore(aft): Use
git diff
for workflow diffUse `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
Configuration menu - View commit details
-
Copy full SHA for 1a88046 - Browse repository at this point
Copy the full SHA 1a88046View commit details -
Configuration menu - View commit details
-
Copy full SHA for b662c8a - Browse repository at this point
Copy the full SHA b662c8aView commit details -
fix(auth): Fetch AWS credentials after Hosted UI login (#2956)
Fixes #2946. Align logic with username/password login (https://github.com/aws-amplify/amplify-flutter/blob/a010c360376d062eba2c8ac4a01d04a88b555fec/packages/auth/amplify_auth_cognito_dart/lib/src/state/machines/sign_in_state_machine.dart#L539) and refresh AWS credentials upon succesful login.
Configuration menu - View commit details
-
Copy full SHA for 8ec4f72 - Browse repository at this point
Copy the full SHA 8ec4f72View commit details
Commits on May 3, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 81409a8 - Browse repository at this point
Copy the full SHA 81409a8View commit details -
fix(auth): Transform network exceptions (#2967)
Transform network exceptions in the SDK layer so that individual plugin methods do not need to be wrapped.
Configuration menu - View commit details
-
Copy full SHA for 460b5dc - Browse repository at this point
Copy the full SHA 460b5dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 243a883 - Browse repository at this point
Copy the full SHA 243a883View commit details
Commits on May 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 81b8728 - Browse repository at this point
Copy the full SHA 81b8728View commit details
Commits on May 5, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 8d396e4 - Browse repository at this point
Copy the full SHA 8d396e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 102e50c - Browse repository at this point
Copy the full SHA 102e50cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 94c89f7 - Browse repository at this point
Copy the full SHA 94c89f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e0dc75 - Browse repository at this point
Copy the full SHA 9e0dc75View commit details -
Configuration menu - View commit details
-
Copy full SHA for a14edd5 - Browse repository at this point
Copy the full SHA a14edd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f332a7 - Browse repository at this point
Copy the full SHA 3f332a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16e6545 - Browse repository at this point
Copy the full SHA 16e6545View commit details -
Configuration menu - View commit details
-
Copy full SHA for 899ac35 - Browse repository at this point
Copy the full SHA 899ac35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 932500e - Browse repository at this point
Copy the full SHA 932500eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ce2419 - Browse repository at this point
Copy the full SHA 4ce2419View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0521831 - Browse repository at this point
Copy the full SHA 0521831View commit details -
Configuration menu - View commit details
-
Copy full SHA for d92cfaf - Browse repository at this point
Copy the full SHA d92cfafView commit details -
Configuration menu - View commit details
-
Copy full SHA for a40248f - Browse repository at this point
Copy the full SHA a40248fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c75b8e4 - Browse repository at this point
Copy the full SHA c75b8e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d670d13 - Browse repository at this point
Copy the full SHA d670d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc85ef3 - Browse repository at this point
Copy the full SHA dc85ef3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cbaecb - Browse repository at this point
Copy the full SHA 4cbaecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf7919 - Browse repository at this point
Copy the full SHA 4bf7919View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd6e54 - Browse repository at this point
Copy the full SHA bcd6e54View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdaae32 - Browse repository at this point
Copy the full SHA bdaae32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a86eb2 - Browse repository at this point
Copy the full SHA 3a86eb2View commit details
Commits on May 8, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 04ca172 - Browse repository at this point
Copy the full SHA 04ca172View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e47999 - Browse repository at this point
Copy the full SHA 6e47999View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5acd513 - Browse repository at this point
Copy the full SHA 5acd513View commit details -
chore(aws_common,3.0): Add Dart environment support to
AWSConfigValue
Dillon Nys committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 97af9f7 - Browse repository at this point
Copy the full SHA 97af9f7View commit details -
chore(aws_signature_v4,3.0): Remove unnecessary lint ignore
Dillon Nys committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 3d096a1 - Browse repository at this point
Copy the full SHA 3d096a1View commit details -
chore(aws_common,3.0): Remove custom
darify
implementationDillon Nys committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 0dce078 - Browse repository at this point
Copy the full SHA 0dce078View commit details -
chore(auth): Remove unnecessary lint ignores
Dillon Nys committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for d7b2161 - Browse repository at this point
Copy the full SHA d7b2161View commit details -
chore(aws_common,3.0): Use
completeOperation
instead of indirectionDillon Nys committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 0990864 - Browse repository at this point
Copy the full SHA 0990864View commit details -
chore(aws_common,3.0): Use
staticInterop
exclusivelyDillon Nys committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 596e0b3 - Browse repository at this point
Copy the full SHA 596e0b3View commit details -
chore(aws_common,3.0): Remove JS factory functions
Make the top-level JS factory functions true factories again.
Dillon Nys committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 1f031ee - Browse repository at this point
Copy the full SHA 1f031eeView commit details -
chore(storage,3.0): Remove unnecessary lint override
Dillon Nys committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for f46a7f8 - Browse repository at this point
Copy the full SHA f46a7f8View commit details -
chore(smithy,3.0): Use
completeOperation
instead of indirectionDillon Nys committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 3940b41 - Browse repository at this point
Copy the full SHA 3940b41View commit details -
chore(secure_storage,3.0): Bump
win32
dependencyDillon Nys committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 8d866b5 - Browse repository at this point
Copy the full SHA 8d866b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e849ac - Browse repository at this point
Copy the full SHA 7e849acView commit details -
test(auth): Fix worker tests on DDC
Dillon Nys committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 3dcaaab - Browse repository at this point
Copy the full SHA 3dcaaabView commit details -
chore(smoke_test): Increase IAM propagation time
Dillon Nys committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 4be2440 - Browse repository at this point
Copy the full SHA 4be2440View commit details -
ci(smoke_test): Use latest localstack
Dillon Nys committedMay 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 11e60d4 - Browse repository at this point
Copy the full SHA 11e60d4View commit details -
Merge pull request #2968 from aws-amplify/fix/dart-3-cleanup
chore(repo): Dart 3 cleanup
Configuration menu - View commit details
-
Copy full SHA for e91f56d - Browse repository at this point
Copy the full SHA e91f56dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8dac353 - Browse repository at this point
Copy the full SHA 8dac353View commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2111267 - Browse repository at this point
Copy the full SHA 2111267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89813cc - Browse repository at this point
Copy the full SHA 89813ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6583b8a - Browse repository at this point
Copy the full SHA 6583b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bea06f - Browse repository at this point
Copy the full SHA 0bea06fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23c500c - Browse repository at this point
Copy the full SHA 23c500cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc56d9 - Browse repository at this point
Copy the full SHA ddc56d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 055c156 - Browse repository at this point
Copy the full SHA 055c156View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0016d01 - Browse repository at this point
Copy the full SHA 0016d01View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae70507 - Browse repository at this point
Copy the full SHA ae70507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 744db91 - Browse repository at this point
Copy the full SHA 744db91View commit details -
Configuration menu - View commit details
-
Copy full SHA for de57ab0 - Browse repository at this point
Copy the full SHA de57ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8d9cb7 - Browse repository at this point
Copy the full SHA a8d9cb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d69362 - Browse repository at this point
Copy the full SHA 7d69362View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94dfd5c - Browse repository at this point
Copy the full SHA 94dfd5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9412e8 - Browse repository at this point
Copy the full SHA e9412e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48939ee - Browse repository at this point
Copy the full SHA 48939eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e77e8da - Browse repository at this point
Copy the full SHA e77e8daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a0ae8 - Browse repository at this point
Copy the full SHA 95a0ae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6976624 - Browse repository at this point
Copy the full SHA 6976624View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dff0c1 - Browse repository at this point
Copy the full SHA 3dff0c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49bcad1 - Browse repository at this point
Copy the full SHA 49bcad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 801e182 - Browse repository at this point
Copy the full SHA 801e182View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc42809 - Browse repository at this point
Copy the full SHA dc42809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b4df6 - Browse repository at this point
Copy the full SHA 78b4df6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aa00ea - Browse repository at this point
Copy the full SHA 4aa00eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eb03f8 - Browse repository at this point
Copy the full SHA 6eb03f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for efd8b71 - Browse repository at this point
Copy the full SHA efd8b71View commit details -
revert(smithy,3.0): Some auto fix changes
Methods previously unawaited should be wrapped with `unawaited` not awaited.
Configuration menu - View commit details
-
Copy full SHA for 7a1e98e - Browse repository at this point
Copy the full SHA 7a1e98eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dba1ea - Browse repository at this point
Copy the full SHA 0dba1eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ecb0b0 - Browse repository at this point
Copy the full SHA 3ecb0b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cf0c0d - Browse repository at this point
Copy the full SHA 6cf0c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c17ac - Browse repository at this point
Copy the full SHA f1c17acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16aa282 - Browse repository at this point
Copy the full SHA 16aa282View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f08436 - Browse repository at this point
Copy the full SHA 4f08436View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fce36b - Browse repository at this point
Copy the full SHA 8fce36bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9176a8c - Browse repository at this point
Copy the full SHA 9176a8cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a21e35c - Browse repository at this point
Copy the full SHA a21e35cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5aebb39 - Browse repository at this point
Copy the full SHA 5aebb39View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb3524b - Browse repository at this point
Copy the full SHA eb3524bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ef9d7b0 - Browse repository at this point
Copy the full SHA ef9d7b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a99a358 - Browse repository at this point
Copy the full SHA a99a358View commit details -
chore(core): Sealed exception types
Makes all `AmplifyException` category subtypes sealed.
Configuration menu - View commit details
-
Copy full SHA for e6676ec - Browse repository at this point
Copy the full SHA e6676ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bfcd45 - Browse repository at this point
Copy the full SHA 3bfcd45View commit details
Commits on May 10, 2023
-
fix: wait for addPlugin prior to configuration (#3018)
chore: wait for addPlugin prior to configure Co-authored-by: Jordan Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abd6786 - Browse repository at this point
Copy the full SHA abd6786View commit details
Commits on May 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 090ed5c - Browse repository at this point
Copy the full SHA 090ed5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d075bd9 - Browse repository at this point
Copy the full SHA d075bd9View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 51c0a22 - Browse repository at this point
Copy the full SHA 51c0a22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5afc063 - Browse repository at this point
Copy the full SHA 5afc063View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccb8533 - Browse repository at this point
Copy the full SHA ccb8533View commit details -
Configuration menu - View commit details
-
Copy full SHA for a27b3be - Browse repository at this point
Copy the full SHA a27b3beView commit details -
Merge remote-tracking branch 'aws/main' into chore/may/main-to-stable
Dillon Nys committedMay 11, 2023 Configuration menu - View commit details
-
Copy full SHA for ea8ec5a - Browse repository at this point
Copy the full SHA ea8ec5aView commit details